@minejs/jsx 0.0.7 → 0.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -8,7 +8,7 @@
8
8
  </div>
9
9
 
10
10
  <div align="center">
11
- <img src="https://img.shields.io/badge/v-0.0.7-black"/>
11
+ <img src="https://img.shields.io/badge/v-0.0.8-black"/>
12
12
  <img src="https://img.shields.io/badge/🔥-@minejs-black"/>
13
13
  <br>
14
14
  <img src="https://img.shields.io/badge/coverage-98.78%25-brightgreen" alt="Test Coverage" />
package/dist/index.d.cts CHANGED
@@ -1,5 +1,5 @@
1
- import { J as JSXElement, R as RenderOptions, M as MountedComponent } from './jsx-dev-runtime-BcuwRgdf.cjs';
2
- export { C as ComponentFunction, g as For, F as Fragment, a as JSXProps, S as Show, f as Switch, c as component, e as createElements, d as defineComponent, j as jsx, b as jsxs } from './jsx-dev-runtime-BcuwRgdf.cjs';
1
+ import { J as JSXElement, R as RenderOptions, M as MountedComponent } from './jsx-dev-runtime-Ch_SUcrH.cjs';
2
+ export { C as ComponentFunction, g as For, F as Fragment, a as JSXProps, S as Show, f as Switch, c as component, e as createElements, d as defineComponent, j as jsx, b as jsxs } from './jsx-dev-runtime-Ch_SUcrH.cjs';
3
3
  import '@minejs/signals';
4
4
 
5
5
  /**
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { J as JSXElement, R as RenderOptions, M as MountedComponent } from './jsx-dev-runtime-BcuwRgdf.js';
2
- export { C as ComponentFunction, g as For, F as Fragment, a as JSXProps, S as Show, f as Switch, c as component, e as createElements, d as defineComponent, j as jsx, b as jsxs } from './jsx-dev-runtime-BcuwRgdf.js';
1
+ import { J as JSXElement, R as RenderOptions, M as MountedComponent } from './jsx-dev-runtime-Ch_SUcrH.js';
2
+ export { C as ComponentFunction, g as For, F as Fragment, a as JSXProps, S as Show, f as Switch, c as component, e as createElements, d as defineComponent, j as jsx, b as jsxs } from './jsx-dev-runtime-Ch_SUcrH.js';
3
3
  import '@minejs/signals';
4
4
 
5
5
  /**
@@ -23,6 +23,7 @@ declare global {
23
23
  interface ElementChildrenAttribute {
24
24
  children: object;
25
25
  }
26
+ type IntrinsicElements = Record<string, any>;
26
27
  }
27
28
  }
28
29
 
@@ -23,6 +23,7 @@ declare global {
23
23
  interface ElementChildrenAttribute {
24
24
  children: object;
25
25
  }
26
+ type IntrinsicElements = Record<string, any>;
26
27
  }
27
28
  }
28
29
 
@@ -1,2 +1,2 @@
1
- export { F as Fragment, j as jsxDEV, b as jsxs } from './jsx-dev-runtime-BcuwRgdf.cjs';
1
+ export { F as Fragment, j as jsxDEV, b as jsxs } from './jsx-dev-runtime-Ch_SUcrH.cjs';
2
2
  import '@minejs/signals';
@@ -1,2 +1,2 @@
1
- export { F as Fragment, j as jsxDEV, b as jsxs } from './jsx-dev-runtime-BcuwRgdf.js';
1
+ export { F as Fragment, j as jsxDEV, b as jsxs } from './jsx-dev-runtime-Ch_SUcrH.js';
2
2
  import '@minejs/signals';
@@ -1,2 +1,2 @@
1
- export { F as Fragment, j as jsx, b as jsxs } from './jsx-dev-runtime-BcuwRgdf.cjs';
1
+ export { F as Fragment, j as jsx, b as jsxs } from './jsx-dev-runtime-Ch_SUcrH.cjs';
2
2
  import '@minejs/signals';
@@ -1,2 +1,2 @@
1
- export { F as Fragment, j as jsx, b as jsxs } from './jsx-dev-runtime-BcuwRgdf.js';
1
+ export { F as Fragment, j as jsx, b as jsxs } from './jsx-dev-runtime-Ch_SUcrH.js';
2
2
  import '@minejs/signals';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@minejs/jsx",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "description": "Lightweight JSX runtime with fine-grained reactivity.",
5
5
  "keywords": [
6
6
  "minejs",