marko 5.35.5 → 5.35.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/tags-html.d.ts +6 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "marko",
3
- "version": "5.35.5",
3
+ "version": "5.35.6",
4
4
  "description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
5
5
  "keywords": [
6
6
  "front-end",
package/tags-html.d.ts CHANGED
@@ -2510,6 +2510,12 @@ declare global {
2510
2510
  */
2511
2511
  nonce?: AttrString;
2512
2512
 
2513
+ /**
2514
+ * Specifies that the element won't be rendered until it becomes shown, at which point it will be rendered on top of other page content.
2515
+ * @see https://html.spec.whatwg.org/multipage/popover.html#attr-popover
2516
+ */
2517
+ popover?: AttrBoolean | "auto" | "manual";
2518
+
2513
2519
  /**
2514
2520
  * Specifies a list of part names for the element that can be targeted by the ::part() CSS pseudo-element.
2515
2521
  * @see https://drafts.csswg.org/css-shadow-parts-1/#part-attribute