@loadsmart/miranda-wc 3.0.0-beta.61 → 3.0.0-beta.62

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.
@@ -12,7 +12,7 @@ import { HTML_TAGS } from './polymorphic-tag.constants';
12
12
  * TL;DR; either limit the tags you will allow for component, or add the additional attributes to your component to
13
13
  * comply with the tags that will be supported.
14
14
  */
15
- export declare const PolymorphicTagMixin: <T extends Constructor<LitElement>, AllowedTags extends Readonly<HTMLTag[]> = readonly ["a", "abbr", "address", "b", "bdi", "bdo", "blockquote", "button", "cite", "code", "data", "dd", "del", "dfn", "dt", "em", "h1", "h2", "h3", "h4", "h5", "h6", "i", "ins", "kbd", "label", "legend", "li", "mark", "meter", "option", "output", "p", "pre", "q", "rp", "rt", "s", "samp", "small", "span", "strong", "sub", "summary", "sup", "td", "textarea", "th", "time", "u", "var", "area", "article", "aside", "audio", "base", "body", "br", "canvas", "caption", "col", "colgroup", "datalist", "details", "dialog", "div", "dl", "embed", "fieldset", "figcaption", "figure", "footer", "form", "head", "header", "hgroup", "hr", "html", "iframe", "img", "input", "link", "main", "map", "menu", "meta", "nav", "noscript", "object", "ol", "optgroup", "picture", "progress", "ruby", "script", "section", "select", "slot", "source", "style", "table", "tbody", "template", "tfoot", "thead", "title", "tr", "track", "ul", "video", "wbr"]>({ superClass, allowedTags, fallbackTag, }: {
15
+ export declare const PolymorphicTagMixin: <T extends Constructor<LitElement>, AllowedTags extends Readonly<HTMLTag[]> = typeof HTML_TAGS>({ superClass, allowedTags, fallbackTag, }: {
16
16
  superClass: T;
17
17
  allowedTags?: AllowedTags;
18
18
  fallbackTag?: HTMLTag;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loadsmart/miranda-wc",
3
- "version": "3.0.0-beta.61",
3
+ "version": "3.0.0-beta.62",
4
4
  "description": "Miranda Web Components component library",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -41,8 +41,8 @@
41
41
  "dependencies": {
42
42
  "@floating-ui/dom": "^1.6.3",
43
43
  "@lit/context": "^1.1.1",
44
- "@loadsmart/miranda-icons": "3.0.0-beta.61",
45
- "@loadsmart/miranda-tokens": "4.0.0-beta.61",
44
+ "@loadsmart/miranda-icons": "3.0.0-beta.62",
45
+ "@loadsmart/miranda-tokens": "4.0.0-beta.62",
46
46
  "autosize": "^6.0.1",
47
47
  "composed-offset-position": "^0.0.4",
48
48
  "lit": "^3.1.3"