@vimpak/jsx 0.4.0 → 0.5.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.
Files changed (2) hide show
  1. package/dist/html.d.ts +0 -4
  2. package/package.json +1 -1
package/dist/html.d.ts CHANGED
@@ -428,9 +428,6 @@ declare namespace JSX {
428
428
  height?: undefined | number | string;
429
429
  width?: undefined | number | string;
430
430
  }
431
- interface HtmlUnspecifiedTag extends HtmlTag, Record<string, any> {
432
- of: string;
433
- }
434
431
  interface HtmlBodyTag {
435
432
  onafterprint?: undefined | string;
436
433
  onbeforeprint?: undefined | string;
@@ -685,7 +682,6 @@ declare namespace JSX {
685
682
  switch: HtmlSvgTag;
686
683
  symbol: HtmlSvgTag;
687
684
  table: HtmlTableTag;
688
- tag: HtmlUnspecifiedTag;
689
685
  tbody: HtmlTag;
690
686
  td: HtmlTableDataCellTag;
691
687
  template: HtmlTag;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "type": "module",
3
- "version": "0.4.0",
3
+ "version": "0.5.0",
4
4
  "name": "@vimpak/jsx",
5
5
  "collaborators": [
6
6
  "Sudesh Yadav <sudeshyadav955@gmail.com>"