@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.
- package/dist/es/components/{InlineEmbed.d.ts → InlineEmbed/index.d.ts} +5 -0
- package/dist/es/embeds.js.map +1 -1
- package/dist/iife/embeds.iife.js +61 -61
- package/dist/iife/embeds.iife.js.map +1 -1
- package/package.json +8 -5
- package/src/components/{InlineEmbed.ts → InlineEmbed/index.ts} +6 -0
- package/dist/es/components/index.d.ts +0 -2
- package/src/components/index.ts +0 -2
- /package/src/components/{InlineEmbed.stories.ts → InlineEmbed/InlineEmbed.stories.ts} +0 -0
package/dist/es/embeds.js.map
CHANGED
@@ -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;"}
|