@devvit/client 0.11.19-next-2025-07-22-19-50-28-4acdca86a.0 → 0.11.19-next-2025-07-22-21-51-48-a55919b49.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/client-meta.min.json +61 -48
- package/client.min.js +1 -1
- package/client.min.js.map +4 -4
- package/effects/emit-effect.d.ts +6 -1
- package/effects/emit-effect.d.ts.map +1 -1
- package/effects/emit-effect.js +1 -0
- package/effects/immersive-mode-listeners.test.d.ts.map +1 -0
- package/effects/immersive-mode.d.ts +51 -0
- package/effects/immersive-mode.d.ts.map +1 -0
- package/effects/immersive-mode.js +75 -0
- package/effects/immersive-mode.test.d.ts.map +1 -0
- package/index.d.ts +4 -1
- package/index.d.ts.map +1 -1
- package/index.js +4 -1
- package/package.json +10 -10
- package/effects/index.d.ts +0 -5
- package/effects/index.d.ts.map +0 -1
- package/effects/index.js +0 -4
package/client-meta.min.json
CHANGED
|
@@ -315,6 +315,22 @@
|
|
|
315
315
|
],
|
|
316
316
|
"format": "esm"
|
|
317
317
|
},
|
|
318
|
+
"../protos/dist/types/devvit/ui/effects/web_view/v1alpha/immersive_mode.js": {
|
|
319
|
+
"bytes": 3522,
|
|
320
|
+
"imports": [
|
|
321
|
+
{
|
|
322
|
+
"path": "../../node_modules/protobufjs/minimal.js",
|
|
323
|
+
"kind": "import-statement",
|
|
324
|
+
"original": "protobufjs/minimal.js"
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
"path": "../protos/dist/types/typeRegistry.js",
|
|
328
|
+
"kind": "import-statement",
|
|
329
|
+
"original": "../../../../../typeRegistry.js"
|
|
330
|
+
}
|
|
331
|
+
],
|
|
332
|
+
"format": "esm"
|
|
333
|
+
},
|
|
318
334
|
"../../node_modules/long/src/long.js": {
|
|
319
335
|
"bytes": 40100,
|
|
320
336
|
"imports": [],
|
|
@@ -4897,22 +4913,6 @@
|
|
|
4897
4913
|
],
|
|
4898
4914
|
"format": "esm"
|
|
4899
4915
|
},
|
|
4900
|
-
"../protos/dist/types/devvit/ui/effects/web_view/v1alpha/immersive_mode.js": {
|
|
4901
|
-
"bytes": 3522,
|
|
4902
|
-
"imports": [
|
|
4903
|
-
{
|
|
4904
|
-
"path": "../../node_modules/protobufjs/minimal.js",
|
|
4905
|
-
"kind": "import-statement",
|
|
4906
|
-
"original": "protobufjs/minimal.js"
|
|
4907
|
-
},
|
|
4908
|
-
{
|
|
4909
|
-
"path": "../protos/dist/types/typeRegistry.js",
|
|
4910
|
-
"kind": "import-statement",
|
|
4911
|
-
"original": "../../../../../typeRegistry.js"
|
|
4912
|
-
}
|
|
4913
|
-
],
|
|
4914
|
-
"format": "esm"
|
|
4915
|
-
},
|
|
4916
4916
|
"../protos/dist/types/devvit/ui/events/v1alpha/web_view.js": {
|
|
4917
4917
|
"bytes": 17562,
|
|
4918
4918
|
"imports": [
|
|
@@ -4960,8 +4960,13 @@
|
|
|
4960
4960
|
"format": "esm"
|
|
4961
4961
|
},
|
|
4962
4962
|
"src/effects/emit-effect.ts": {
|
|
4963
|
-
"bytes":
|
|
4963
|
+
"bytes": 2637,
|
|
4964
4964
|
"imports": [
|
|
4965
|
+
{
|
|
4966
|
+
"path": "../protos/dist/types/devvit/ui/effects/web_view/v1alpha/immersive_mode.js",
|
|
4967
|
+
"kind": "import-statement",
|
|
4968
|
+
"original": "@devvit/protos/types/devvit/ui/effects/web_view/v1alpha/immersive_mode.js"
|
|
4969
|
+
},
|
|
4965
4970
|
{
|
|
4966
4971
|
"path": "../protos/dist/types/devvit/ui/events/v1alpha/web_view.js",
|
|
4967
4972
|
"kind": "import-statement",
|
|
@@ -4975,6 +4980,22 @@
|
|
|
4975
4980
|
],
|
|
4976
4981
|
"format": "esm"
|
|
4977
4982
|
},
|
|
4983
|
+
"src/effects/immersive-mode.ts": {
|
|
4984
|
+
"bytes": 3521,
|
|
4985
|
+
"imports": [
|
|
4986
|
+
{
|
|
4987
|
+
"path": "../protos/dist/types/devvit/ui/effects/web_view/v1alpha/immersive_mode.js",
|
|
4988
|
+
"kind": "import-statement",
|
|
4989
|
+
"original": "@devvit/protos/types/devvit/ui/effects/web_view/v1alpha/immersive_mode.js"
|
|
4990
|
+
},
|
|
4991
|
+
{
|
|
4992
|
+
"path": "src/effects/emit-effect.ts",
|
|
4993
|
+
"kind": "import-statement",
|
|
4994
|
+
"original": "./emit-effect.js"
|
|
4995
|
+
}
|
|
4996
|
+
],
|
|
4997
|
+
"format": "esm"
|
|
4998
|
+
},
|
|
4978
4999
|
"src/effects/navigate-to.ts": {
|
|
4979
5000
|
"bytes": 1091,
|
|
4980
5001
|
"imports": [
|
|
@@ -5038,44 +5059,33 @@
|
|
|
5038
5059
|
],
|
|
5039
5060
|
"format": "esm"
|
|
5040
5061
|
},
|
|
5041
|
-
"src/
|
|
5042
|
-
"bytes":
|
|
5062
|
+
"src/index.ts": {
|
|
5063
|
+
"bytes": 438,
|
|
5043
5064
|
"imports": [
|
|
5044
5065
|
{
|
|
5045
|
-
"path": "src/
|
|
5066
|
+
"path": "src/context.ts",
|
|
5046
5067
|
"kind": "import-statement",
|
|
5047
|
-
"original": "./
|
|
5068
|
+
"original": "./context.js"
|
|
5048
5069
|
},
|
|
5049
5070
|
{
|
|
5050
|
-
"path": "src/effects/
|
|
5071
|
+
"path": "src/effects/immersive-mode.ts",
|
|
5051
5072
|
"kind": "import-statement",
|
|
5052
|
-
"original": "./
|
|
5073
|
+
"original": "./effects/immersive-mode.js"
|
|
5053
5074
|
},
|
|
5054
5075
|
{
|
|
5055
|
-
"path": "src/effects/
|
|
5076
|
+
"path": "src/effects/navigate-to.ts",
|
|
5056
5077
|
"kind": "import-statement",
|
|
5057
|
-
"original": "./
|
|
5078
|
+
"original": "./effects/navigate-to.js"
|
|
5058
5079
|
},
|
|
5059
5080
|
{
|
|
5060
|
-
"path": "src/effects/show-
|
|
5061
|
-
"kind": "import-statement",
|
|
5062
|
-
"original": "./show-toast.js"
|
|
5063
|
-
}
|
|
5064
|
-
],
|
|
5065
|
-
"format": "esm"
|
|
5066
|
-
},
|
|
5067
|
-
"src/index.ts": {
|
|
5068
|
-
"bytes": 188,
|
|
5069
|
-
"imports": [
|
|
5070
|
-
{
|
|
5071
|
-
"path": "src/context.ts",
|
|
5081
|
+
"path": "src/effects/show-form.ts",
|
|
5072
5082
|
"kind": "import-statement",
|
|
5073
|
-
"original": "./
|
|
5083
|
+
"original": "./effects/show-form.js"
|
|
5074
5084
|
},
|
|
5075
5085
|
{
|
|
5076
|
-
"path": "src/effects/
|
|
5086
|
+
"path": "src/effects/show-toast.ts",
|
|
5077
5087
|
"kind": "import-statement",
|
|
5078
|
-
"original": "./effects/
|
|
5088
|
+
"original": "./effects/show-toast.js"
|
|
5079
5089
|
}
|
|
5080
5090
|
],
|
|
5081
5091
|
"format": "esm"
|
|
@@ -5086,14 +5096,17 @@
|
|
|
5086
5096
|
"imports": [],
|
|
5087
5097
|
"exports": [],
|
|
5088
5098
|
"inputs": {},
|
|
5089
|
-
"bytes":
|
|
5099
|
+
"bytes": 482989
|
|
5090
5100
|
},
|
|
5091
5101
|
"dist/client.min.js": {
|
|
5092
5102
|
"imports": [],
|
|
5093
5103
|
"exports": [
|
|
5104
|
+
"addImmersiveModeChangeEventListener",
|
|
5094
5105
|
"context",
|
|
5095
|
-
"
|
|
5106
|
+
"exitImmersiveMode",
|
|
5096
5107
|
"navigateTo",
|
|
5108
|
+
"removeImmersiveModeChangeEventListener",
|
|
5109
|
+
"requestImmersiveMode",
|
|
5097
5110
|
"showForm",
|
|
5098
5111
|
"showToast"
|
|
5099
5112
|
],
|
|
@@ -5180,6 +5193,9 @@
|
|
|
5180
5193
|
"src/index.ts": {
|
|
5181
5194
|
"bytesInOutput": 0
|
|
5182
5195
|
},
|
|
5196
|
+
"../protos/dist/types/devvit/ui/effects/web_view/v1alpha/immersive_mode.js": {
|
|
5197
|
+
"bytesInOutput": 1391
|
|
5198
|
+
},
|
|
5183
5199
|
"../protos/dist/types/devvit/ui/events/v1alpha/web_view.js": {
|
|
5184
5200
|
"bytesInOutput": 7347
|
|
5185
5201
|
},
|
|
@@ -5216,17 +5232,14 @@
|
|
|
5216
5232
|
"../protos/dist/types/devvit/ui/form_builder/v1alpha/value.js": {
|
|
5217
5233
|
"bytesInOutput": 5338
|
|
5218
5234
|
},
|
|
5219
|
-
"../protos/dist/types/devvit/ui/effects/web_view/v1alpha/immersive_mode.js": {
|
|
5220
|
-
"bytesInOutput": 1391
|
|
5221
|
-
},
|
|
5222
5235
|
"src/effects/constants.ts": {
|
|
5223
5236
|
"bytesInOutput": 11
|
|
5224
5237
|
},
|
|
5225
5238
|
"src/effects/emit-effect.ts": {
|
|
5226
5239
|
"bytesInOutput": 469
|
|
5227
5240
|
},
|
|
5228
|
-
"src/effects/
|
|
5229
|
-
"bytesInOutput":
|
|
5241
|
+
"src/effects/immersive-mode.ts": {
|
|
5242
|
+
"bytesInOutput": 561
|
|
5230
5243
|
},
|
|
5231
5244
|
"src/effects/navigate-to.ts": {
|
|
5232
5245
|
"bytesInOutput": 127
|
|
@@ -5247,7 +5260,7 @@
|
|
|
5247
5260
|
"bytesInOutput": 141
|
|
5248
5261
|
}
|
|
5249
5262
|
},
|
|
5250
|
-
"bytes":
|
|
5263
|
+
"bytes": 108171
|
|
5251
5264
|
}
|
|
5252
5265
|
}
|
|
5253
5266
|
}
|