@devvit/ui-renderer 0.11.20-next-2025-07-25-00-00-20-b42f98f6e.0 → 0.11.20-next-2025-07-25-17-24-54-9a691dab8.0
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.
- package/blocks/components/devvit-blocks-web-view.js +1 -1
- package/devvit-custom-post-meta.min.json +4 -4
- package/devvit-custom-post.min.js +1 -1
- package/devvit-custom-post.min.js.map +1 -1
- package/devvit-surface-meta.min.json +4 -4
- package/devvit-surface.min.js +1 -1
- package/devvit-surface.min.js.map +1 -1
- package/package.json +8 -8
|
@@ -177,7 +177,7 @@ let DevvitBlocksWebView = class DevvitBlocksWebView extends LitElement {
|
|
|
177
177
|
name="${name}"
|
|
178
178
|
src="${ifDefined(this.src)}"
|
|
179
179
|
sandbox="allow-scripts ${allowOrigin} allow-forms"
|
|
180
|
-
allow="
|
|
180
|
+
allow="clipboard-write"
|
|
181
181
|
referrerpolicy="origin"
|
|
182
182
|
tabindex="${ifDefined(this.focusable ? '0' : undefined)}"
|
|
183
183
|
@load="${__classPrivateFieldGet(this, _DevvitBlocksWebView_instances, "m", _DevvitBlocksWebView_onLoad)}"
|
|
@@ -6386,7 +6386,7 @@
|
|
|
6386
6386
|
"format": "esm"
|
|
6387
6387
|
},
|
|
6388
6388
|
"library/src/blocks/components/devvit-blocks-web-view.ts": {
|
|
6389
|
-
"bytes":
|
|
6389
|
+
"bytes": 11979,
|
|
6390
6390
|
"imports": [
|
|
6391
6391
|
{
|
|
6392
6392
|
"path": "../protos/dist/types/devvit/ui/effects/web_view/v1alpha/post_message.js",
|
|
@@ -7064,7 +7064,7 @@
|
|
|
7064
7064
|
"imports": [],
|
|
7065
7065
|
"exports": [],
|
|
7066
7066
|
"inputs": {},
|
|
7067
|
-
"bytes":
|
|
7067
|
+
"bytes": 1956527
|
|
7068
7068
|
},
|
|
7069
7069
|
"dist/devvit-custom-post.min.js": {
|
|
7070
7070
|
"imports": [
|
|
@@ -7472,7 +7472,7 @@
|
|
|
7472
7472
|
"bytesInOutput": 107
|
|
7473
7473
|
},
|
|
7474
7474
|
"library/src/blocks/components/devvit-blocks-web-view.ts": {
|
|
7475
|
-
"bytesInOutput":
|
|
7475
|
+
"bytesInOutput": 4575
|
|
7476
7476
|
},
|
|
7477
7477
|
"library/src/blocks/templates/renderWebViewBlock.ts": {
|
|
7478
7478
|
"bytesInOutput": 577
|
|
@@ -7559,7 +7559,7 @@
|
|
|
7559
7559
|
"bytesInOutput": 5881
|
|
7560
7560
|
}
|
|
7561
7561
|
},
|
|
7562
|
-
"bytes":
|
|
7562
|
+
"bytes": 773596
|
|
7563
7563
|
}
|
|
7564
7564
|
}
|
|
7565
7565
|
}
|
|
@@ -612,7 +612,7 @@ button inline-flex`},y4=e=>{let{createElement:t}=R(),{attributes:r,selected:i,ro
|
|
|
612
612
|
name="${i}"
|
|
613
613
|
src="${b0(this.src)}"
|
|
614
614
|
sandbox="allow-scripts ${r} allow-forms"
|
|
615
|
-
allow="
|
|
615
|
+
allow="clipboard-write"
|
|
616
616
|
referrerpolicy="origin"
|
|
617
617
|
tabindex="${b0(this.focusable?"0":void 0)}"
|
|
618
618
|
@load="${C(this,U,s8)}"
|