@davidsouther/jiffies 2026.24.4 → 2026.25.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.
@@ -1,64 +1,163 @@
1
1
  import { type DenormAttrs, type DenormChildren } from "./dom.ts";
2
- export declare const a: (attrs?: DenormAttrs<SVGAElement>, ...children: DenormChildren[]) => Element;
3
- export declare const animate: (attrs?: DenormAttrs<SVGAnimateElement>, ...children: DenormChildren[]) => Element;
4
- export declare const animateMotion: (attrs?: DenormAttrs<SVGAnimateMotionElement>, ...children: DenormChildren[]) => Element;
5
- export declare const animateTransform: (attrs?: DenormAttrs<SVGAnimateTransformElement>, ...children: DenormChildren[]) => Element;
6
- export declare const circle: (attrs?: DenormAttrs<SVGCircleElement>, ...children: DenormChildren[]) => Element;
7
- export declare const clipPath: (attrs?: DenormAttrs<SVGClipPathElement>, ...children: DenormChildren[]) => Element;
8
- export declare const defs: (attrs?: DenormAttrs<SVGDefsElement>, ...children: DenormChildren[]) => Element;
9
- export declare const desc: (attrs?: DenormAttrs<SVGDescElement>, ...children: DenormChildren[]) => Element;
10
- export declare const ellipse: (attrs?: DenormAttrs<SVGEllipseElement>, ...children: DenormChildren[]) => Element;
11
- export declare const feBlend: (attrs?: DenormAttrs<SVGFEBlendElement>, ...children: DenormChildren[]) => Element;
12
- export declare const feColorMatrix: (attrs?: DenormAttrs<SVGFEColorMatrixElement>, ...children: DenormChildren[]) => Element;
13
- export declare const feComponentTransfer: (attrs?: DenormAttrs<SVGFEComponentTransferElement>, ...children: DenormChildren[]) => Element;
14
- export declare const feComposite: (attrs?: DenormAttrs<SVGFECompositeElement>, ...children: DenormChildren[]) => Element;
15
- export declare const feConvolveMatrix: (attrs?: DenormAttrs<SVGFEConvolveMatrixElement>, ...children: DenormChildren[]) => Element;
16
- export declare const feDiffuseLighting: (attrs?: DenormAttrs<SVGFEDiffuseLightingElement>, ...children: DenormChildren[]) => Element;
17
- export declare const feDisplacementMap: (attrs?: DenormAttrs<SVGFEDisplacementMapElement>, ...children: DenormChildren[]) => Element;
18
- export declare const feDistantLight: (attrs?: DenormAttrs<SVGFEDistantLightElement>, ...children: DenormChildren[]) => Element;
19
- export declare const feDropShadow: (attrs?: DenormAttrs<SVGFEDropShadowElement>, ...children: DenormChildren[]) => Element;
20
- export declare const feFlood: (attrs?: DenormAttrs<SVGFEFloodElement>, ...children: DenormChildren[]) => Element;
21
- export declare const feFuncA: (attrs?: DenormAttrs<SVGFEFuncAElement>, ...children: DenormChildren[]) => Element;
22
- export declare const feFuncB: (attrs?: DenormAttrs<SVGFEFuncBElement>, ...children: DenormChildren[]) => Element;
23
- export declare const feFuncG: (attrs?: DenormAttrs<SVGFEFuncGElement>, ...children: DenormChildren[]) => Element;
24
- export declare const feFuncR: (attrs?: DenormAttrs<SVGFEFuncRElement>, ...children: DenormChildren[]) => Element;
25
- export declare const feGaussianBlur: (attrs?: DenormAttrs<SVGFEGaussianBlurElement>, ...children: DenormChildren[]) => Element;
26
- export declare const feImage: (attrs?: DenormAttrs<SVGFEImageElement>, ...children: DenormChildren[]) => Element;
27
- export declare const feMerge: (attrs?: DenormAttrs<SVGFEMergeElement>, ...children: DenormChildren[]) => Element;
28
- export declare const feMergeNode: (attrs?: DenormAttrs<SVGFEMergeNodeElement>, ...children: DenormChildren[]) => Element;
29
- export declare const feMorphology: (attrs?: DenormAttrs<SVGFEMorphologyElement>, ...children: DenormChildren[]) => Element;
30
- export declare const feOffset: (attrs?: DenormAttrs<SVGFEOffsetElement>, ...children: DenormChildren[]) => Element;
31
- export declare const fePointLight: (attrs?: DenormAttrs<SVGFEPointLightElement>, ...children: DenormChildren[]) => Element;
32
- export declare const feSpecularLighting: (attrs?: DenormAttrs<SVGFESpecularLightingElement>, ...children: DenormChildren[]) => Element;
33
- export declare const feSpotLight: (attrs?: DenormAttrs<SVGFESpotLightElement>, ...children: DenormChildren[]) => Element;
34
- export declare const feTile: (attrs?: DenormAttrs<SVGFETileElement>, ...children: DenormChildren[]) => Element;
35
- export declare const feTurbulence: (attrs?: DenormAttrs<SVGFETurbulenceElement>, ...children: DenormChildren[]) => Element;
36
- export declare const filter: (attrs?: DenormAttrs<SVGFilterElement>, ...children: DenormChildren[]) => Element;
37
- export declare const foreignObject: (attrs?: DenormAttrs<SVGForeignObjectElement>, ...children: DenormChildren[]) => Element;
38
- export declare const g: (attrs?: DenormAttrs<SVGGElement>, ...children: DenormChildren[]) => Element;
39
- export declare const image: (attrs?: DenormAttrs<SVGImageElement>, ...children: DenormChildren[]) => Element;
40
- export declare const line: (attrs?: DenormAttrs<SVGLineElement>, ...children: DenormChildren[]) => Element;
41
- export declare const linearGradient: (attrs?: DenormAttrs<SVGLinearGradientElement>, ...children: DenormChildren[]) => Element;
42
- export declare const marker: (attrs?: DenormAttrs<SVGMarkerElement>, ...children: DenormChildren[]) => Element;
43
- export declare const mask: (attrs?: DenormAttrs<SVGMaskElement>, ...children: DenormChildren[]) => Element;
44
- export declare const metadata: (attrs?: DenormAttrs<SVGMetadataElement>, ...children: DenormChildren[]) => Element;
45
- export declare const mpath: (attrs?: DenormAttrs<SVGMPathElement>, ...children: DenormChildren[]) => Element;
46
- export declare const path: (attrs?: DenormAttrs<SVGPathElement>, ...children: DenormChildren[]) => Element;
47
- export declare const pattern: (attrs?: DenormAttrs<SVGPatternElement>, ...children: DenormChildren[]) => Element;
48
- export declare const polygon: (attrs?: DenormAttrs<SVGPolygonElement>, ...children: DenormChildren[]) => Element;
49
- export declare const polyline: (attrs?: DenormAttrs<SVGPolylineElement>, ...children: DenormChildren[]) => Element;
50
- export declare const radialGradient: (attrs?: DenormAttrs<SVGRadialGradientElement>, ...children: DenormChildren[]) => Element;
51
- export declare const rect: (attrs?: DenormAttrs<SVGRectElement>, ...children: DenormChildren[]) => Element;
52
- export declare const script: (attrs?: DenormAttrs<SVGScriptElement>, ...children: DenormChildren[]) => Element;
53
- export declare const set: (attrs?: DenormAttrs<SVGSetElement>, ...children: DenormChildren[]) => Element;
54
- export declare const stop: (attrs?: DenormAttrs<SVGStopElement>, ...children: DenormChildren[]) => Element;
55
- export declare const style: (attrs?: DenormAttrs<SVGStyleElement>, ...children: DenormChildren[]) => Element;
56
- export declare const svg: (attrs?: DenormAttrs<SVGSVGElement>, ...children: DenormChildren[]) => Element;
57
- export declare const svgswitch: (attrs?: DenormAttrs<SVGSwitchElement>, ...children: DenormChildren[]) => Element;
58
- export declare const symbol: (attrs?: DenormAttrs<SVGSymbolElement>, ...children: DenormChildren[]) => Element;
59
- export declare const text: (attrs?: DenormAttrs<SVGTextElement>, ...children: DenormChildren[]) => Element;
60
- export declare const textPath: (attrs?: DenormAttrs<SVGTextPathElement>, ...children: DenormChildren[]) => Element;
61
- export declare const title: (attrs?: DenormAttrs<SVGTitleElement>, ...children: DenormChildren[]) => Element;
62
- export declare const tspan: (attrs?: DenormAttrs<SVGTSpanElement>, ...children: DenormChildren[]) => Element;
63
- export declare const use: (attrs?: DenormAttrs<SVGUseElement>, ...children: DenormChildren[]) => Element;
64
- export declare const view: (attrs?: DenormAttrs<SVGViewElement>, ...children: DenormChildren[]) => Element;
2
+ export type SVGPresentationAttrs = {
3
+ fill?: string;
4
+ "fill-opacity"?: string | number;
5
+ "fill-rule"?: "nonzero" | "evenodd" | "inherit";
6
+ stroke?: string;
7
+ "stroke-dasharray"?: string;
8
+ "stroke-dashoffset"?: string | number;
9
+ "stroke-linecap"?: "butt" | "round" | "square" | "inherit";
10
+ "stroke-linejoin"?: "miter" | "round" | "bevel" | "inherit";
11
+ "stroke-miterlimit"?: string | number;
12
+ "stroke-opacity"?: string | number;
13
+ "stroke-width"?: string | number;
14
+ opacity?: string | number;
15
+ "clip-path"?: string;
16
+ "clip-rule"?: "nonzero" | "evenodd" | "inherit";
17
+ color?: string;
18
+ "color-interpolation"?: "auto" | "sRGB" | "linearRGB" | "inherit";
19
+ "color-rendering"?: "auto" | "optimizeSpeed" | "optimizeQuality" | "inherit";
20
+ cursor?: string;
21
+ display?: string;
22
+ filter?: string;
23
+ "image-rendering"?: "auto" | "optimizeSpeed" | "optimizeQuality" | "inherit";
24
+ marker?: string;
25
+ "marker-end"?: string;
26
+ "marker-mid"?: string;
27
+ "marker-start"?: string;
28
+ mask?: string;
29
+ overflow?: "visible" | "hidden" | "scroll" | "auto";
30
+ "paint-order"?: string;
31
+ "pointer-events"?: string;
32
+ "shape-rendering"?: "auto" | "optimizeSpeed" | "crispEdges" | "geometricPrecision" | "inherit";
33
+ "text-rendering"?: "auto" | "optimizeSpeed" | "optimizeLegibility" | "geometricPrecision" | "inherit";
34
+ "transform-origin"?: string;
35
+ "vector-effect"?: "none" | "non-scaling-stroke" | "inherit";
36
+ visibility?: "visible" | "hidden" | "collapse" | "inherit";
37
+ };
38
+ export type SVGTextPresentationAttrs = SVGPresentationAttrs & {
39
+ "font-family"?: string;
40
+ "font-size"?: string | number;
41
+ "font-size-adjust"?: string | number;
42
+ "font-stretch"?: string;
43
+ "font-style"?: "normal" | "italic" | "oblique" | "inherit";
44
+ "font-variant"?: string;
45
+ "font-weight"?: string | number;
46
+ "text-anchor"?: "start" | "middle" | "end" | "inherit";
47
+ "text-decoration"?: string;
48
+ "letter-spacing"?: string | number;
49
+ "word-spacing"?: string | number;
50
+ "dominant-baseline"?: string;
51
+ "alignment-baseline"?: string;
52
+ "baseline-shift"?: string;
53
+ "writing-mode"?: string;
54
+ "unicode-bidi"?: string;
55
+ direction?: "ltr" | "rtl" | "inherit";
56
+ };
57
+ export type SVGStopAttrs = {
58
+ "stop-color"?: string;
59
+ "stop-opacity"?: string | number;
60
+ offset?: string | number;
61
+ };
62
+ export type SVGFloodAttrs = {
63
+ "flood-color"?: string;
64
+ "flood-opacity"?: string | number;
65
+ };
66
+ export type SVGLightingAttrs = {
67
+ "lighting-color"?: string;
68
+ };
69
+ export type SVGPathExtraAttrs = {
70
+ d?: string;
71
+ };
72
+ export type SVGAnimationTimingAttrs = {
73
+ attributeName?: string;
74
+ from?: string | number;
75
+ to?: string | number;
76
+ by?: string | number;
77
+ values?: string;
78
+ dur?: string;
79
+ begin?: string;
80
+ end?: string;
81
+ min?: string;
82
+ max?: string;
83
+ repeatCount?: string | number;
84
+ repeatDur?: string;
85
+ restart?: "always" | "whenNotActive" | "never";
86
+ fill?: "freeze" | "remove";
87
+ calcMode?: "discrete" | "linear" | "paced" | "spline";
88
+ keyTimes?: string;
89
+ keySplines?: string;
90
+ keyPoints?: string;
91
+ additive?: "replace" | "sum";
92
+ accumulate?: "none" | "sum";
93
+ type?: string;
94
+ path?: string;
95
+ };
96
+ export type SVGFilterPrimitiveInAttrs = {
97
+ in?: string;
98
+ in2?: string;
99
+ result?: string;
100
+ };
101
+ export declare const a: (attrs?: DenormAttrs<SVGAElement, SVGPresentationAttrs>, ...children: DenormChildren[]) => SVGAElement;
102
+ export declare const animate: (attrs?: DenormAttrs<SVGAnimateElement, SVGAnimationTimingAttrs>, ...children: DenormChildren[]) => SVGAnimateElement;
103
+ export declare const animateMotion: (attrs?: DenormAttrs<SVGAnimateMotionElement, SVGAnimationTimingAttrs>, ...children: DenormChildren[]) => SVGAnimateMotionElement;
104
+ export declare const animateTransform: (attrs?: DenormAttrs<SVGAnimateTransformElement, SVGAnimationTimingAttrs>, ...children: DenormChildren[]) => SVGAnimateTransformElement;
105
+ export declare const circle: (attrs?: DenormAttrs<SVGCircleElement, SVGPresentationAttrs>, ...children: DenormChildren[]) => SVGCircleElement;
106
+ export declare const clipPath: (attrs?: DenormAttrs<SVGClipPathElement, SVGPresentationAttrs>, ...children: DenormChildren[]) => SVGClipPathElement;
107
+ export declare const defs: (attrs?: DenormAttrs<SVGDefsElement, SVGPresentationAttrs>, ...children: DenormChildren[]) => SVGDefsElement;
108
+ export declare const desc: (attrs?: DenormAttrs<SVGDescElement, object>, ...children: DenormChildren[]) => SVGDescElement;
109
+ export declare const ellipse: (attrs?: DenormAttrs<SVGEllipseElement, SVGPresentationAttrs>, ...children: DenormChildren[]) => SVGEllipseElement;
110
+ export declare const feBlend: (attrs?: DenormAttrs<SVGFEBlendElement, SVGFilterPrimitiveInAttrs>, ...children: DenormChildren[]) => SVGFEBlendElement;
111
+ export declare const feColorMatrix: (attrs?: DenormAttrs<SVGFEColorMatrixElement, SVGFilterPrimitiveInAttrs>, ...children: DenormChildren[]) => SVGFEColorMatrixElement;
112
+ export declare const feComponentTransfer: (attrs?: DenormAttrs<SVGFEComponentTransferElement, SVGFilterPrimitiveInAttrs>, ...children: DenormChildren[]) => SVGFEComponentTransferElement;
113
+ export declare const feComposite: (attrs?: DenormAttrs<SVGFECompositeElement, SVGFilterPrimitiveInAttrs>, ...children: DenormChildren[]) => SVGFECompositeElement;
114
+ export declare const feConvolveMatrix: (attrs?: DenormAttrs<SVGFEConvolveMatrixElement, SVGFilterPrimitiveInAttrs>, ...children: DenormChildren[]) => SVGFEConvolveMatrixElement;
115
+ export declare const feDiffuseLighting: (attrs?: DenormAttrs<SVGFEDiffuseLightingElement, SVGFilterPrimitiveInAttrs & SVGLightingAttrs>, ...children: DenormChildren[]) => SVGFEDiffuseLightingElement;
116
+ export declare const feDisplacementMap: (attrs?: DenormAttrs<SVGFEDisplacementMapElement, SVGFilterPrimitiveInAttrs>, ...children: DenormChildren[]) => SVGFEDisplacementMapElement;
117
+ export declare const feDistantLight: (attrs?: DenormAttrs<SVGFEDistantLightElement, object>, ...children: DenormChildren[]) => SVGFEDistantLightElement;
118
+ export declare const feDropShadow: (attrs?: DenormAttrs<SVGFEDropShadowElement, SVGFilterPrimitiveInAttrs & SVGFloodAttrs>, ...children: DenormChildren[]) => SVGFEDropShadowElement;
119
+ export declare const feFlood: (attrs?: DenormAttrs<SVGFEFloodElement, SVGFloodAttrs & SVGFilterPrimitiveInAttrs>, ...children: DenormChildren[]) => SVGFEFloodElement;
120
+ export declare const feFuncA: (attrs?: DenormAttrs<SVGFEFuncAElement, object>, ...children: DenormChildren[]) => SVGFEFuncAElement;
121
+ export declare const feFuncB: (attrs?: DenormAttrs<SVGFEFuncBElement, object>, ...children: DenormChildren[]) => SVGFEFuncBElement;
122
+ export declare const feFuncG: (attrs?: DenormAttrs<SVGFEFuncGElement, object>, ...children: DenormChildren[]) => SVGFEFuncGElement;
123
+ export declare const feFuncR: (attrs?: DenormAttrs<SVGFEFuncRElement, object>, ...children: DenormChildren[]) => SVGFEFuncRElement;
124
+ export declare const feGaussianBlur: (attrs?: DenormAttrs<SVGFEGaussianBlurElement, SVGFilterPrimitiveInAttrs>, ...children: DenormChildren[]) => SVGFEGaussianBlurElement;
125
+ export declare const feImage: (attrs?: DenormAttrs<SVGFEImageElement, SVGFilterPrimitiveInAttrs>, ...children: DenormChildren[]) => SVGFEImageElement;
126
+ export declare const feMerge: (attrs?: DenormAttrs<SVGFEMergeElement, object>, ...children: DenormChildren[]) => SVGFEMergeElement;
127
+ export declare const feMergeNode: (attrs?: DenormAttrs<SVGFEMergeNodeElement, object>, ...children: DenormChildren[]) => SVGFEMergeNodeElement;
128
+ export declare const feMorphology: (attrs?: DenormAttrs<SVGFEMorphologyElement, SVGFilterPrimitiveInAttrs>, ...children: DenormChildren[]) => SVGFEMorphologyElement;
129
+ export declare const feOffset: (attrs?: DenormAttrs<SVGFEOffsetElement, SVGFilterPrimitiveInAttrs>, ...children: DenormChildren[]) => SVGFEOffsetElement;
130
+ export declare const fePointLight: (attrs?: DenormAttrs<SVGFEPointLightElement, object>, ...children: DenormChildren[]) => SVGFEPointLightElement;
131
+ export declare const feSpecularLighting: (attrs?: DenormAttrs<SVGFESpecularLightingElement, SVGFilterPrimitiveInAttrs & SVGLightingAttrs>, ...children: DenormChildren[]) => SVGFESpecularLightingElement;
132
+ export declare const feSpotLight: (attrs?: DenormAttrs<SVGFESpotLightElement, object>, ...children: DenormChildren[]) => SVGFESpotLightElement;
133
+ export declare const feTile: (attrs?: DenormAttrs<SVGFETileElement, SVGFilterPrimitiveInAttrs>, ...children: DenormChildren[]) => SVGFETileElement;
134
+ export declare const feTurbulence: (attrs?: DenormAttrs<SVGFETurbulenceElement, SVGFilterPrimitiveInAttrs>, ...children: DenormChildren[]) => SVGFETurbulenceElement;
135
+ export declare const filter: (attrs?: DenormAttrs<SVGFilterElement, SVGPresentationAttrs>, ...children: DenormChildren[]) => SVGFilterElement;
136
+ export declare const foreignObject: (attrs?: DenormAttrs<SVGForeignObjectElement, SVGPresentationAttrs>, ...children: DenormChildren[]) => SVGForeignObjectElement;
137
+ export declare const g: (attrs?: DenormAttrs<SVGGElement, SVGPresentationAttrs>, ...children: DenormChildren[]) => SVGGElement;
138
+ export declare const image: (attrs?: DenormAttrs<SVGImageElement, SVGPresentationAttrs>, ...children: DenormChildren[]) => SVGImageElement;
139
+ export declare const line: (attrs?: DenormAttrs<SVGLineElement, SVGPresentationAttrs>, ...children: DenormChildren[]) => SVGLineElement;
140
+ export declare const linearGradient: (attrs?: DenormAttrs<SVGLinearGradientElement, SVGPresentationAttrs>, ...children: DenormChildren[]) => SVGLinearGradientElement;
141
+ export declare const marker: (attrs?: DenormAttrs<SVGMarkerElement, SVGPresentationAttrs>, ...children: DenormChildren[]) => SVGMarkerElement;
142
+ export declare const mask: (attrs?: DenormAttrs<SVGMaskElement, SVGPresentationAttrs>, ...children: DenormChildren[]) => SVGMaskElement;
143
+ export declare const metadata: (attrs?: DenormAttrs<SVGMetadataElement, object>, ...children: DenormChildren[]) => SVGMetadataElement;
144
+ export declare const mpath: (attrs?: DenormAttrs<SVGMPathElement, object>, ...children: DenormChildren[]) => SVGMPathElement;
145
+ export declare const path: (attrs?: DenormAttrs<SVGPathElement, SVGPresentationAttrs & SVGPathExtraAttrs>, ...children: DenormChildren[]) => SVGPathElement;
146
+ export declare const pattern: (attrs?: DenormAttrs<SVGPatternElement, SVGPresentationAttrs>, ...children: DenormChildren[]) => SVGPatternElement;
147
+ export declare const polygon: (attrs?: DenormAttrs<SVGPolygonElement, SVGPresentationAttrs>, ...children: DenormChildren[]) => SVGPolygonElement;
148
+ export declare const polyline: (attrs?: DenormAttrs<SVGPolylineElement, SVGPresentationAttrs>, ...children: DenormChildren[]) => SVGPolylineElement;
149
+ export declare const radialGradient: (attrs?: DenormAttrs<SVGRadialGradientElement, SVGPresentationAttrs>, ...children: DenormChildren[]) => SVGRadialGradientElement;
150
+ export declare const rect: (attrs?: DenormAttrs<SVGRectElement, SVGPresentationAttrs>, ...children: DenormChildren[]) => SVGRectElement;
151
+ export declare const script: (attrs?: DenormAttrs<SVGScriptElement, object>, ...children: DenormChildren[]) => SVGScriptElement;
152
+ export declare const set: (attrs?: DenormAttrs<SVGSetElement, SVGAnimationTimingAttrs>, ...children: DenormChildren[]) => SVGSetElement;
153
+ export declare const stop: (attrs?: DenormAttrs<SVGStopElement, SVGStopAttrs>, ...children: DenormChildren[]) => SVGStopElement;
154
+ export declare const style: (attrs?: DenormAttrs<SVGStyleElement, object>, ...children: DenormChildren[]) => SVGStyleElement;
155
+ export declare const svg: (attrs?: DenormAttrs<SVGSVGElement, SVGPresentationAttrs>, ...children: DenormChildren[]) => SVGSVGElement;
156
+ export declare const svgswitch: (attrs?: DenormAttrs<SVGSwitchElement, SVGPresentationAttrs>, ...children: DenormChildren[]) => SVGSwitchElement;
157
+ export declare const symbol: (attrs?: DenormAttrs<SVGSymbolElement, SVGPresentationAttrs>, ...children: DenormChildren[]) => SVGSymbolElement;
158
+ export declare const text: (attrs?: DenormAttrs<SVGTextElement, SVGTextPresentationAttrs>, ...children: DenormChildren[]) => SVGTextElement;
159
+ export declare const textPath: (attrs?: DenormAttrs<SVGTextPathElement, SVGTextPresentationAttrs>, ...children: DenormChildren[]) => SVGTextPathElement;
160
+ export declare const title: (attrs?: DenormAttrs<SVGTitleElement, object>, ...children: DenormChildren[]) => SVGTitleElement;
161
+ export declare const tspan: (attrs?: DenormAttrs<SVGTSpanElement, SVGTextPresentationAttrs>, ...children: DenormChildren[]) => SVGTSpanElement;
162
+ export declare const use: (attrs?: DenormAttrs<SVGUseElement, SVGPresentationAttrs>, ...children: DenormChildren[]) => SVGUseElement;
163
+ export declare const view: (attrs?: DenormAttrs<SVGViewElement, object>, ...children: DenormChildren[]) => SVGViewElement;
@@ -0,0 +1 @@
1
+ {"fileNames":["../../node_modules/typescript/lib/lib.es5.d.ts","../../node_modules/typescript/lib/lib.es2015.d.ts","../../node_modules/typescript/lib/lib.es2016.d.ts","../../node_modules/typescript/lib/lib.es2017.d.ts","../../node_modules/typescript/lib/lib.es2018.d.ts","../../node_modules/typescript/lib/lib.es2019.d.ts","../../node_modules/typescript/lib/lib.es2020.d.ts","../../node_modules/typescript/lib/lib.es2021.d.ts","../../node_modules/typescript/lib/lib.es2022.d.ts","../../node_modules/typescript/lib/lib.es2023.d.ts","../../node_modules/typescript/lib/lib.es2024.d.ts","../../node_modules/typescript/lib/lib.esnext.d.ts","../../node_modules/typescript/lib/lib.dom.d.ts","../../node_modules/typescript/lib/lib.dom.iterable.d.ts","../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../node_modules/typescript/lib/lib.es2016.intl.d.ts","../../node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts","../../node_modules/typescript/lib/lib.es2017.date.d.ts","../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../node_modules/typescript/lib/lib.es2019.intl.d.ts","../../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../node_modules/typescript/lib/lib.es2020.date.d.ts","../../node_modules/typescript/lib/lib.es2020.promise.d.ts","../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../node_modules/typescript/lib/lib.es2020.string.d.ts","../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../node_modules/typescript/lib/lib.es2020.intl.d.ts","../../node_modules/typescript/lib/lib.es2020.number.d.ts","../../node_modules/typescript/lib/lib.es2021.promise.d.ts","../../node_modules/typescript/lib/lib.es2021.string.d.ts","../../node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../node_modules/typescript/lib/lib.es2021.intl.d.ts","../../node_modules/typescript/lib/lib.es2022.array.d.ts","../../node_modules/typescript/lib/lib.es2022.error.d.ts","../../node_modules/typescript/lib/lib.es2022.intl.d.ts","../../node_modules/typescript/lib/lib.es2022.object.d.ts","../../node_modules/typescript/lib/lib.es2022.string.d.ts","../../node_modules/typescript/lib/lib.es2022.regexp.d.ts","../../node_modules/typescript/lib/lib.es2023.array.d.ts","../../node_modules/typescript/lib/lib.es2023.collection.d.ts","../../node_modules/typescript/lib/lib.es2023.intl.d.ts","../../node_modules/typescript/lib/lib.es2024.arraybuffer.d.ts","../../node_modules/typescript/lib/lib.es2024.collection.d.ts","../../node_modules/typescript/lib/lib.es2024.object.d.ts","../../node_modules/typescript/lib/lib.es2024.promise.d.ts","../../node_modules/typescript/lib/lib.es2024.regexp.d.ts","../../node_modules/typescript/lib/lib.es2024.sharedmemory.d.ts","../../node_modules/typescript/lib/lib.es2024.string.d.ts","../../node_modules/typescript/lib/lib.esnext.array.d.ts","../../node_modules/typescript/lib/lib.esnext.collection.d.ts","../../node_modules/typescript/lib/lib.esnext.intl.d.ts","../../node_modules/typescript/lib/lib.esnext.disposable.d.ts","../../node_modules/typescript/lib/lib.esnext.promise.d.ts","../../node_modules/typescript/lib/lib.esnext.decorators.d.ts","../../node_modules/typescript/lib/lib.esnext.iterator.d.ts","../../node_modules/typescript/lib/lib.esnext.float16.d.ts","../../node_modules/typescript/lib/lib.esnext.error.d.ts","../../node_modules/typescript/lib/lib.esnext.sharedmemory.d.ts","../../node_modules/typescript/lib/lib.decorators.d.ts","../../node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../src/assert.ts","../../src/awaitable.ts","../../src/case.ts","../../src/debounce.ts","../../src/range.ts","../../src/result.ts","../../src/diff.ts","../../src/diff.test.ts","../../src/display.ts","../../src/equal.ts","../../src/equal.test.ts","../../src/fs.ts","../../src/fs.test.ts","../../src/fs_node.ts","../../src/generator.ts","../../src/generator.test.ts","../../src/lock.ts","../../src/lock.test.ts","../../src/log.ts","../../src/log.feature.test.ts","../../src/log.test.ts","../../src/result.test.ts","../../src/safe.ts","../../node_modules/typescript/lib/typescript.d.ts","../../node_modules/ts-blank-space/out/index.d.ts","../../src/transpile.mjs","../../src/dom/types/css.ts","../../node_modules/@types/node/compatibility/disposable.d.ts","../../node_modules/@types/node/compatibility/indexable.d.ts","../../node_modules/@types/node/compatibility/iterators.d.ts","../../node_modules/@types/node/compatibility/index.d.ts","../../node_modules/@types/node/globals.typedarray.d.ts","../../node_modules/@types/node/buffer.buffer.d.ts","../../node_modules/@types/node/globals.d.ts","../../node_modules/@types/node/web-globals/abortcontroller.d.ts","../../node_modules/@types/node/web-globals/domexception.d.ts","../../node_modules/@types/node/web-globals/events.d.ts","../../node_modules/undici-types/header.d.ts","../../node_modules/undici-types/readable.d.ts","../../node_modules/undici-types/file.d.ts","../../node_modules/undici-types/fetch.d.ts","../../node_modules/undici-types/formdata.d.ts","../../node_modules/undici-types/connector.d.ts","../../node_modules/undici-types/client.d.ts","../../node_modules/undici-types/errors.d.ts","../../node_modules/undici-types/dispatcher.d.ts","../../node_modules/undici-types/global-dispatcher.d.ts","../../node_modules/undici-types/global-origin.d.ts","../../node_modules/undici-types/pool-stats.d.ts","../../node_modules/undici-types/pool.d.ts","../../node_modules/undici-types/handlers.d.ts","../../node_modules/undici-types/balanced-pool.d.ts","../../node_modules/undici-types/agent.d.ts","../../node_modules/undici-types/mock-interceptor.d.ts","../../node_modules/undici-types/mock-agent.d.ts","../../node_modules/undici-types/mock-client.d.ts","../../node_modules/undici-types/mock-pool.d.ts","../../node_modules/undici-types/mock-errors.d.ts","../../node_modules/undici-types/proxy-agent.d.ts","../../node_modules/undici-types/env-http-proxy-agent.d.ts","../../node_modules/undici-types/retry-handler.d.ts","../../node_modules/undici-types/retry-agent.d.ts","../../node_modules/undici-types/api.d.ts","../../node_modules/undici-types/interceptors.d.ts","../../node_modules/undici-types/util.d.ts","../../node_modules/undici-types/cookies.d.ts","../../node_modules/undici-types/patch.d.ts","../../node_modules/undici-types/websocket.d.ts","../../node_modules/undici-types/eventsource.d.ts","../../node_modules/undici-types/filereader.d.ts","../../node_modules/undici-types/diagnostics-channel.d.ts","../../node_modules/undici-types/content-type.d.ts","../../node_modules/undici-types/cache.d.ts","../../node_modules/undici-types/index.d.ts","../../node_modules/@types/node/web-globals/fetch.d.ts","../../node_modules/@types/node/web-globals/navigator.d.ts","../../node_modules/@types/node/web-globals/storage.d.ts","../../node_modules/@types/node/assert.d.ts","../../node_modules/@types/node/assert/strict.d.ts","../../node_modules/@types/node/async_hooks.d.ts","../../node_modules/@types/node/buffer.d.ts","../../node_modules/@types/node/child_process.d.ts","../../node_modules/@types/node/cluster.d.ts","../../node_modules/@types/node/console.d.ts","../../node_modules/@types/node/constants.d.ts","../../node_modules/@types/node/crypto.d.ts","../../node_modules/@types/node/dgram.d.ts","../../node_modules/@types/node/diagnostics_channel.d.ts","../../node_modules/@types/node/dns.d.ts","../../node_modules/@types/node/dns/promises.d.ts","../../node_modules/@types/node/domain.d.ts","../../node_modules/@types/node/events.d.ts","../../node_modules/@types/node/fs.d.ts","../../node_modules/@types/node/fs/promises.d.ts","../../node_modules/@types/node/http.d.ts","../../node_modules/@types/node/http2.d.ts","../../node_modules/@types/node/https.d.ts","../../node_modules/@types/node/inspector.d.ts","../../node_modules/@types/node/inspector.generated.d.ts","../../node_modules/@types/node/module.d.ts","../../node_modules/@types/node/net.d.ts","../../node_modules/@types/node/os.d.ts","../../node_modules/@types/node/path.d.ts","../../node_modules/@types/node/perf_hooks.d.ts","../../node_modules/@types/node/process.d.ts","../../node_modules/@types/node/punycode.d.ts","../../node_modules/@types/node/querystring.d.ts","../../node_modules/@types/node/readline.d.ts","../../node_modules/@types/node/readline/promises.d.ts","../../node_modules/@types/node/repl.d.ts","../../node_modules/@types/node/sea.d.ts","../../node_modules/@types/node/sqlite.d.ts","../../node_modules/@types/node/stream.d.ts","../../node_modules/@types/node/stream/promises.d.ts","../../node_modules/@types/node/stream/consumers.d.ts","../../node_modules/@types/node/stream/web.d.ts","../../node_modules/@types/node/string_decoder.d.ts","../../node_modules/@types/node/test.d.ts","../../node_modules/@types/node/timers.d.ts","../../node_modules/@types/node/timers/promises.d.ts","../../node_modules/@types/node/tls.d.ts","../../node_modules/@types/node/trace_events.d.ts","../../node_modules/@types/node/tty.d.ts","../../node_modules/@types/node/url.d.ts","../../node_modules/@types/node/util.d.ts","../../node_modules/@types/node/v8.d.ts","../../node_modules/@types/node/vm.d.ts","../../node_modules/@types/node/wasi.d.ts","../../node_modules/@types/node/worker_threads.d.ts","../../node_modules/@types/node/zlib.d.ts","../../node_modules/@types/node/index.d.ts","../../node_modules/parse5/dist/common/html.d.ts","../../node_modules/parse5/dist/common/token.d.ts","../../node_modules/parse5/dist/common/error-codes.d.ts","../../node_modules/parse5/dist/tokenizer/preprocessor.d.ts","../../node_modules/entities/dist/esm/generated/decode-data-html.d.ts","../../node_modules/entities/dist/esm/generated/decode-data-xml.d.ts","../../node_modules/entities/dist/esm/decode-codepoint.d.ts","../../node_modules/entities/dist/esm/decode.d.ts","../../node_modules/parse5/dist/tokenizer/index.d.ts","../../node_modules/parse5/dist/tree-adapters/interface.d.ts","../../node_modules/parse5/dist/parser/open-element-stack.d.ts","../../node_modules/parse5/dist/parser/formatting-element-list.d.ts","../../node_modules/parse5/dist/parser/index.d.ts","../../node_modules/parse5/dist/tree-adapters/default.d.ts","../../node_modules/parse5/dist/serializer/index.d.ts","../../node_modules/parse5/dist/common/foreign-content.d.ts","../../node_modules/parse5/dist/index.d.ts","../../node_modules/tough-cookie/dist/index.d.ts","../../node_modules/@types/jsdom/base.d.ts","../../node_modules/@types/jsdom/index.d.ts","../../src/dom/dom.ts","../../src/dom/html.ts","../../src/components/children.ts","../../src/components/accordion.ts","../../src/components/alert.ts","../../src/dom/fc.ts","../../src/components/button_bar.ts","../../src/components/card.ts","../../src/components/form.ts","../../src/components/link.ts","../../src/components/modal.ts","../../src/components/nav.ts","../../src/components/property.ts","../../src/components/tabs.ts","../../src/components/index.ts","../../src/components/components.feature.test.ts","../../src/components/components.test.ts","../../src/dom/css/constants.ts","../../src/dom/css/sizing.ts","../../src/components/inline_edit.ts","../../src/components/logger.ts","../../src/components/select.ts","../../src/components/virtual_scroll.ts","../../src/components/virtual_scroll.test.ts","../../src/dom/svg.ts","../../src/dom/dom.test.ts","../../src/dom/fc.test.ts","../../src/dom/html.test.ts","../../src/dom/hydrate.ts","../../src/dom/render.ts","../../src/ssg/ssg.ts","../../src/dom/hydrate.test.ts","../../src/dom/index.ts","../../src/observable/observable.ts","../../src/dom/observable.ts","../../src/dom/observable.test.ts","../../src/dom/provide.ts","../../src/dom/render.test.ts","../../src/dom/svg.test.ts","../../src/dom/xml.ts","../../src/dom/css/core.ts","../../src/dom/css/border.ts","../../src/dom/css/fstyle.ts","../../src/dom/types/html.ts","../../src/dom/form/form.ts","../../src/dom/form/form.app.ts","../../src/dom/form/form.test.ts","../../src/dom/navigation/index.ts","../../src/dom/navigation/interceptor.test.ts","../../src/dom/navigation/interceptor.unit.test.ts","../../src/dom/navigation/navigation.test.ts","../../src/dom/navigation/view-transitions.test.ts","../../src/dom/router/router.ts","../../src/dom/router/link.ts","../../src/dom/types/dom.ts","../../src/observable/event.ts","../../src/observable/observable.test.ts","../../src/server/http/response.ts","../../src/server/http/apps.ts","../../src/server/http/css.ts","../../src/server/http/sitemap.ts","../../src/server/http/static.ts","../../src/server/http/typescript.ts","../../src/server/http/index.ts","../../src/server/ws/frame.ts","../../src/server/ws/handshake.ts","../../src/server/ws/index.ts","../../src/server/live-reload.ts","../../src/server/live-reload.test.ts","../../src/server/main.test.ts","../../src/server/main.ts","../../src/server/http/sitemap.test.ts","../../src/server/http/typescript.test.ts","../../src/server/ws/frame.test.ts","../../src/server/ws/handshake.test.ts","../../src/server/ws/index.test.ts","../../node_modules/@types/estree/index.d.ts","../../node_modules/rollup/dist/rollup.d.ts","../../node_modules/@rollup/plugin-node-resolve/types/index.d.ts","../../src/ssg/bundle.ts","../../src/ssg/copy-public.ts","../../src/ssg/discover.ts","../../src/ssg/discover.feature.test.ts","../../src/ssg/rewrite.ts","../../src/ssg/main.ts","../../src/ssg/ssg.test.ts","../../node_modules/@types/dom-navigation/ts5.9/index.d.ts","../../node_modules/@types/resolve/index.d.ts","../../node_modules/@types/tough-cookie/index.d.ts"],"fileIdsList":[[115,163,180,181,311],[115,163,180,181],[115,163,174,180,181,209,213,230,231,233],[115,163,180,181,232],[115,160,161,163,180,181],[115,162,163,180,181],[163,180,181],[115,163,168,180,181,198],[115,163,164,169,174,180,181,183,195,206],[115,163,164,165,174,180,181,183],[110,111,112,115,163,180,181],[115,163,166,180,181,207],[115,163,167,168,175,180,181,184],[115,163,168,180,181,195,203],[115,163,169,171,174,180,181,183],[115,162,163,170,180,181],[115,163,171,172,180,181],[115,163,173,174,180,181],[115,162,163,174,180,181],[115,163,174,175,176,180,181,195,206],[115,163,174,175,176,180,181,190,195,198],[115,156,163,171,174,177,180,181,183,195,206],[115,163,174,175,177,178,180,181,183,195,203,206],[115,163,177,179,180,181,195,203,206],[113,114,115,116,117,118,119,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212],[115,163,174,180,181],[115,163,180,181,182,206],[115,163,171,174,180,181,183,195],[115,163,180,181,184],[115,163,180,181,185],[115,162,163,180,181,186],[115,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212],[115,163,180,181,188],[115,163,180,181,189],[115,163,174,180,181,190,191],[115,163,180,181,190,192,207,209],[115,163,175,180,181],[115,163,174,180,181,195,196,198],[115,163,180,181,197,198],[115,163,180,181,195,196],[115,163,180,181,198],[115,163,180,181,199],[115,160,163,180,181,195,200,206],[115,163,174,180,181,201,202],[115,163,180,181,201,202],[115,163,168,180,181,183,195,203],[115,163,180,181,204],[115,163,180,181,183,205],[115,163,177,180,181,189,206],[115,163,168,180,181,207],[115,163,180,181,195,208],[115,163,180,181,182,209],[115,163,180,181,210],[115,156,163,180,181],[115,156,163,174,176,180,181,186,195,198,206,208,209,211],[115,163,180,181,195,212],[115,163,180,181,218,219,220],[115,163,180,181,215],[115,163,180,181,214,215],[115,163,180,181,214],[115,163,180,181,214,215,216,222,223,226,227,228,229],[115,163,180,181,215,223],[115,163,180,181,214,215,216,222,223,224,225],[115,163,180,181,214,223],[115,163,180,181,223,227],[115,163,180,181,215,216,217,221],[115,163,180,181,216],[115,163,180,181,214,215,223],[115,163,180,181,310,311],[106,115,163,180,181],[115,128,132,163,180,181,206],[115,128,163,180,181,195,206],[115,123,163,180,181],[115,125,128,163,180,181,203,206],[115,163,180,181,183,203],[115,163,180,181,213],[115,123,163,180,181,213],[115,125,128,163,180,181,183,206],[115,120,121,124,127,163,174,180,181,195,206],[115,128,135,163,180,181],[115,120,126,163,180,181],[115,128,149,150,163,180,181],[115,124,128,163,180,181,198,206,213],[115,149,163,180,181,213],[115,122,123,163,180,181,213],[115,128,163,180,181],[115,122,123,124,125,126,127,128,129,130,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,150,151,152,153,154,155,163,180,181],[115,128,143,163,180,181],[115,128,135,136,163,180,181],[115,126,128,136,137,163,180,181],[115,127,163,180,181],[115,120,123,128,163,180,181],[115,128,132,136,137,163,180,181],[115,132,163,180,181],[115,126,128,131,163,180,181,206],[115,120,125,128,135,163,180,181],[115,163,180,181,195],[115,123,128,149,163,180,181,211,213],[115,163,180,181,234,235,236],[115,163,180,181,234,235],[91,115,163,180,181,235,239],[115,163,180,181,234],[115,161,163,180,181,200,235,248],[115,163,180,181,237,238,241,242,243,244,245,246,247],[115,163,180,181,235,239,252],[91,101,115,163,180,181,235],[115,163,180,181,234,235,239],[115,161,163,180,181,200,235,239,256],[86,115,163,180,181,235,239],[89,115,161,163,180,181,200],[87,88,115,163,180,181],[109,115,163,180,181,251,274],[115,163,180,181,251],[85,109,115,163,180,181],[115,161,163,180,181,200,234,235,258],[83,109,115,163,180,181,232,233],[115,161,163,180,181,200,235,239],[115,163,180,181,235,278],[115,161,163,180,181,200,278],[115,163,180,181,234,235,277],[115,161,163,180,181,200,235],[94,115,161,163,180,181,200,235,239,262,264],[115,163,180,181,235,239],[115,163,180,181,262],[115,161,163,180,181,200,232,233,235,239,262,281],[115,161,163,180,181,200,232,233,281],[115,161,163,180,181,200,235,239,262,281],[115,161,163,180,181,200,234,235,267,268],[115,163,180,181,267],[88,115,163,180,181],[115,161,163,180,181,200,235,239,258,263],[115,163,180,181,235,286],[115,163,180,181,234,287],[115,161,163,180,181,200,234,258],[109,115,163,180,181],[92,115,161,163,180,181,200],[94,115,161,163,180,181,200],[83,115,163,180,181],[94,115,163,176,180,181,185],[97,115,161,163,180,181,200],[99,115,161,163,180,181,200],[101,115,161,163,180,181,200],[91,115,163,180,181],[91,115,163,180,181,267],[115,161,163,180,181,200,267],[83,91,101,115,163,180,181],[88,115,161,163,180,181,200],[101,115,163,180,181],[115,163,176,180,181,185,291,297],[101,115,163,177,180,181,183,185,291,292,293,294,295,296],[115,163,175,176,180,181,297],[115,161,163,175,177,180,181,184,185,200,294],[101,115,163,176,180,181,185,291,297],[115,161,163,175,177,180,181,184,185,200,296],[108,115,163,176,180,181,185,291,297],[115,161,163,176,180,181,184,185,200,301],[115,163,175,176,180,181,183,185,291,297,300],[115,161,163,164,180,181,185,187,200],[101,115,163,180,181,185,187,207,297],[115,161,163,180,181,200,298],[115,161,163,177,180,181,195,200,299],[115,163,168,177,180,181,195],[115,161,163,177,180,181,183,200,300],[115,163,177,180,181,195,298,299],[107,115,163,180,181,185,264,311,312],[115,163,176,180,181,185],[83,115,161,163,180,181,185,200,206,263,315],[115,163,176,180,181,185,264],[96,115,163,176,180,181,185,187,207,212,264,313,314,315,317],[94,115,161,163,180,181,200,235,239,264],[94,115,163,180,181,262,263],[107,115,163,180,181]],"fileInfos":[{"version":"c430d44666289dae81f30fa7b2edebf186ecc91a2d4c71266ea6ae76388792e1","affectsGlobalScope":true,"impliedFormat":1},{"version":"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","impliedFormat":1},{"version":"3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","impliedFormat":1},{"version":"e44bb8bbac7f10ecc786703fe0a6a4b952189f908707980ba8f3c8975a760962","impliedFormat":1},{"version":"5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","impliedFormat":1},{"version":"68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","impliedFormat":1},{"version":"5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","impliedFormat":1},{"version":"feecb1be483ed332fad555aff858affd90a48ab19ba7272ee084704eb7167569","impliedFormat":1},{"version":"ee7bad0c15b58988daa84371e0b89d313b762ab83cb5b31b8a2d1162e8eb41c2","impliedFormat":1},{"version":"27bdc30a0e32783366a5abeda841bc22757c1797de8681bbe81fbc735eeb1c10","impliedFormat":1},{"version":"8fd575e12870e9944c7e1d62e1f5a73fcf23dd8d3a321f2a2c74c20d022283fe","impliedFormat":1},{"version":"2ab096661c711e4a81cc464fa1e6feb929a54f5340b46b0a07ac6bbf857471f0","impliedFormat":1},{"version":"080941d9f9ff9307f7e27a83bcd888b7c8270716c39af943532438932ec1d0b9","affectsGlobalScope":true,"impliedFormat":1},{"version":"2e80ee7a49e8ac312cc11b77f1475804bee36b3b2bc896bead8b6e1266befb43","affectsGlobalScope":true,"impliedFormat":1},{"version":"c57796738e7f83dbc4b8e65132f11a377649c00dd3eee333f672b8f0a6bea671","affectsGlobalScope":true,"impliedFormat":1},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true,"impliedFormat":1},{"version":"515d0b7b9bea2e31ea4ec968e9edd2c39d3eebf4a2d5cbd04e88639819ae3b71","affectsGlobalScope":true,"impliedFormat":1},{"version":"0559b1f683ac7505ae451f9a96ce4c3c92bdc71411651ca6ddb0e88baaaad6a3","affectsGlobalScope":true,"impliedFormat":1},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true,"impliedFormat":1},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true,"impliedFormat":1},{"version":"fb0f136d372979348d59b3f5020b4cdb81b5504192b1cacff5d1fbba29378aa1","affectsGlobalScope":true,"impliedFormat":1},{"version":"d15bea3d62cbbdb9797079416b8ac375ae99162a7fba5de2c6c505446486ac0a","affectsGlobalScope":true,"impliedFormat":1},{"version":"68d18b664c9d32a7336a70235958b8997ebc1c3b8505f4f1ae2b7e7753b87618","affectsGlobalScope":true,"impliedFormat":1},{"version":"eb3d66c8327153d8fa7dd03f9c58d351107fe824c79e9b56b462935176cdf12a","affectsGlobalScope":true,"impliedFormat":1},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true,"impliedFormat":1},{"version":"69ab18c3b76cd9b1be3d188eaf8bba06112ebbe2f47f6c322b5105a6fbc45a2e","affectsGlobalScope":true,"impliedFormat":1},{"version":"a680117f487a4d2f30ea46f1b4b7f58bef1480456e18ba53ee85c2746eeca012","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true,"impliedFormat":1},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true,"impliedFormat":1},{"version":"954296b30da6d508a104a3a0b5d96b76495c709785c1d11610908e63481ee667","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac9538681b19688c8eae65811b329d3744af679e0bdfa5d842d0e32524c73e1c","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a969edff4bd52585473d24995c5ef223f6652d6ef46193309b3921d65dd4376","affectsGlobalScope":true,"impliedFormat":1},{"version":"9e9fbd7030c440b33d021da145d3232984c8bb7916f277e8ffd3dc2e3eae2bdb","affectsGlobalScope":true,"impliedFormat":1},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true,"impliedFormat":1},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true,"impliedFormat":1},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true,"impliedFormat":1},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true,"impliedFormat":1},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true,"impliedFormat":1},{"version":"74f7fa2d027d5b33eb0471c8e82a6c87216223181ec31247c357a3e8e2fddc5b","affectsGlobalScope":true,"impliedFormat":1},{"version":"d6d7ae4d1f1f3772e2a3cde568ed08991a8ae34a080ff1151af28b7f798e22ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true,"impliedFormat":1},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true,"impliedFormat":1},{"version":"52ada8e0b6e0482b728070b7639ee42e83a9b1c22d205992756fe020fd9f4a47","affectsGlobalScope":true,"impliedFormat":1},{"version":"3bdefe1bfd4d6dee0e26f928f93ccc128f1b64d5d501ff4a8cf3c6371200e5e6","affectsGlobalScope":true,"impliedFormat":1},{"version":"59fb2c069260b4ba00b5643b907ef5d5341b167e7d1dbf58dfd895658bda2867","affectsGlobalScope":true,"impliedFormat":1},{"version":"639e512c0dfc3fad96a84caad71b8834d66329a1f28dc95e3946c9b58176c73a","affectsGlobalScope":true,"impliedFormat":1},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true,"impliedFormat":1},{"version":"af3dd424cf267428f30ccfc376f47a2c0114546b55c44d8c0f1d57d841e28d74","affectsGlobalScope":true,"impliedFormat":1},{"version":"995c005ab91a498455ea8dfb63aa9f83fa2ea793c3d8aa344be4a1678d06d399","affectsGlobalScope":true,"impliedFormat":1},{"version":"959d36cddf5e7d572a65045b876f2956c973a586da58e5d26cde519184fd9b8a","affectsGlobalScope":true,"impliedFormat":1},{"version":"965f36eae237dd74e6cca203a43e9ca801ce38824ead814728a2807b1910117d","affectsGlobalScope":true,"impliedFormat":1},{"version":"3925a6c820dcb1a06506c90b1577db1fdbf7705d65b62b99dce4be75c637e26b","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a3d63ef2b853447ec4f749d3f368ce642264246e02911fcb1590d8c161b8005","affectsGlobalScope":true,"impliedFormat":1},{"version":"8cdf8847677ac7d20486e54dd3fcf09eda95812ac8ace44b4418da1bbbab6eb8","affectsGlobalScope":true,"impliedFormat":1},{"version":"8444af78980e3b20b49324f4a16ba35024fef3ee069a0eb67616ea6ca821c47a","affectsGlobalScope":true,"impliedFormat":1},{"version":"3287d9d085fbd618c3971944b65b4be57859f5415f495b33a6adc994edd2f004","affectsGlobalScope":true,"impliedFormat":1},{"version":"b4b67b1a91182421f5df999988c690f14d813b9850b40acd06ed44691f6727ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"df83c2a6c73228b625b0beb6669c7ee2a09c914637e2d35170723ad49c0f5cd4","affectsGlobalScope":true,"impliedFormat":1},{"version":"436aaf437562f276ec2ddbee2f2cdedac7664c1e4c1d2c36839ddd582eeb3d0a","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e3c06ea092138bf9fa5e874a1fdbc9d54805d074bee1de31b99a11e2fec239d","affectsGlobalScope":true,"impliedFormat":1},{"version":"87dc0f382502f5bbce5129bdc0aea21e19a3abbc19259e0b43ae038a9fc4e326","affectsGlobalScope":true,"impliedFormat":1},{"version":"b1cb28af0c891c8c96b2d6b7be76bd394fddcfdb4709a20ba05a7c1605eea0f9","affectsGlobalScope":true,"impliedFormat":1},{"version":"2fef54945a13095fdb9b84f705f2b5994597640c46afeb2ce78352fab4cb3279","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac77cb3e8c6d3565793eb90a8373ee8033146315a3dbead3bde8db5eaf5e5ec6","affectsGlobalScope":true,"impliedFormat":1},{"version":"56e4ed5aab5f5920980066a9409bfaf53e6d21d3f8d020c17e4de584d29600ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ece9f17b3866cc077099c73f4983bddbcb1dc7ddb943227f1ec070f529dedd1","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a6282c8827e4b9a95f4bf4f5c205673ada31b982f50572d27103df8ceb8013c","affectsGlobalScope":true,"impliedFormat":1},{"version":"1c9319a09485199c1f7b0498f2988d6d2249793ef67edda49d1e584746be9032","affectsGlobalScope":true,"impliedFormat":1},{"version":"e3a2a0cee0f03ffdde24d89660eba2685bfbdeae955a6c67e8c4c9fd28928eeb","affectsGlobalScope":true,"impliedFormat":1},{"version":"811c71eee4aa0ac5f7adf713323a5c41b0cf6c4e17367a34fbce379e12bbf0a4","affectsGlobalScope":true,"impliedFormat":1},{"version":"51ad4c928303041605b4d7ae32e0c1ee387d43a24cd6f1ebf4a2699e1076d4fa","affectsGlobalScope":true,"impliedFormat":1},{"version":"60037901da1a425516449b9a20073aa03386cce92f7a1fd902d7602be3a7c2e9","affectsGlobalScope":true,"impliedFormat":1},{"version":"d4b1d2c51d058fc21ec2629fff7a76249dec2e36e12960ea056e3ef89174080f","affectsGlobalScope":true,"impliedFormat":1},{"version":"22adec94ef7047a6c9d1af3cb96be87a335908bf9ef386ae9fd50eeb37f44c47","affectsGlobalScope":true,"impliedFormat":1},{"version":"196cb558a13d4533a5163286f30b0509ce0210e4b316c56c38d4c0fd2fb38405","affectsGlobalScope":true,"impliedFormat":1},{"version":"73f78680d4c08509933daf80947902f6ff41b6230f94dd002ae372620adb0f60","affectsGlobalScope":true,"impliedFormat":1},{"version":"c5239f5c01bcfa9cd32f37c496cf19c61d69d37e48be9de612b541aac915805b","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e7f8264d0fb4c5339605a15daadb037bf238c10b654bb3eee14208f860a32ea","affectsGlobalScope":true,"impliedFormat":1},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true,"impliedFormat":1},"75050a0308a3c92af9cbc00858097393fb52dcea2ff2d6c3b0a81f1f345dca0a","8175d68354a805ca6dd8564a10ff937a48a8dcd18fca2d8fd74eb27b55e9be00","1b34da3536d5f1b18ee6c36173839c58c222dd2313542efda615081eeb9aa9f2","1f12e2eddd685a2bc9ce31b326e16991cb18f89a9d3ef61dea4fe5922ff46cb8","d0d9d65cb2b34879b7938e8f51a95c1e9745c8d3a86e64d4bc68566e8848fde4","a9f83e0ede548e205af4a813f582da1c4d0eb9506792ead41ea956764480a94a","35cc94b11ffc54248eb2503435004c4f41c0634874a0bedfb07d88ae8ffb2a04","fb49d0276a45eba66de22c8e6677be36efce176216fd8b4393e2399add1832cf","f92660f80d3a9ad4305fec6f31e1cca8a38d504ddc1ccec874e7a277ad1781cf","b3ee4d945382be7f416d71677f535b3da3ac0e64c0e6171e4511169baf36cc2b","0dea524c55fc7f30a64d636bc61ba6fbe169d4cee3d7cb906f4f68487e16dee2","39eaf8c42d99a593adbf11fe1a94757484766c3d9d0e43dd46e6612f5eaba696","d17a2a3b0b9f6ea658401dc6b9bc1bedb77071053c2f5352b2f570cdd0e50f3c","2c7a51b3b024a94abd4a25be8e3e171877c18dfb64ee2056d681c1893b90930a","d9a8b057c8d8f2c56d8c66a478f2d91ea2490280eeefcb0c9866534b90142cfa","da3e7d0abeb0aa34977b1f76fe391fcfe099354c6a3f75432af3ba72a1239189","913641d4e309350a3bf78837eb02278e56fdf346602f50f76ac082bdd66d6e8a","ac30c74062bee7dcdd8d7981ad1ec264c1e4be536ec27b2cf2777ad2a913f410","45dcc37a111d4faa68c30230c72f70e1c1f71bec660da52c824586d6043f818d","63e903fdbd3d7b39a6c5f5c3635b15d06246203d53ce2bd0281e84e7f0f4d06e","969ef67f0cbf938468b8e8db7724e0c60f488685a1ada36be3af8a1dbaf96ead","4d25171a81f59ef52b3e3256eb298fa5ec594c69644c6ab350f4504cd820ef07","1e40ba99de5e5137c3fb6534e4b9fe77f189ffd09e7ced8ba8e0b562fd63f60f",{"version":"e134052a6b1ded61693b4037f615dc72f14e2881e79c1ddbff6c514c8a516b05","impliedFormat":1},{"version":"59c397b60d5a7de82181cd6e494025c47e36a1ddb5003f5f2b2534d312af0c0c","impliedFormat":99},{"version":"1d9f6fa49edb84034a3ff1d0d7d2be380ac1007966047e75d1f1855b7ccb9020","impliedFormat":99},"06dc743f9070b48f6958dc9e6fc0000424de804982906b7ba9e17083bb2574c9",{"version":"6c7176368037af28cb72f2392010fa1cef295d6d6744bca8cfb54985f3a18c3e","affectsGlobalScope":true,"impliedFormat":1},{"version":"ab41ef1f2cdafb8df48be20cd969d875602483859dc194e9c97c8a576892c052","affectsGlobalScope":true,"impliedFormat":1},{"version":"437e20f2ba32abaeb7985e0afe0002de1917bc74e949ba585e49feba65da6ca1","affectsGlobalScope":true,"impliedFormat":1},{"version":"21d819c173c0cf7cc3ce57c3276e77fd9a8a01d35a06ad87158781515c9a438a","impliedFormat":1},{"version":"98cffbf06d6bab333473c70a893770dbe990783904002c4f1a960447b4b53dca","affectsGlobalScope":true,"impliedFormat":1},{"version":"3af97acf03cc97de58a3a4bc91f8f616408099bc4233f6d0852e72a8ffb91ac9","affectsGlobalScope":true,"impliedFormat":1},{"version":"808069bba06b6768b62fd22429b53362e7af342da4a236ed2d2e1c89fcca3b4a","affectsGlobalScope":true,"impliedFormat":1},{"version":"1db0b7dca579049ca4193d034d835f6bfe73096c73663e5ef9a0b5779939f3d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"9798340ffb0d067d69b1ae5b32faa17ab31b82466a3fc00d8f2f2df0c8554aaa","affectsGlobalScope":true,"impliedFormat":1},{"version":"f26b11d8d8e4b8028f1c7d618b22274c892e4b0ef5b3678a8ccbad85419aef43","affectsGlobalScope":true,"impliedFormat":1},{"version":"5929864ce17fba74232584d90cb721a89b7ad277220627cc97054ba15a98ea8f","impliedFormat":1},{"version":"763fe0f42b3d79b440a9b6e51e9ba3f3f91352469c1e4b3b67bfa4ff6352f3f4","impliedFormat":1},{"version":"25c8056edf4314820382a5fdb4bb7816999acdcb929c8f75e3f39473b87e85bc","impliedFormat":1},{"version":"c464d66b20788266e5353b48dc4aa6bc0dc4a707276df1e7152ab0c9ae21fad8","impliedFormat":1},{"version":"78d0d27c130d35c60b5e5566c9f1e5be77caf39804636bc1a40133919a949f21","impliedFormat":1},{"version":"c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","impliedFormat":1},{"version":"1d6e127068ea8e104a912e42fc0a110e2aa5a66a356a917a163e8cf9a65e4a75","impliedFormat":1},{"version":"5ded6427296cdf3b9542de4471d2aa8d3983671d4cac0f4bf9c637208d1ced43","impliedFormat":1},{"version":"7f182617db458e98fc18dfb272d40aa2fff3a353c44a89b2c0ccb3937709bfb5","impliedFormat":1},{"version":"cadc8aced301244057c4e7e73fbcae534b0f5b12a37b150d80e5a45aa4bebcbd","impliedFormat":1},{"version":"385aab901643aa54e1c36f5ef3107913b10d1b5bb8cbcd933d4263b80a0d7f20","impliedFormat":1},{"version":"9670d44354bab9d9982eca21945686b5c24a3f893db73c0dae0fd74217a4c219","impliedFormat":1},{"version":"0b8a9268adaf4da35e7fa830c8981cfa22adbbe5b3f6f5ab91f6658899e657a7","impliedFormat":1},{"version":"11396ed8a44c02ab9798b7dca436009f866e8dae3c9c25e8c1fbc396880bf1bb","impliedFormat":1},{"version":"ba7bc87d01492633cb5a0e5da8a4a42a1c86270e7b3d2dea5d156828a84e4882","impliedFormat":1},{"version":"4893a895ea92c85345017a04ed427cbd6a1710453338df26881a6019432febdd","impliedFormat":1},{"version":"c21dc52e277bcfc75fac0436ccb75c204f9e1b3fa5e12729670910639f27343e","impliedFormat":1},{"version":"13f6f39e12b1518c6650bbb220c8985999020fe0f21d818e28f512b7771d00f9","impliedFormat":1},{"version":"9b5369969f6e7175740bf51223112ff209f94ba43ecd3bb09eefff9fd675624a","impliedFormat":1},{"version":"4fe9e626e7164748e8769bbf74b538e09607f07ed17c2f20af8d680ee49fc1da","impliedFormat":1},{"version":"24515859bc0b836719105bb6cc3d68255042a9f02a6022b3187948b204946bd2","impliedFormat":1},{"version":"ea0148f897b45a76544ae179784c95af1bd6721b8610af9ffa467a518a086a43","impliedFormat":1},{"version":"24c6a117721e606c9984335f71711877293a9651e44f59f3d21c1ea0856f9cc9","impliedFormat":1},{"version":"dd3273ead9fbde62a72949c97dbec2247ea08e0c6952e701a483d74ef92d6a17","impliedFormat":1},{"version":"405822be75ad3e4d162e07439bac80c6bcc6dbae1929e179cf467ec0b9ee4e2e","impliedFormat":1},{"version":"0db18c6e78ea846316c012478888f33c11ffadab9efd1cc8bcc12daded7a60b6","impliedFormat":1},{"version":"e61be3f894b41b7baa1fbd6a66893f2579bfad01d208b4ff61daef21493ef0a8","impliedFormat":1},{"version":"bd0532fd6556073727d28da0edfd1736417a3f9f394877b6d5ef6ad88fba1d1a","impliedFormat":1},{"version":"89167d696a849fce5ca508032aabfe901c0868f833a8625d5a9c6e861ef935d2","impliedFormat":1},{"version":"615ba88d0128ed16bf83ef8ccbb6aff05c3ee2db1cc0f89ab50a4939bfc1943f","impliedFormat":1},{"version":"a4d551dbf8746780194d550c88f26cf937caf8d56f102969a110cfaed4b06656","impliedFormat":1},{"version":"8bd86b8e8f6a6aa6c49b71e14c4ffe1211a0e97c80f08d2c8cc98838006e4b88","impliedFormat":1},{"version":"317e63deeb21ac07f3992f5b50cdca8338f10acd4fbb7257ebf56735bf52ab00","impliedFormat":1},{"version":"4732aec92b20fb28c5fe9ad99521fb59974289ed1e45aecb282616202184064f","impliedFormat":1},{"version":"2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","impliedFormat":1},{"version":"c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","impliedFormat":1},{"version":"bf67d53d168abc1298888693338cb82854bdb2e69ef83f8a0092093c2d562107","impliedFormat":1},{"version":"b52476feb4a0cbcb25e5931b930fc73cb6643fb1a5060bf8a3dda0eeae5b4b68","affectsGlobalScope":true,"impliedFormat":1},{"version":"f9501cc13ce624c72b61f12b3963e84fad210fbdf0ffbc4590e08460a3f04eba","affectsGlobalScope":true,"impliedFormat":1},{"version":"e7721c4f69f93c91360c26a0a84ee885997d748237ef78ef665b153e622b36c1","affectsGlobalScope":true,"impliedFormat":1},{"version":"0fa06ada475b910e2106c98c68b10483dc8811d0c14a8a8dd36efb2672485b29","impliedFormat":1},{"version":"33e5e9aba62c3193d10d1d33ae1fa75c46a1171cf76fef750777377d53b0303f","impliedFormat":1},{"version":"2b06b93fd01bcd49d1a6bd1f9b65ddcae6480b9a86e9061634d6f8e354c1468f","impliedFormat":1},{"version":"6a0cd27e5dc2cfbe039e731cf879d12b0e2dded06d1b1dedad07f7712de0d7f4","affectsGlobalScope":true,"impliedFormat":1},{"version":"13f5c844119c43e51ce777c509267f14d6aaf31eafb2c2b002ca35584cd13b29","impliedFormat":1},{"version":"e60477649d6ad21542bd2dc7e3d9ff6853d0797ba9f689ba2f6653818999c264","impliedFormat":1},{"version":"c2510f124c0293ab80b1777c44d80f812b75612f297b9857406468c0f4dafe29","affectsGlobalScope":true,"impliedFormat":1},{"version":"5524481e56c48ff486f42926778c0a3cce1cc85dc46683b92b1271865bcf015a","impliedFormat":1},{"version":"4c829ab315f57c5442c6667b53769975acbf92003a66aef19bce151987675bd1","affectsGlobalScope":true,"impliedFormat":1},{"version":"b2ade7657e2db96d18315694789eff2ddd3d8aea7215b181f8a0b303277cc579","impliedFormat":1},{"version":"9855e02d837744303391e5623a531734443a5f8e6e8755e018c41d63ad797db2","impliedFormat":1},{"version":"4d631b81fa2f07a0e63a9a143d6a82c25c5f051298651a9b69176ba28930756d","impliedFormat":1},{"version":"836a356aae992ff3c28a0212e3eabcb76dd4b0cc06bcb9607aeef560661b860d","impliedFormat":1},{"version":"1e0d1f8b0adfa0b0330e028c7941b5a98c08b600efe7f14d2d2a00854fb2f393","impliedFormat":1},{"version":"41670ee38943d9cbb4924e436f56fc19ee94232bc96108562de1a734af20dc2c","affectsGlobalScope":true,"impliedFormat":1},{"version":"c906fb15bd2aabc9ed1e3f44eb6a8661199d6c320b3aa196b826121552cb3695","impliedFormat":1},{"version":"22295e8103f1d6d8ea4b5d6211e43421fe4564e34d0dd8e09e520e452d89e659","impliedFormat":1},{"version":"58647d85d0f722a1ce9de50955df60a7489f0593bf1a7015521efe901c06d770","impliedFormat":1},{"version":"73b5fa37db36eeac90c4d752e39586f1b57187400c4f5280fd05f16437287a45","impliedFormat":1},{"version":"a10f0e1854f3316d7ee437b79649e5a6ae3ae14ffe6322b02d4987071a95362e","impliedFormat":1},{"version":"e208f73ef6a980104304b0d2ca5f6bf1b85de6009d2c7e404028b875020fa8f2","impliedFormat":1},{"version":"d163b6bc2372b4f07260747cbc6c0a6405ab3fbcea3852305e98ac43ca59f5bc","impliedFormat":1},{"version":"e6fa9ad47c5f71ff733744a029d1dc472c618de53804eae08ffc243b936f87ff","affectsGlobalScope":true,"impliedFormat":1},{"version":"a6f137d651076822d4fe884287e68fd61785a0d3d1fdb250a5059b691fa897db","impliedFormat":1},{"version":"24826ed94a78d5c64bd857570fdbd96229ad41b5cb654c08d75a9845e3ab7dde","impliedFormat":1},{"version":"8b479a130ccb62e98f11f136d3ac80f2984fdc07616516d29881f3061f2dd472","impliedFormat":1},{"version":"928af3d90454bf656a52a48679f199f64c1435247d6189d1caf4c68f2eaf921f","affectsGlobalScope":true,"impliedFormat":1},{"version":"bceb58df66ab8fb00170df20cd813978c5ab84be1d285710c4eb005d8e9d8efb","affectsGlobalScope":true,"impliedFormat":1},{"version":"3f16a7e4deafa527ed9995a772bb380eb7d3c2c0fd4ae178c5263ed18394db2c","impliedFormat":1},{"version":"933921f0bb0ec12ef45d1062a1fc0f27635318f4d294e4d99de9a5493e618ca2","impliedFormat":1},{"version":"71a0f3ad612c123b57239a7749770017ecfe6b66411488000aba83e4546fde25","impliedFormat":1},{"version":"77fbe5eecb6fac4b6242bbf6eebfc43e98ce5ccba8fa44e0ef6a95c945ff4d98","impliedFormat":1},{"version":"4f9d8ca0c417b67b69eeb54c7ca1bedd7b56034bb9bfd27c5d4f3bc4692daca7","impliedFormat":1},{"version":"814118df420c4e38fe5ae1b9a3bafb6e9c2aa40838e528cde908381867be6466","impliedFormat":1},{"version":"a3fc63c0d7b031693f665f5494412ba4b551fe644ededccc0ab5922401079c95","impliedFormat":1},{"version":"80523c00b8544a2000ae0143e4a90a00b47f99823eb7926c1e03c494216fc363","impliedFormat":1},{"version":"37ba7b45141a45ce6e80e66f2a96c8a5ab1bcef0fc2d0f56bb58df96ec67e972","impliedFormat":1},{"version":"45650f47bfb376c8a8ed39d4bcda5902ab899a3150029684ee4c10676d9fbaee","impliedFormat":1},{"version":"746911b62b329587939560deb5c036aca48aece03147b021fa680223255d5183","affectsGlobalScope":true,"impliedFormat":1},{"version":"18fd40412d102c5564136f29735e5d1c3b455b8a37f920da79561f1fde068208","impliedFormat":1},{"version":"c8d3e5a18ba35629954e48c4cc8f11dc88224650067a172685c736b27a34a4dc","impliedFormat":1},{"version":"f0be1b8078cd549d91f37c30c222c2a187ac1cf981d994fb476a1adc61387b14","affectsGlobalScope":true,"impliedFormat":1},{"version":"0aaed1d72199b01234152f7a60046bc947f1f37d78d182e9ae09c4289e06a592","impliedFormat":1},{"version":"2b55d426ff2b9087485e52ac4bc7cfafe1dc420fc76dad926cd46526567c501a","impliedFormat":1},{"version":"66ba1b2c3e3a3644a1011cd530fb444a96b1b2dfe2f5e837a002d41a1a799e60","impliedFormat":1},{"version":"7e514f5b852fdbc166b539fdd1f4e9114f29911592a5eb10a94bb3a13ccac3c4","impliedFormat":1},{"version":"5b7aa3c4c1a5d81b411e8cb302b45507fea9358d3569196b27eb1a27ae3a90ef","affectsGlobalScope":true,"impliedFormat":1},{"version":"5987a903da92c7462e0b35704ce7da94d7fdc4b89a984871c0e2b87a8aae9e69","affectsGlobalScope":true,"impliedFormat":1},{"version":"ea08a0345023ade2b47fbff5a76d0d0ed8bff10bc9d22b83f40858a8e941501c","impliedFormat":1},{"version":"47613031a5a31510831304405af561b0ffaedb734437c595256bb61a90f9311b","impliedFormat":1},{"version":"ae062ce7d9510060c5d7e7952ae379224fb3f8f2dd74e88959878af2057c143b","impliedFormat":1},{"version":"8a1a0d0a4a06a8d278947fcb66bf684f117bf147f89b06e50662d79a53be3e9f","affectsGlobalScope":true,"impliedFormat":1},{"version":"358765d5ea8afd285d4fd1532e78b88273f18cb3f87403a9b16fef61ac9fdcfe","impliedFormat":1},{"version":"9f55299850d4f0921e79b6bf344b47c420ce0f507b9dcf593e532b09ea7eeea1","impliedFormat":1},{"version":"19990350fca066265b2c190c9b6cde1229f35002ea2d4df8c9e397e9942f6c89","impliedFormat":99},{"version":"8fb8fdda477cd7382477ffda92c2bb7d9f7ef583b1aa531eb6b2dc2f0a206c10","impliedFormat":99},{"version":"66995b0c991b5c5d42eff1d950733f85482c7419f7296ab8952e03718169e379","impliedFormat":99},{"version":"9863f888da357e35e013ca3465b794a490a198226bd8232c2f81fb44e16ff323","impliedFormat":99},{"version":"84bc2d80326a83ee4a6e7cba2fd480b86502660770c0e24da96535af597c9f1e","impliedFormat":99},{"version":"ea27768379b866ee3f5da2419650acdb01125479f7af73580a4bceb25b79e372","impliedFormat":99},{"version":"598931eeb4362542cae5845f95c5f0e45ac668925a40ce201e244d7fe808e965","impliedFormat":99},{"version":"da9ef88cde9f715756da642ad80c4cd87a987f465d325462d6bc2a0b11d202c8","impliedFormat":99},{"version":"b4c6184d78303b0816e779a48bef779b15aea4a66028eb819aac0abee8407dea","impliedFormat":99},{"version":"db085d2171d48938a99e851dafe0e486dce9859e5dfa73c21de5ed3d4d6fb0c5","impliedFormat":99},{"version":"62a3ad1ddd1f5974b3bf105680b3e09420f2230711d6520a521fab2be1a32838","impliedFormat":99},{"version":"a77be6fc44c876bc10c897107f84eaba10790913ebdcad40fcda7e47469b2160","impliedFormat":99},{"version":"06cf55b6da5cef54eaaf51cdc3d4e5ebf16adfdd9ebd20cec7fe719be9ced017","impliedFormat":99},{"version":"91f5dbcdb25d145a56cffe957ec665256827892d779ef108eb2f3864faff523b","impliedFormat":99},{"version":"052ba354bab8fb943e0bc05a0769f7b81d7c3b3c6cd0f5cfa53c7b2da2a525c5","impliedFormat":99},{"version":"927955a3de5857e0a1c575ced5a4245e74e6821d720ed213141347dd1870197f","impliedFormat":99},{"version":"fec804d54cd97dd77e956232fc37dc13f53e160d4bbeeb5489e86eeaa91f7ebd","impliedFormat":99},{"version":"ef5a2229cc377ddd1b8d3fb498b161d6d47ca2d8fa5857b9cfee5ab6b945b687","impliedFormat":99},{"version":"1e00db245ee0a8b165a7ed7eebc9b9666b3836fe61b742149392010eed018814","impliedFormat":1},{"version":"af11413ffc8c34a2a2475cb9d2982b4cc87a9317bf474474eedaacc4aaab4582","affectsGlobalScope":true,"impliedFormat":1},{"version":"e7f730577f1dfbef381116e676e87d53c4bbc8f676cf8ceb166b73dd93e84a4f","affectsGlobalScope":true},"b43d18f49373ea1813d8b471581ea268ee7c5e064b77c4c92ae132c4baebbfaa","a625f6ebd9c889d73b3f0387b58b20a9134dbd1cdddb995063cc108f434d94d7","5813e082d944dfa12755b79842da674ea6e0472b29633e0d67fff40c181907af","8de894939a3115539e39a1685c4d9749b78f72fd19b58068b1497e42726061cb","54e4f492b7ba22345551b4a74b3c240172df94e914834b22eacc5fd8156b29ae","d891ae44685d2ed85ca66bab3b0230f6dd37e5ef5bc0e2b27963aecca723fc94","fd7bbc231008c780db7114040962dd0b611645caad7574e47c30944dd57bee05","f915624d4085d4d106ea34eb23116f34a50bf43e5643f50a966b3f33168485e1","6aa9629a2ccc0a8449cdb90e8d8accdff90a0b2734d05051540c0e2ffa05750a","382ba90b9310fbc3b3a794336a455fb00815fd7f33dff78cc9164846425d5136","836731e19e57eac6ec3aa98791707785bf2601479b71087d1970ef422a1aa834","f6e4da59d48ecb364945247b34b2db0590e4cf8f92a63dc355f1da2303b03dfb","11ebf566f1123232cde702090298833b0a394ab1625297af592e931d62b2ff21","375ee751c7f524ff7e93dda8b68bab49642e14ae5d7d71290197c2af4153e043","6af7d88e6242a40edabe99097f563aca8c4c618dfa75da67ca89aa0a6da0f31e","eec3125f675bad43de550839f9054f6f5c7d8839dae5bc2c4db1b3cb29cc8362","a412c2527733835920aefb27b3b89a406845fca19e9b28dc69265036f4b9c796","19a2c8bc4812d51e96fbb91dc9e35d6be7cb1b813dc08dbf51ceee38a59a55f5","2912f8d38b06a69a423b29d810767419429636f249578677fd43a558621c8fd3","59286529fe7df00085b8c4f175686e120218f18a2fa999e86155d5aa1e7f4ca3","3dbadd8fa5cae3faa30208731464d834fc43bc2998863d871c361d617d4b57a2","3ac3f5eaac0e867419cf009245767a4a1464739de05e8074ff1a32eda038012c","678351037b118a5d3ac7b943a49c4e9b6efc99de23ddb394b1fee0274cfd290d","7bd076d57999156d83cbed318ec1e8c65a9e01d92be871db76a6ee7795b6bdcb","e43fe9f6c2ece518d37ac8a1687a5e8b31df73d75fd67a7f2c228e6e5f8cdf04","294cd7556f617d4ca0ede45c310519d325e33b8ca24d0993ecde14e27cd1f48e","c47bf187472f8cc395234e41abf00c299b4ea5348e2358163378cfbab4789bd0","b74dbeec22a81da2ea04fd7da1077324dafd34540c860e168a6762c44fc1b1a7","dff620d69b4472ac830c94b968e073388132496388a139be1ec5b4e75708163b","58dbcc1135cfa5c4ea544795e19c4a96b38ff94fa0ee2dcf8e412a57b6899d86","412980dccd8e1dfead0a509d5da0d7a1f8a5c76c8af848f82a1145ab7f526fda","68b9c64450d7ef66e80779849bf74b8726f9fe51cb27604f6713d87f6be43bf0","cdf71a017ff8fdb6eb41775c7cb0a0d422f82327ac0245ef4daa8dd203a1628f","616fbd302ce247bc01a3d3d1431d69a3e9ede0e5eabbb005ade166df30aed6c8","4bccaf13c5e3ddc25bee426c6be0a1686190481b69376dbfc12d526e86b608a1","c56694ca060b4757000d151236e3e564ad194e986a7974d226d908871f41bbe7","4b4384f472b35a373a5f3eb9ef2416072ddce046317254752a80bc102e15ca3d","43687ac6f92e42873a418d46e953ac6892cba76517be9516e18b450690aed6b1","65bd4212ecd58f12dad7359606a37f3133a84bd227f80bae437c6f8d6ea8a0d4","7747ae6bdf53316ce83c0d501babb764efd795e2833ab7428206c6feb212713b","abc81df5c80569486bf26f79655015e6462ff37567b38f18a51eaf6a7c2acc48","d8372d8fb3f3b2f46a7bf90766abdc2d22aa6241a05d94ff1de10ccdb720573e","b062c06627e5497f5f663d97fb6cbaa5ea0f90ee13e27e6a599e6568892ab61b","5678c9e46dc73e3b0bcafebb8236c62c92e71558759c1f2e2ee58619e7c7bc9c","7e3c4b701787039f0af285b97281be1efbfd70019fc5e2f6786624ef10cd978e","ac15126b210a8def94959c83f1ee4ab5b8cc5c065d69f5e6c69c0c9b67092b7b","5397e7dcd96a901e150d9893be355145f767d3775d6aac81818216d4e61f34d7","84e2a8809f36babc3a95dee9868ca840ec3b0a407d371c2508c06dd7e30f1bb1","9fe25edbda141b4458611f3d9e2a2f0809e2ccf79dfccba9d3f58d1e9d26f109","df643a96779e38f979c7d3893be3a8e8bc5b1b7915f3e493d31f9dd3ca6729b4","df19cb106c507274033aa3f6a88e289edb82f10970b0b2221e69d10cd6a76bad","a0475f76600562a54c9f2375c98fc5cd9eec11e93d7b5468a75dd0cf12fec918","ed0c740b9935fcbc2dafd04e39822b6e5135a48124f8b8a398a8b30ad520c81c","e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855","bc35c3416c458b39fab26aa0e41088482520c25743b04b5886bfbddbaf53255d","b2435b0a45dd0dbd3eb7efbcdceda2b6c44f31f7fa19d46a566cd9418fdd67e8","f9b7ada2b59bbc1e05699151b89edcc4c32db22d8addbb341dd110e6fd04189a","34dd0eb39b39c04e8c113d85f5d78d03d1eb9a25a0abb2ef1d97579b67c8cd0c","f62462320746ef4f046970cc747f093a30b074434f3f19cb8462249a9390c899","5a04cec6c9e28df2a0584f02b1d5958880ffa828e1add1ec60b4b9248dc81fbe","67409cbd3175ef4c1a7b042319c65aa3ce441ff5b7ea42553d131560c9aac21d","cc809060330438b63a23a22f165f6ccee25294d942cbd0fe82e36e033ebfee04","9d9721df212fa423b1ad1f8fb54ee69a68d5f0080e0abaf883665f8414127638","136ce18ea540fec868a17e57c9296102314d052bf100bd4ef85ad6bb14bc15a6","1d004806e93c72bcd3ddc39f3da21550eb367835b18735742b98ca031746f506","e1e6d74e46aba6a3a237892e995730e615e18512131b1e7e6d6ad62b52e4e836","c73a19bbd61bc2d16521b8a7a2fb316341f75244725b7ab886022c7b692c3f48","c117e4e9228d274fd6cd80b47594a732d153cd1bd536c9062d03265c014a37f5","98d2f0a15d5513c7ffef4d5489deacf6417e52bfd81c738dc9eb0ce976d381e6","14ecdc6e18d6b4c5cb1dff3ce79e93851cf02a25cfa007e40772137fe26acce3","68e7900d7512cbef725838e76ea9499facab104ce38a43f22ccb1a9527c00da8","83792b2fe60434fb80b8522d2b2b60f745b88677d5b20fa663e65a857abe5ec3","cbeb9e4ded53499c529f8149000ee3cde52e8668e6c4f97a38807b49f40eeea8","4e3e35668d48c5e4240e82454cfd1c24be7b7a34e7fd0fd8a64e5407039f88c9","7d2c002b15f2f72707954f3df90adef8fc02bd86fe73d9c6fde604d6a2565b9d",{"version":"751764bb94219b4ce8f5475dc35d3de2e432fea01a0c9610cd7f69ad05e398c6","impliedFormat":1},{"version":"ee70b8037ecdf0de6c04f35277f253663a536d7e38f1539d270e4e916d225a3f","affectsGlobalScope":true,"impliedFormat":1},{"version":"1f80c9199cf76a9ccdabff0de44dd6936a11ec224ea2fba0e1b678c8edeca7ba","impliedFormat":1},"4d74edb96a327cd5086720b13896ef29c809aaf6ddc71590e26df9a07e73ecef","0c503acf10dd2ba045a36b15596364da547f8236cc1a4452d0b191b42ded6ccf","475c6119337479ef473cb2da68cf9624de1db025653317463e641785c299be9b","faa5d69ae91889eebc34fc19ed1709228d87e6693f93b3a6abbe3aa3418aecb1","7d44cd5ad7bb88d8a644331941c621706a936167da8f02cf045616ea6347281f","dda16dc5466e98f9b37d3007cba23e88d6c463a82a1c5a60192a557292c5770c","e793d54c567e9ac611e6070886616bd12fe12d56db4377dd3bc3f5544e924c18",{"version":"656b72f11074b854453f3a82ce31b4e2c1a1cbd351c83bb3cc6c13fc723fbb87","affectsGlobalScope":true,"impliedFormat":1},{"version":"8baa5d0febc68db886c40bf341e5c90dc215a90cd64552e47e8184be6b7e3358","impliedFormat":1},{"version":"03c258e060b7da220973f84b89615e4e9850e9b5d30b3a8e4840b3e3268ae8eb","impliedFormat":1}],"root":[[83,105],108,109,[234,309],[313,319]],"options":{"allowImportingTsExtensions":true,"allowJs":true,"allowUnreachableCode":false,"allowUnusedLabels":false,"checkJs":true,"declaration":true,"emitDeclarationOnly":true,"erasableSyntaxOnly":true,"exactOptionalPropertyTypes":true,"jsx":2,"module":99,"noFallthroughCasesInSwitch":true,"noImplicitReturns":true,"outDir":"./","skipLibCheck":true,"strict":true,"target":99},"referencedMap":[[312,1],[320,2],[310,2],[232,3],[233,4],[160,5],[161,5],[162,6],[115,7],[163,8],[164,9],[165,10],[110,2],[113,11],[111,2],[112,2],[166,12],[167,13],[168,14],[169,15],[170,16],[171,17],[172,17],[173,18],[174,19],[175,20],[176,21],[116,2],[114,2],[177,22],[178,23],[179,24],[213,25],[180,26],[181,2],[182,27],[183,28],[184,29],[185,30],[186,31],[187,32],[188,33],[189,34],[190,35],[191,35],[192,36],[193,2],[194,37],[195,38],[197,39],[196,40],[198,41],[199,42],[200,43],[201,44],[202,45],[203,46],[204,47],[205,48],[206,49],[207,50],[208,51],[209,52],[210,53],[117,2],[118,2],[119,2],[157,54],[158,2],[159,2],[211,55],[212,56],[321,2],[322,2],[220,2],[221,57],[218,2],[219,2],[216,58],[229,59],[214,2],[215,60],[230,61],[225,62],[226,63],[224,64],[228,65],[222,66],[217,67],[227,68],[223,59],[311,69],[231,2],[107,70],[81,2],[82,2],[13,2],[14,2],[16,2],[15,2],[2,2],[17,2],[18,2],[19,2],[20,2],[21,2],[22,2],[23,2],[24,2],[3,2],[25,2],[26,2],[4,2],[27,2],[31,2],[28,2],[29,2],[30,2],[32,2],[33,2],[34,2],[5,2],[35,2],[36,2],[37,2],[38,2],[6,2],[42,2],[39,2],[40,2],[41,2],[43,2],[7,2],[44,2],[49,2],[50,2],[45,2],[46,2],[47,2],[48,2],[8,2],[54,2],[51,2],[52,2],[53,2],[55,2],[9,2],[56,2],[57,2],[58,2],[60,2],[59,2],[61,2],[62,2],[10,2],[63,2],[64,2],[65,2],[11,2],[66,2],[67,2],[68,2],[69,2],[70,2],[1,2],[71,2],[72,2],[12,2],[76,2],[74,2],[79,2],[78,2],[73,2],[77,2],[75,2],[80,2],[106,2],[135,71],[145,72],[134,71],[155,73],[126,74],[125,75],[154,76],[148,77],[153,78],[128,79],[142,80],[127,81],[151,82],[123,83],[122,76],[152,84],[124,85],[129,86],[130,2],[133,86],[120,2],[156,87],[146,88],[137,89],[138,90],[140,91],[136,92],[139,93],[149,76],[131,94],[132,95],[141,96],[121,97],[144,88],[143,86],[147,2],[150,98],[83,2],[84,2],[85,2],[237,99],[238,100],[240,101],[241,99],[236,102],[249,103],[250,103],[242,100],[248,104],[253,105],[243,100],[254,106],[244,100],[245,100],[246,99],[255,107],[247,100],[257,108],[256,109],[86,2],[90,110],[89,111],[91,2],[275,112],[251,2],[274,113],[276,114],[252,113],[259,115],[234,116],[260,117],[239,102],[279,118],[280,119],[278,120],[261,121],[235,102],[265,122],[262,102],[266,123],[281,124],[282,125],[283,126],[284,127],[285,125],[269,128],[268,129],[270,130],[271,131],[263,102],[287,132],[286,133],[272,134],[258,102],[109,2],[288,2],[277,135],[273,2],[93,136],[92,2],[95,137],[94,138],[96,139],[98,140],[97,2],[100,141],[99,2],[102,142],[103,142],[101,143],[289,144],[290,145],[267,146],[87,2],[104,147],[88,2],[105,148],[292,149],[293,149],[297,150],[291,151],[305,152],[294,153],[295,149],[306,154],[296,155],[302,156],[301,157],[303,158],[304,159],[307,160],[298,2],[308,161],[299,162],[309,163],[300,164],[313,165],[314,166],[316,167],[315,168],[318,169],[317,2],[319,170],[264,171],[108,172]],"affectedFilesPendingEmit":[[83,16],[84,16],[85,16],[237,16],[238,16],[240,16],[241,16],[236,16],[249,16],[250,16],[242,16],[248,16],[253,16],[243,16],[254,16],[244,16],[245,16],[246,16],[255,16],[247,16],[257,16],[256,16],[86,16],[90,16],[89,16],[91,16],[275,16],[251,16],[274,16],[276,16],[252,16],[259,16],[234,16],[260,16],[239,16],[279,16],[280,16],[278,16],[261,16],[235,16],[265,16],[262,16],[266,16],[281,16],[282,16],[283,16],[284,16],[285,16],[269,16],[268,16],[270,16],[271,16],[263,16],[287,16],[286,16],[272,16],[258,16],[109,16],[288,16],[277,16],[273,16],[93,16],[92,16],[95,16],[94,16],[96,16],[98,16],[97,16],[100,16],[99,16],[102,16],[103,16],[101,16],[289,16],[290,16],[267,16],[87,16],[104,16],[88,16],[105,16],[292,16],[293,16],[297,16],[291,16],[305,16],[294,16],[295,16],[306,16],[296,16],[302,16],[301,16],[303,16],[304,16],[307,16],[298,16],[308,16],[299,16],[309,16],[300,16],[313,16],[314,16],[316,16],[315,16],[318,16],[317,16],[319,16],[264,16],[108,16]],"version":"5.9.3"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@davidsouther/jiffies",
3
- "version": "2026.24.4",
3
+ "version": "2026.25.0",
4
4
  "private": false,
5
5
  "displayName": "JEFRi Jiffies",
6
6
  "type": "module",