@kubex/zinc 1.1.75 → 1.1.77

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.
@@ -29069,7 +29069,7 @@
29069
29069
  "text": "boolean"
29070
29070
  },
29071
29071
  "default": "false",
29072
- "description": "Lets pointer input through to the embedded page. The preview is inert by\ndefault: clicks never reach the frame, so the previewed page can't be\nnavigated or submitted from inside the preview. Cross-origin content can't\nbe reached from here to cancel its own handlers, so this blocks pointer\ninput entirely — hover goes with it. Scrolling doesn't: an overflowing\npage is scrolled by the panel rather than by the frame (see _contentHeight).",
29072
+ "description": "Lets pointer input through to the embedded page. The preview is inert by\ndefault: clicks never reach the frame, so the previewed page can't be\nnavigated or submitted from inside the preview. Cross-origin content can't\nbe reached from here to cancel its own handlers, so this blocks pointer\ninput entirely — hover goes with it. Scrolling doesn't: an overflowing\npage is scrolled by the panel rather than by the frame (see _contentHeight).\n\nSet, the frame becomes a real viewport instead: it stays the panel's own\nheight and the embed scrolls itself, so there is one scrollbar rather than\na panel scrolling an oversized frame, and the embed's viewport-relative\nlayout (`100vh`, `position: fixed`, sticky headers) sizes to what's on\nscreen. _contentHeight is ignored while this is set.",
29073
29073
  "attribute": "interactive",
29074
29074
  "reflects": true
29075
29075
  },
@@ -29097,7 +29097,7 @@
29097
29097
  },
29098
29098
  "privacy": "private",
29099
29099
  "default": "0",
29100
- "description": "Height of the embedded page's content, when it's known: reported by the\nembed (`height` on hp-preview:rendered, or an hp-preview:height message) or\nmeasured directly for a same-origin embed. The frame is laid out at this\nheight rather than the panel's, so the page never scrolls inside the frame\n— the panel scrolls instead, which is what makes an overflowing preview\nreachable while pointer input to the frame is blocked. 0 = unknown, and the\nframe falls back to filling the panel."
29100
+ "description": "Height of the embedded page's content, when it's known: reported by the\nembed (`height` on hp-preview:rendered, or an hp-preview:height message) or\nmeasured directly for a same-origin embed. The frame is laid out at this\nheight rather than the panel's, so the page never scrolls inside the frame\n— the panel scrolls instead, which is what makes an overflowing preview\nreachable while pointer input to the frame is blocked. 0 = unknown, and the\nframe falls back to filling the panel. Kept up to date either way, but only\nlaid out when the frame is inert: an `interactive` frame scrolls itself."
29101
29101
  },
29102
29102
  {
29103
29103
  "kind": "field",
@@ -29385,7 +29385,7 @@
29385
29385
  "text": "boolean"
29386
29386
  },
29387
29387
  "default": "false",
29388
- "description": "Lets pointer input through to the embedded page. The preview is inert by\ndefault: clicks never reach the frame, so the previewed page can't be\nnavigated or submitted from inside the preview. Cross-origin content can't\nbe reached from here to cancel its own handlers, so this blocks pointer\ninput entirely — hover goes with it. Scrolling doesn't: an overflowing\npage is scrolled by the panel rather than by the frame (see _contentHeight).",
29388
+ "description": "Lets pointer input through to the embedded page. The preview is inert by\ndefault: clicks never reach the frame, so the previewed page can't be\nnavigated or submitted from inside the preview. Cross-origin content can't\nbe reached from here to cancel its own handlers, so this blocks pointer\ninput entirely — hover goes with it. Scrolling doesn't: an overflowing\npage is scrolled by the panel rather than by the frame (see _contentHeight).\n\nSet, the frame becomes a real viewport instead: it stays the panel's own\nheight and the embed scrolls itself, so there is one scrollbar rather than\na panel scrolling an oversized frame, and the embed's viewport-relative\nlayout (`100vh`, `position: fixed`, sticky headers) sizes to what's on\nscreen. _contentHeight is ignored while this is set.",
29389
29389
  "fieldName": "interactive"
29390
29390
  }
29391
29391
  ],
@@ -44374,7 +44374,7 @@
44374
44374
  "package": {
44375
44375
  "name": "@kubex/zinc",
44376
44376
  "description": "A collection of web components for building web applications based off of @shoelace-style/Shoelace",
44377
- "version": "1.1.75",
44377
+ "version": "1.1.77",
44378
44378
  "author": "",
44379
44379
  "license": "MIT"
44380
44380
  }
@@ -3023,7 +3023,7 @@
3023
3023
  },
3024
3024
  {
3025
3025
  "name": "interactive",
3026
- "description": "Lets pointer input through to the embedded page. The preview is inert by\ndefault: clicks never reach the frame, so the previewed page can't be\nnavigated or submitted from inside the preview. Cross-origin content can't\nbe reached from here to cancel its own handlers, so this blocks pointer\ninput entirely — hover goes with it. Scrolling doesn't: an overflowing\npage is scrolled by the panel rather than by the frame (see _contentHeight).",
3026
+ "description": "Lets pointer input through to the embedded page. The preview is inert by\ndefault: clicks never reach the frame, so the previewed page can't be\nnavigated or submitted from inside the preview. Cross-origin content can't\nbe reached from here to cancel its own handlers, so this blocks pointer\ninput entirely — hover goes with it. Scrolling doesn't: an overflowing\npage is scrolled by the panel rather than by the frame (see _contentHeight).\n\nSet, the frame becomes a real viewport instead: it stays the panel's own\nheight and the embed scrolls itself, so there is one scrollbar rather than\na panel scrolling an oversized frame, and the embed's viewport-relative\nlayout (`100vh`, `position: fixed`, sticky headers) sizes to what's on\nscreen. _contentHeight is ignored while this is set.",
3027
3027
  "values": []
3028
3028
  }
3029
3029
  ],
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
3
3
  "name": "@kubex/zinc",
4
- "version": "1.1.75",
4
+ "version": "1.1.77",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -6999,7 +6999,7 @@
6999
6999
  },
7000
7000
  {
7001
7001
  "name": "interactive",
7002
- "description": "Lets pointer input through to the embedded page. The preview is inert by\ndefault: clicks never reach the frame, so the previewed page can't be\nnavigated or submitted from inside the preview. Cross-origin content can't\nbe reached from here to cancel its own handlers, so this blocks pointer\ninput entirely — hover goes with it. Scrolling doesn't: an overflowing\npage is scrolled by the panel rather than by the frame (see _contentHeight).",
7002
+ "description": "Lets pointer input through to the embedded page. The preview is inert by\ndefault: clicks never reach the frame, so the previewed page can't be\nnavigated or submitted from inside the preview. Cross-origin content can't\nbe reached from here to cancel its own handlers, so this blocks pointer\ninput entirely — hover goes with it. Scrolling doesn't: an overflowing\npage is scrolled by the panel rather than by the frame (see _contentHeight).\n\nSet, the frame becomes a real viewport instead: it stays the panel's own\nheight and the embed scrolls itself, so there is one scrollbar rather than\na panel scrolling an oversized frame, and the embed's viewport-relative\nlayout (`100vh`, `position: fixed`, sticky headers) sizes to what's on\nscreen. _contentHeight is ignored while this is set.",
7003
7003
  "value": { "type": "boolean", "default": "false" }
7004
7004
  }
7005
7005
  ],
@@ -7068,7 +7068,7 @@
7068
7068
  },
7069
7069
  {
7070
7070
  "name": "interactive",
7071
- "description": "Lets pointer input through to the embedded page. The preview is inert by\ndefault: clicks never reach the frame, so the previewed page can't be\nnavigated or submitted from inside the preview. Cross-origin content can't\nbe reached from here to cancel its own handlers, so this blocks pointer\ninput entirely — hover goes with it. Scrolling doesn't: an overflowing\npage is scrolled by the panel rather than by the frame (see _contentHeight).",
7071
+ "description": "Lets pointer input through to the embedded page. The preview is inert by\ndefault: clicks never reach the frame, so the previewed page can't be\nnavigated or submitted from inside the preview. Cross-origin content can't\nbe reached from here to cancel its own handlers, so this blocks pointer\ninput entirely — hover goes with it. Scrolling doesn't: an overflowing\npage is scrolled by the panel rather than by the frame (see _contentHeight).\n\nSet, the frame becomes a real viewport instead: it stays the panel's own\nheight and the embed scrolls itself, so there is one scrollbar rather than\na panel scrolling an oversized frame, and the embed's viewport-relative\nlayout (`100vh`, `position: fixed`, sticky headers) sizes to what's on\nscreen. _contentHeight is ignored while this is set.",
7072
7072
  "type": "boolean"
7073
7073
  },
7074
7074
  { "name": "frame", "type": "HTMLIFrameElement" }
package/dist/zn.d.ts CHANGED
@@ -10556,6 +10556,12 @@ declare module "components/preview-frame/preview-frame.component" {
10556
10556
  * be reached from here to cancel its own handlers, so this blocks pointer
10557
10557
  * input entirely — hover goes with it. Scrolling doesn't: an overflowing
10558
10558
  * page is scrolled by the panel rather than by the frame (see _contentHeight).
10559
+ *
10560
+ * Set, the frame becomes a real viewport instead: it stays the panel's own
10561
+ * height and the embed scrolls itself, so there is one scrollbar rather than
10562
+ * a panel scrolling an oversized frame, and the embed's viewport-relative
10563
+ * layout (`100vh`, `position: fixed`, sticky headers) sizes to what's on
10564
+ * screen. _contentHeight is ignored while this is set.
10559
10565
  */
10560
10566
  interactive: boolean;
10561
10567
  frame: HTMLIFrameElement;
@@ -10567,7 +10573,8 @@ declare module "components/preview-frame/preview-frame.component" {
10567
10573
  * height rather than the panel's, so the page never scrolls inside the frame
10568
10574
  * — the panel scrolls instead, which is what makes an overflowing preview
10569
10575
  * reachable while pointer input to the frame is blocked. 0 = unknown, and the
10570
- * frame falls back to filling the panel.
10576
+ * frame falls back to filling the panel. Kept up to date either way, but only
10577
+ * laid out when the frame is inert: an `interactive` frame scrolls itself.
10571
10578
  */
10572
10579
  private _contentHeight;
10573
10580
  private _generation;