@vouchfor/embeds 0.0.0-experiment.b565b72 → 0.0.0-experiment.e828084

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,6 +7,11 @@ declare global {
7
7
  interface HTMLElementTagNameMap {
8
8
  'vembed-inline': InlineEmbed;
9
9
  }
10
+ namespace JSX {
11
+ interface IntrinsicElements {
12
+ 'vembed-inline': InlineEmbed;
13
+ }
14
+ }
10
15
  }
11
16
  export { InlineEmbed };
12
17
  export type { InlineEmbedProps };
@@ -1 +1 @@
1
- {"version":3,"file":"embeds.js","sources":["../../src/components/InlineEmbed.ts"],"sourcesContent":["import { MediaPlayer } from '@vouchfor/media-player';\nimport { customElement } from 'lit/decorators.js';\n\nimport type { MediaPlayerProps } from '@vouchfor/media-player';\n\ntype InlineEmbedProps = MediaPlayerProps;\n\n@customElement('vembed-inline')\nclass InlineEmbed extends MediaPlayer {}\n\ndeclare global {\n interface HTMLElementTagNameMap {\n 'vembed-inline': InlineEmbed;\n }\n}\n\nexport { InlineEmbed };\nexport type { InlineEmbedProps };\n"],"names":["InlineEmbed","MediaPlayer","__decorateClass","customElement"],"mappings":";;;;;;;AAQM,IAAAA,IAAN,cAA0BC,EAAY;AAAC;AAAjCD,IAANE,EAAA;AAAA,EADCC,EAAc,eAAe;AAAA,GACxBH,CAAA;"}
1
+ {"version":3,"file":"embeds.js","sources":["../../src/components/InlineEmbed/index.ts"],"sourcesContent":["import { MediaPlayer } from '@vouchfor/media-player';\nimport { customElement } from 'lit/decorators.js';\n\nimport type { MediaPlayerProps } from '@vouchfor/media-player';\n\ntype InlineEmbedProps = MediaPlayerProps;\n\n@customElement('vembed-inline')\nclass InlineEmbed extends MediaPlayer {}\n\ndeclare global {\n interface HTMLElementTagNameMap {\n 'vembed-inline': InlineEmbed;\n }\n\n namespace JSX {\n interface IntrinsicElements {\n 'vembed-inline': InlineEmbed;\n }\n }\n}\n\nexport { InlineEmbed };\nexport type { InlineEmbedProps };\n"],"names":["InlineEmbed","MediaPlayer","__decorateClass","customElement"],"mappings":";;;;;;;AAQM,IAAAA,IAAN,cAA0BC,EAAY;AAAC;AAAjCD,IAANE,EAAA;AAAA,EADCC,EAAc,eAAe;AAAA,GACxBH,CAAA;"}