@visulima/html 1.0.0-alpha.2 → 1.0.0-alpha.3

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.
@@ -1,30 +0,0 @@
1
- import { g as getDefaultExportFromCjs } from './_commonjsHelpers-B85MJLTf.js';
2
-
3
- var htmlTagsVoid$1;
4
- var hasRequiredHtmlTagsVoid;
5
-
6
- function requireHtmlTagsVoid () {
7
- if (hasRequiredHtmlTagsVoid) return htmlTagsVoid$1;
8
- hasRequiredHtmlTagsVoid = 1;
9
- htmlTagsVoid$1 = [
10
- "area",
11
- "base",
12
- "br",
13
- "col",
14
- "embed",
15
- "hr",
16
- "img",
17
- "input",
18
- "link",
19
- "meta",
20
- "source",
21
- "track",
22
- "wbr"
23
- ];
24
- return htmlTagsVoid$1;
25
- }
26
-
27
- var htmlTagsVoidExports = /*@__PURE__*/ requireHtmlTagsVoid();
28
- const htmlTagsVoid = /*@__PURE__*/getDefaultExportFromCjs(htmlTagsVoidExports);
29
-
30
- export { htmlTagsVoid as default };