@feliperohdee/satori 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,2 @@
1
+ var o=Object.defineProperty;var p=Object.getOwnPropertyDescriptor;var y=Object.getOwnPropertyNames;var f=Object.prototype.hasOwnProperty;var x=(n,e)=>{for(var t in e)o(n,t,{get:e[t],enumerable:!0})},a=(n,e,t,s)=>{if(e&&typeof e=="object"||typeof e=="function")for(let r of y(e))!f.call(n,r)&&r!==t&&o(n,r,{get:()=>e[r],enumerable:!(s=p(e,r))||s.enumerable});return n};var u=n=>a(o({},"__esModule",{value:!0}),n);var S={};x(S,{Fragment:()=>l,createElement:()=>c});module.exports=u(S);function i(n,e,t){if("key"in e){let{key:s,...r}=e;t=arguments.length===3?t:s,e=r}return t=t!=null?String(t):null,{type:n,props:e,key:t}}var l=Symbol.for("react.fragment");function c(n,e,...t){if(!e){let m=t.length?{children:t}:{};return i(n,m,null)}let{key:s,...r}=e;return t.length&&(r.children=t),i(n,r,s)}0&&(module.exports={Fragment,createElement});
2
+ //# sourceMappingURL=index.cjs.map
File without changes
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/jsx/index.ts","../../src/jsx/jsx-runtime.ts"],"sourcesContent":["import { jsx } from './jsx-runtime.js';\nimport type { JSXNode, JSXElement, JSXKey, FC } from './types.js';\n\nexport type * from './types.js';\nexport { Fragment, type JSX } from './jsx-runtime.js';\n\n/**\n * Create a `ReactElement`-like object.\n *\n * @param type - Tag name string or a function component.\n * @param props - Optional props to create the element with.\n * @param children - Zero or more child nodes.\n * @returns A `ReactElement`-like object with properties like `type`, `key`, `props`, and `props.children`.\n */\nexport function createElement<P extends {}>(\n\ttype: string | FC<P>,\n\tprops?: P | null,\n\t...children: JSXNode[]\n): JSXElement<P> {\n\tif (!props) {\n\t\tconst newProps = children.length ? { children } : {};\n\t\treturn jsx(type, newProps, null) as JSXElement<P>;\n\t}\n\n\t// Destructure key from props.\n\tconst { key, ...restProps } = props as {\n\t\tkey?: JSXKey | undefined | null;\n\t\t[x: string]: unknown;\n\t};\n\t// Pass children as props.\n\tif (children.length) restProps.children = children;\n\n\treturn jsx(type, restProps, key) as JSXElement<P>;\n}\n","/* eslint-disable @typescript-eslint/no-explicit-any */\n/* eslint-disable @typescript-eslint/no-empty-interface */\n/**\n * @file\n * Minimal JSX runtime for Satori adapted from React v19.1.\n *\n * Use the `@jsxImportSource` pragma directive in files containing JSX for Satori.\n *\n * @see {@link https://github.com/facebook/react/blob/v19.1.0/packages/react/src/jsx/ReactJSXElement.js React JSX runtime implementation}\n * @see {@link https://www.typescriptlang.org/docs/handbook/jsx.html TypeScript: JSX reference}\n * @see {@link https://www.typescriptlang.org/tsconfig/#jsxImportSource TSConfig: using \"jsxImportSource\" or `@jsxImportSource` pragma directive}\n * @see {@link https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/react/index.d.ts React typings `@types/react`}\n * @see {@link https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/react/jsx-runtime.d.ts React typings for `jsx-runtime`}\n */\nimport type { JSXElement, JSXKey, FC } from './types.js';\nimport type { DefinedIntrinsicElements } from './intrinsic-elements.js';\n\nexport namespace JSX {\n\t/**\n\t * **WARNING**: Satori does not support class components.\n\t * @see {@link https://github.com/vercel/satori?tab=readme-ov-file#jsx Satori JSX documentation}\n\t */\n\texport type ElementClass = never;\n\n\texport type ElementType = string | FC<any>;\n\n\texport type Element = JSXElement<any, any>;\n\n\texport interface ElementAttributesProperty {\n\t\tprops: {};\n\t}\n\n\texport interface ElementChildrenAttribute {\n\t\tchildren: {};\n\t}\n\n\t// TODO: define IntrinsicElements supported by Satori.\n\texport interface IntrinsicElements extends DefinedIntrinsicElements {}\n\n\texport interface IntrinsicAttributes {\n\t\t/** **INFO**: Allowed as prop, but will be ignored by Satori. */\n\t\tkey?: JSXKey | undefined | null;\n\t}\n}\n\nexport function jsx(\n\ttype: string | FC<any>,\n\tprops: Record<string, unknown>,\n\tkey?: JSXKey | undefined | null\n): JSXElement {\n\tif ('key' in props) {\n\t\t// Destructure spread key from props.\n\t\tconst { key: keyProp, ...restProps } = props;\n\t\t// Key param takes precedence over spread key prop.\n\t\tkey = arguments.length === 3 ? key : (keyProp as JSXKey);\n\t\t// Shallow copy of props without key.\n\t\tprops = restProps;\n\t}\n\t// Coerce key to string if not nullish.\n\tkey = key != null ? String(key) : null;\n\treturn { type, props, key };\n}\n\nexport const jsxs = jsx;\nexport const jsxDEV = jsx;\n\n// HACK: Symbol used internally by React.\nexport const Fragment = Symbol.for('react.fragment');\n"],"mappings":"4ZAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,cAAAE,EAAA,kBAAAC,IAAA,eAAAC,EAAAJ,GC6CO,SAASK,EACfC,EACAC,EACAC,EACa,CACb,GAAI,QAASD,EAAO,CAEnB,GAAM,CAAE,IAAKE,EAAS,GAAGC,CAAU,EAAIH,EAEvCC,EAAM,UAAU,SAAW,EAAIA,EAAOC,EAEtCF,EAAQG,CACT,CAEA,OAAAF,EAAMA,GAAO,KAAO,OAAOA,CAAG,EAAI,KAC3B,CAAE,KAAAF,EAAM,MAAAC,EAAO,IAAAC,CAAI,CAC3B,CAMO,IAAMG,EAAW,OAAO,IAAI,gBAAgB,EDrD5C,SAASC,EACfC,EACAC,KACGC,EACa,CAChB,GAAI,CAACD,EAAO,CACX,IAAME,EAAWD,EAAS,OAAS,CAAE,SAAAA,CAAS,EAAI,CAAC,EACnD,OAAOE,EAAIJ,EAAMG,EAAU,IAAI,CAChC,CAGA,GAAM,CAAE,IAAAE,EAAK,GAAGC,CAAU,EAAIL,EAK9B,OAAIC,EAAS,SAAQI,EAAU,SAAWJ,GAEnCE,EAAIJ,EAAMM,EAAWD,CAAG,CAChC","names":["jsx_exports","__export","Fragment","createElement","__toCommonJS","jsx","type","props","key","keyProp","restProps","Fragment","createElement","type","props","children","newProps","jsx","key","restProps"]}
@@ -0,0 +1,14 @@
1
+ import { F as FC, J as JSXNode, a as JSXElement } from '../jsx-runtime-C4tBh6k7.js';
2
+ export { C as CSSProperties, b as Fragment, c as JSX, d as JSXKey } from '../jsx-runtime-C4tBh6k7.js';
3
+
4
+ /**
5
+ * Create a `ReactElement`-like object.
6
+ *
7
+ * @param type - Tag name string or a function component.
8
+ * @param props - Optional props to create the element with.
9
+ * @param children - Zero or more child nodes.
10
+ * @returns A `ReactElement`-like object with properties like `type`, `key`, `props`, and `props.children`.
11
+ */
12
+ declare function createElement<P extends {}>(type: string | FC<P>, props?: P | null, ...children: JSXNode[]): JSXElement<P>;
13
+
14
+ export { FC, JSXElement, JSXNode, createElement };
@@ -0,0 +1,14 @@
1
+ import { F as FC, J as JSXNode, a as JSXElement } from '../jsx-runtime-C4tBh6k7.js';
2
+ export { C as CSSProperties, b as Fragment, c as JSX, d as JSXKey } from '../jsx-runtime-C4tBh6k7.js';
3
+
4
+ /**
5
+ * Create a `ReactElement`-like object.
6
+ *
7
+ * @param type - Tag name string or a function component.
8
+ * @param props - Optional props to create the element with.
9
+ * @param children - Zero or more child nodes.
10
+ * @returns A `ReactElement`-like object with properties like `type`, `key`, `props`, and `props.children`.
11
+ */
12
+ declare function createElement<P extends {}>(type: string | FC<P>, props?: P | null, ...children: JSXNode[]): JSXElement<P>;
13
+
14
+ export { FC, JSXElement, JSXNode, createElement };
@@ -0,0 +1,2 @@
1
+ function o(n,t,e){if("key"in t){let{key:s,...r}=t;e=arguments.length===3?e:s,t=r}return e=e!=null?String(e):null,{type:n,props:t,key:e}}var l=Symbol.for("react.fragment");function y(n,t,...e){if(!t){let i=e.length?{children:e}:{};return o(n,i,null)}let{key:s,...r}=t;return e.length&&(r.children=e),o(n,r,s)}export{l as Fragment,y as createElement};
2
+ //# sourceMappingURL=index.js.map
File without changes
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/jsx/jsx-runtime.ts","../../src/jsx/index.ts"],"sourcesContent":["/* eslint-disable @typescript-eslint/no-explicit-any */\n/* eslint-disable @typescript-eslint/no-empty-interface */\n/**\n * @file\n * Minimal JSX runtime for Satori adapted from React v19.1.\n *\n * Use the `@jsxImportSource` pragma directive in files containing JSX for Satori.\n *\n * @see {@link https://github.com/facebook/react/blob/v19.1.0/packages/react/src/jsx/ReactJSXElement.js React JSX runtime implementation}\n * @see {@link https://www.typescriptlang.org/docs/handbook/jsx.html TypeScript: JSX reference}\n * @see {@link https://www.typescriptlang.org/tsconfig/#jsxImportSource TSConfig: using \"jsxImportSource\" or `@jsxImportSource` pragma directive}\n * @see {@link https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/react/index.d.ts React typings `@types/react`}\n * @see {@link https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/react/jsx-runtime.d.ts React typings for `jsx-runtime`}\n */\nimport type { JSXElement, JSXKey, FC } from './types.js';\nimport type { DefinedIntrinsicElements } from './intrinsic-elements.js';\n\nexport namespace JSX {\n\t/**\n\t * **WARNING**: Satori does not support class components.\n\t * @see {@link https://github.com/vercel/satori?tab=readme-ov-file#jsx Satori JSX documentation}\n\t */\n\texport type ElementClass = never;\n\n\texport type ElementType = string | FC<any>;\n\n\texport type Element = JSXElement<any, any>;\n\n\texport interface ElementAttributesProperty {\n\t\tprops: {};\n\t}\n\n\texport interface ElementChildrenAttribute {\n\t\tchildren: {};\n\t}\n\n\t// TODO: define IntrinsicElements supported by Satori.\n\texport interface IntrinsicElements extends DefinedIntrinsicElements {}\n\n\texport interface IntrinsicAttributes {\n\t\t/** **INFO**: Allowed as prop, but will be ignored by Satori. */\n\t\tkey?: JSXKey | undefined | null;\n\t}\n}\n\nexport function jsx(\n\ttype: string | FC<any>,\n\tprops: Record<string, unknown>,\n\tkey?: JSXKey | undefined | null\n): JSXElement {\n\tif ('key' in props) {\n\t\t// Destructure spread key from props.\n\t\tconst { key: keyProp, ...restProps } = props;\n\t\t// Key param takes precedence over spread key prop.\n\t\tkey = arguments.length === 3 ? key : (keyProp as JSXKey);\n\t\t// Shallow copy of props without key.\n\t\tprops = restProps;\n\t}\n\t// Coerce key to string if not nullish.\n\tkey = key != null ? String(key) : null;\n\treturn { type, props, key };\n}\n\nexport const jsxs = jsx;\nexport const jsxDEV = jsx;\n\n// HACK: Symbol used internally by React.\nexport const Fragment = Symbol.for('react.fragment');\n","import { jsx } from './jsx-runtime.js';\nimport type { JSXNode, JSXElement, JSXKey, FC } from './types.js';\n\nexport type * from './types.js';\nexport { Fragment, type JSX } from './jsx-runtime.js';\n\n/**\n * Create a `ReactElement`-like object.\n *\n * @param type - Tag name string or a function component.\n * @param props - Optional props to create the element with.\n * @param children - Zero or more child nodes.\n * @returns A `ReactElement`-like object with properties like `type`, `key`, `props`, and `props.children`.\n */\nexport function createElement<P extends {}>(\n\ttype: string | FC<P>,\n\tprops?: P | null,\n\t...children: JSXNode[]\n): JSXElement<P> {\n\tif (!props) {\n\t\tconst newProps = children.length ? { children } : {};\n\t\treturn jsx(type, newProps, null) as JSXElement<P>;\n\t}\n\n\t// Destructure key from props.\n\tconst { key, ...restProps } = props as {\n\t\tkey?: JSXKey | undefined | null;\n\t\t[x: string]: unknown;\n\t};\n\t// Pass children as props.\n\tif (children.length) restProps.children = children;\n\n\treturn jsx(type, restProps, key) as JSXElement<P>;\n}\n"],"mappings":"AA6CO,SAASA,EACfC,EACAC,EACAC,EACa,CACb,GAAI,QAASD,EAAO,CAEnB,GAAM,CAAE,IAAKE,EAAS,GAAGC,CAAU,EAAIH,EAEvCC,EAAM,UAAU,SAAW,EAAIA,EAAOC,EAEtCF,EAAQG,CACT,CAEA,OAAAF,EAAMA,GAAO,KAAO,OAAOA,CAAG,EAAI,KAC3B,CAAE,KAAAF,EAAM,MAAAC,EAAO,IAAAC,CAAI,CAC3B,CAMO,IAAMG,EAAW,OAAO,IAAI,gBAAgB,ECrD5C,SAASC,EACfC,EACAC,KACGC,EACa,CAChB,GAAI,CAACD,EAAO,CACX,IAAME,EAAWD,EAAS,OAAS,CAAE,SAAAA,CAAS,EAAI,CAAC,EACnD,OAAOE,EAAIJ,EAAMG,EAAU,IAAI,CAChC,CAGA,GAAM,CAAE,IAAAE,EAAK,GAAGC,CAAU,EAAIL,EAK9B,OAAIC,EAAS,SAAQI,EAAU,SAAWJ,GAEnCE,EAAIJ,EAAMM,EAAWD,CAAG,CAChC","names":["jsx","type","props","key","keyProp","restProps","Fragment","createElement","type","props","children","newProps","jsx","key","restProps"]}
@@ -0,0 +1,2 @@
1
+ var s=Object.defineProperty;var l=Object.getOwnPropertyDescriptor;var m=Object.getOwnPropertyNames;var p=Object.prototype.hasOwnProperty;var c=(n,e)=>{for(var t in e)s(n,t,{get:e[t],enumerable:!0})},a=(n,e,t,i)=>{if(e&&typeof e=="object"||typeof e=="function")for(let r of m(e))!p.call(n,r)&&r!==t&&s(n,r,{get:()=>e[r],enumerable:!(i=l(e,r))||i.enumerable});return n};var x=n=>a(s({},"__esModule",{value:!0}),n);var E={};c(E,{Fragment:()=>u,jsx:()=>o,jsxDEV:()=>f,jsxs:()=>y});module.exports=x(E);function o(n,e,t){if("key"in e){let{key:i,...r}=e;t=arguments.length===3?t:i,e=r}return t=t!=null?String(t):null,{type:n,props:e,key:t}}var y=o,f=o,u=Symbol.for("react.fragment");0&&(module.exports={Fragment,jsx,jsxDEV,jsxs});
2
+ //# sourceMappingURL=jsx-runtime.cjs.map
File without changes
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/jsx/jsx-runtime.ts"],"sourcesContent":["/* eslint-disable @typescript-eslint/no-explicit-any */\n/* eslint-disable @typescript-eslint/no-empty-interface */\n/**\n * @file\n * Minimal JSX runtime for Satori adapted from React v19.1.\n *\n * Use the `@jsxImportSource` pragma directive in files containing JSX for Satori.\n *\n * @see {@link https://github.com/facebook/react/blob/v19.1.0/packages/react/src/jsx/ReactJSXElement.js React JSX runtime implementation}\n * @see {@link https://www.typescriptlang.org/docs/handbook/jsx.html TypeScript: JSX reference}\n * @see {@link https://www.typescriptlang.org/tsconfig/#jsxImportSource TSConfig: using \"jsxImportSource\" or `@jsxImportSource` pragma directive}\n * @see {@link https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/react/index.d.ts React typings `@types/react`}\n * @see {@link https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/react/jsx-runtime.d.ts React typings for `jsx-runtime`}\n */\nimport type { JSXElement, JSXKey, FC } from './types.js';\nimport type { DefinedIntrinsicElements } from './intrinsic-elements.js';\n\nexport namespace JSX {\n\t/**\n\t * **WARNING**: Satori does not support class components.\n\t * @see {@link https://github.com/vercel/satori?tab=readme-ov-file#jsx Satori JSX documentation}\n\t */\n\texport type ElementClass = never;\n\n\texport type ElementType = string | FC<any>;\n\n\texport type Element = JSXElement<any, any>;\n\n\texport interface ElementAttributesProperty {\n\t\tprops: {};\n\t}\n\n\texport interface ElementChildrenAttribute {\n\t\tchildren: {};\n\t}\n\n\t// TODO: define IntrinsicElements supported by Satori.\n\texport interface IntrinsicElements extends DefinedIntrinsicElements {}\n\n\texport interface IntrinsicAttributes {\n\t\t/** **INFO**: Allowed as prop, but will be ignored by Satori. */\n\t\tkey?: JSXKey | undefined | null;\n\t}\n}\n\nexport function jsx(\n\ttype: string | FC<any>,\n\tprops: Record<string, unknown>,\n\tkey?: JSXKey | undefined | null\n): JSXElement {\n\tif ('key' in props) {\n\t\t// Destructure spread key from props.\n\t\tconst { key: keyProp, ...restProps } = props;\n\t\t// Key param takes precedence over spread key prop.\n\t\tkey = arguments.length === 3 ? key : (keyProp as JSXKey);\n\t\t// Shallow copy of props without key.\n\t\tprops = restProps;\n\t}\n\t// Coerce key to string if not nullish.\n\tkey = key != null ? String(key) : null;\n\treturn { type, props, key };\n}\n\nexport const jsxs = jsx;\nexport const jsxDEV = jsx;\n\n// HACK: Symbol used internally by React.\nexport const Fragment = Symbol.for('react.fragment');\n"],"mappings":"4ZAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,cAAAE,EAAA,QAAAC,EAAA,WAAAC,EAAA,SAAAC,IAAA,eAAAC,EAAAN,GA6CO,SAASG,EACfI,EACAC,EACAC,EACa,CACb,GAAI,QAASD,EAAO,CAEnB,GAAM,CAAE,IAAKE,EAAS,GAAGC,CAAU,EAAIH,EAEvCC,EAAM,UAAU,SAAW,EAAIA,EAAOC,EAEtCF,EAAQG,CACT,CAEA,OAAAF,EAAMA,GAAO,KAAO,OAAOA,CAAG,EAAI,KAC3B,CAAE,KAAAF,EAAM,MAAAC,EAAO,IAAAC,CAAI,CAC3B,CAEO,IAAMJ,EAAOF,EACPC,EAASD,EAGTD,EAAW,OAAO,IAAI,gBAAgB","names":["jsx_runtime_exports","__export","Fragment","jsx","jsxDEV","jsxs","__toCommonJS","type","props","key","keyProp","restProps"]}
@@ -0,0 +1 @@
1
+ export { b as Fragment, c as JSX, j as jsx, e as jsxDEV, f as jsxs } from '../jsx-runtime-C4tBh6k7.js';
@@ -0,0 +1 @@
1
+ export { b as Fragment, c as JSX, j as jsx, e as jsxDEV, f as jsxs } from '../jsx-runtime-C4tBh6k7.js';
@@ -0,0 +1,2 @@
1
+ function n(r,t,e){if("key"in t){let{key:i,...s}=t;e=arguments.length===3?e:i,t=s}return e=e!=null?String(e):null,{type:r,props:t,key:e}}var o=n,l=n,m=Symbol.for("react.fragment");export{m as Fragment,n as jsx,l as jsxDEV,o as jsxs};
2
+ //# sourceMappingURL=jsx-runtime.js.map
File without changes
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/jsx/jsx-runtime.ts"],"sourcesContent":["/* eslint-disable @typescript-eslint/no-explicit-any */\n/* eslint-disable @typescript-eslint/no-empty-interface */\n/**\n * @file\n * Minimal JSX runtime for Satori adapted from React v19.1.\n *\n * Use the `@jsxImportSource` pragma directive in files containing JSX for Satori.\n *\n * @see {@link https://github.com/facebook/react/blob/v19.1.0/packages/react/src/jsx/ReactJSXElement.js React JSX runtime implementation}\n * @see {@link https://www.typescriptlang.org/docs/handbook/jsx.html TypeScript: JSX reference}\n * @see {@link https://www.typescriptlang.org/tsconfig/#jsxImportSource TSConfig: using \"jsxImportSource\" or `@jsxImportSource` pragma directive}\n * @see {@link https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/react/index.d.ts React typings `@types/react`}\n * @see {@link https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/react/jsx-runtime.d.ts React typings for `jsx-runtime`}\n */\nimport type { JSXElement, JSXKey, FC } from './types.js';\nimport type { DefinedIntrinsicElements } from './intrinsic-elements.js';\n\nexport namespace JSX {\n\t/**\n\t * **WARNING**: Satori does not support class components.\n\t * @see {@link https://github.com/vercel/satori?tab=readme-ov-file#jsx Satori JSX documentation}\n\t */\n\texport type ElementClass = never;\n\n\texport type ElementType = string | FC<any>;\n\n\texport type Element = JSXElement<any, any>;\n\n\texport interface ElementAttributesProperty {\n\t\tprops: {};\n\t}\n\n\texport interface ElementChildrenAttribute {\n\t\tchildren: {};\n\t}\n\n\t// TODO: define IntrinsicElements supported by Satori.\n\texport interface IntrinsicElements extends DefinedIntrinsicElements {}\n\n\texport interface IntrinsicAttributes {\n\t\t/** **INFO**: Allowed as prop, but will be ignored by Satori. */\n\t\tkey?: JSXKey | undefined | null;\n\t}\n}\n\nexport function jsx(\n\ttype: string | FC<any>,\n\tprops: Record<string, unknown>,\n\tkey?: JSXKey | undefined | null\n): JSXElement {\n\tif ('key' in props) {\n\t\t// Destructure spread key from props.\n\t\tconst { key: keyProp, ...restProps } = props;\n\t\t// Key param takes precedence over spread key prop.\n\t\tkey = arguments.length === 3 ? key : (keyProp as JSXKey);\n\t\t// Shallow copy of props without key.\n\t\tprops = restProps;\n\t}\n\t// Coerce key to string if not nullish.\n\tkey = key != null ? String(key) : null;\n\treturn { type, props, key };\n}\n\nexport const jsxs = jsx;\nexport const jsxDEV = jsx;\n\n// HACK: Symbol used internally by React.\nexport const Fragment = Symbol.for('react.fragment');\n"],"mappings":"AA6CO,SAASA,EACfC,EACAC,EACAC,EACa,CACb,GAAI,QAASD,EAAO,CAEnB,GAAM,CAAE,IAAKE,EAAS,GAAGC,CAAU,EAAIH,EAEvCC,EAAM,UAAU,SAAW,EAAIA,EAAOC,EAEtCF,EAAQG,CACT,CAEA,OAAAF,EAAMA,GAAO,KAAO,OAAOA,CAAG,EAAI,KAC3B,CAAE,KAAAF,EAAM,MAAAC,EAAO,IAAAC,CAAI,CAC3B,CAEO,IAAMG,EAAON,EACPO,EAASP,EAGTQ,EAAW,OAAO,IAAI,gBAAgB","names":["jsx","type","props","key","keyProp","restProps","jsxs","jsxDEV","Fragment"]}