@devvit/ui-renderer 0.11.0-next-2024-10-03-38b7c67ab.0 → 0.11.0-next-2024-10-07-a281378ea.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/templates/imageUtil.d.ts +20 -0
- package/blocks/templates/imageUtil.d.ts.map +1 -0
- package/blocks/templates/imageUtil.js +91 -0
- package/blocks/templates/imageUtil.js.map +1 -0
- package/blocks/templates/imageUtil.test.d.ts.map +1 -0
- package/blocks/templates/imageUtil.test.js.map +1 -0
- package/blocks/templates/renderImageBlock.d.ts.map +1 -1
- package/blocks/templates/renderImageBlock.js +1 -1
- package/blocks/templates/renderImageBlock.js.map +1 -1
- package/devvit-custom-post-meta.min.json +11 -11
- package/devvit-custom-post.min.js.map +3 -3
- package/devvit-surface-meta.min.json +11 -11
- package/devvit-surface.min.js.map +3 -3
- package/package.json +9 -9
|
@@ -8142,25 +8142,20 @@
|
|
|
8142
8142
|
"imports": [],
|
|
8143
8143
|
"format": "esm"
|
|
8144
8144
|
},
|
|
8145
|
-
"
|
|
8146
|
-
"bytes":
|
|
8145
|
+
"library/src/blocks/templates/imageUtil.ts": {
|
|
8146
|
+
"bytes": 3177,
|
|
8147
8147
|
"imports": [
|
|
8148
8148
|
{
|
|
8149
8149
|
"path": "../shared-types/dist/sanitizeSvg.js",
|
|
8150
8150
|
"kind": "import-statement",
|
|
8151
|
-
"original": "
|
|
8151
|
+
"original": "@devvit/shared-types/sanitizeSvg.js"
|
|
8152
8152
|
}
|
|
8153
8153
|
],
|
|
8154
8154
|
"format": "esm"
|
|
8155
8155
|
},
|
|
8156
8156
|
"library/src/blocks/templates/renderImageBlock.ts": {
|
|
8157
|
-
"bytes":
|
|
8157
|
+
"bytes": 2439,
|
|
8158
8158
|
"imports": [
|
|
8159
|
-
{
|
|
8160
|
-
"path": "../shared-types/dist/imageUtil.js",
|
|
8161
|
-
"kind": "import-statement",
|
|
8162
|
-
"original": "@devvit/shared-types/imageUtil.js"
|
|
8163
|
-
},
|
|
8164
8159
|
{
|
|
8165
8160
|
"path": "../../node_modules/@reddit/faceplate-ui/dist/faceplateUIConfig.js",
|
|
8166
8161
|
"kind": "import-statement",
|
|
@@ -8176,6 +8171,11 @@
|
|
|
8176
8171
|
"kind": "import-statement",
|
|
8177
8172
|
"original": "../attributes.js"
|
|
8178
8173
|
},
|
|
8174
|
+
{
|
|
8175
|
+
"path": "library/src/blocks/templates/imageUtil.ts",
|
|
8176
|
+
"kind": "import-statement",
|
|
8177
|
+
"original": "./imageUtil.js"
|
|
8178
|
+
},
|
|
8179
8179
|
{
|
|
8180
8180
|
"path": "library/src/blocks/templates/util.ts",
|
|
8181
8181
|
"kind": "import-statement",
|
|
@@ -8993,7 +8993,7 @@
|
|
|
8993
8993
|
"imports": [],
|
|
8994
8994
|
"exports": [],
|
|
8995
8995
|
"inputs": {},
|
|
8996
|
-
"bytes":
|
|
8996
|
+
"bytes": 6584061
|
|
8997
8997
|
},
|
|
8998
8998
|
"dist/devvit-surface.min.js": {
|
|
8999
8999
|
"imports": [
|
|
@@ -9571,7 +9571,7 @@
|
|
|
9571
9571
|
"../shared-types/dist/sanitizeSvg.js": {
|
|
9572
9572
|
"bytesInOutput": 1351
|
|
9573
9573
|
},
|
|
9574
|
-
"
|
|
9574
|
+
"library/src/blocks/templates/imageUtil.ts": {
|
|
9575
9575
|
"bytesInOutput": 849
|
|
9576
9576
|
},
|
|
9577
9577
|
"library/src/blocks/templates/renderImageBlock.ts": {
|