@devvit/ui-renderer 0.12.0-next-2025-04-30-2e2a14dbe.0 → 0.12.0-next-2025-08-12-20-06-14-50f19bb3e.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.d.ts +25 -5
- package/blocks/components/devvit-blocks-web-view.d.ts.map +1 -1
- package/blocks/components/devvit-blocks-web-view.js +93 -29
- package/blocks/components/devvit-blocks-web-view.js.map +1 -1
- package/blocks/index.d.ts +0 -1
- package/blocks/index.d.ts.map +1 -1
- package/blocks/templates/renderButtonBlock.d.ts.map +1 -1
- package/blocks/templates/renderButtonBlock.js +1 -0
- package/blocks/templates/renderButtonBlock.js.map +1 -1
- package/blocks/templates/renderContext.d.ts +2 -0
- package/blocks/templates/renderContext.d.ts.map +1 -1
- package/blocks/templates/renderIconBlock.d.ts.map +1 -1
- package/blocks/templates/renderIconBlock.js +1 -0
- package/blocks/templates/renderIconBlock.js.map +1 -1
- package/blocks/templates/renderImageBlock.d.ts.map +1 -1
- package/blocks/templates/renderImageBlock.js +1 -0
- package/blocks/templates/renderImageBlock.js.map +1 -1
- package/blocks/templates/renderSpacerBlock.d.ts.map +1 -1
- package/blocks/templates/renderSpacerBlock.js +2 -1
- package/blocks/templates/renderSpacerBlock.js.map +1 -1
- package/blocks/templates/renderStackBlock.d.ts.map +1 -1
- package/blocks/templates/renderStackBlock.js +2 -1
- package/blocks/templates/renderStackBlock.js.map +1 -1
- package/blocks/templates/renderTextBlock.d.ts.map +1 -1
- package/blocks/templates/renderTextBlock.js +1 -0
- package/blocks/templates/renderTextBlock.js.map +1 -1
- package/blocks/templates/renderWebViewBlock.d.ts.map +1 -1
- package/blocks/templates/renderWebViewBlock.js +2 -1
- package/blocks/templates/renderWebViewBlock.js.map +1 -1
- package/client/devvit-custom-post.d.ts +1 -2
- package/client/devvit-custom-post.d.ts.map +1 -1
- package/client/devvit-custom-post.js +16 -16
- package/client/devvit-custom-post.js.map +1 -1
- package/client/devvit-navigate-offsite-dialog.d.ts.map +1 -1
- package/client/devvit-navigate-offsite-dialog.js +0 -1
- package/client/devvit-navigate-offsite-dialog.js.map +1 -1
- package/client/devvit-surface.d.ts +8 -0
- package/client/devvit-surface.d.ts.map +1 -1
- package/client/devvit-surface.js +79 -53
- package/client/devvit-surface.js.map +1 -1
- package/client/dispatcher/dispatcher.d.ts +3 -3
- package/client/dispatcher/dispatcher.d.ts.map +1 -1
- package/client/dispatcher/events.d.ts +3 -1
- package/client/dispatcher/events.d.ts.map +1 -1
- package/client/dispatcher/events.js.map +1 -1
- package/client/dispatcher/remote-app.d.ts +5 -17
- package/client/dispatcher/remote-app.d.ts.map +1 -1
- package/client/dispatcher/remote-app.js.map +1 -1
- package/client/dispatcher/runtimes.js +3 -3
- package/client/dispatcher/runtimes.js.map +1 -1
- package/client/effects/effect-handler-test-util.test.d.ts.map +1 -1
- package/client/effects/navigate-to-url-effect-handler.d.ts +1 -0
- package/client/effects/navigate-to-url-effect-handler.d.ts.map +1 -1
- package/client/effects/navigate-to-url-effect-handler.js +9 -2
- package/client/effects/navigate-to-url-effect-handler.js.map +1 -1
- package/client/effects/navigate-to-url-effect-handler.test.js.map +1 -1
- package/client/effects/realtime-effect-handler.d.ts +2 -2
- package/client/effects/realtime-effect-handler.js +1 -2
- package/client/effects/realtime-effect-handler.js.map +1 -1
- package/client/effects/share.d.ts +26 -0
- package/client/effects/share.d.ts.map +1 -0
- package/client/effects/share.js +35 -0
- package/client/effects/share.js.map +1 -0
- package/client/effects/web-view-effect-handler.d.ts +1 -1
- package/client/effects/web-view-effect-handler.d.ts.map +1 -1
- package/client/effects/web-view-effect-handler.js +4 -0
- package/client/effects/web-view-effect-handler.js.map +1 -1
- package/client/formbuilder/devvit-form-dialog.d.ts.map +1 -1
- package/client/formbuilder/devvit-form-dialog.js +3 -2
- package/client/formbuilder/devvit-form-dialog.js.map +1 -1
- package/client/formbuilder/fields/renderBooleanField.d.ts.map +1 -1
- package/client/formbuilder/fields/renderFieldLabel.d.ts.map +1 -1
- package/client/formbuilder/fields/renderFormFields.d.ts.map +1 -1
- package/client/formbuilder/fields/renderGroupField.d.ts.map +1 -1
- package/client/formbuilder/fields/renderHelpText.d.ts.map +1 -1
- package/client/formbuilder/fields/renderImageField.d.ts.map +1 -1
- package/client/formbuilder/fields/renderNumberField.d.ts.map +1 -1
- package/client/formbuilder/fields/renderParagraphField.d.ts.map +1 -1
- package/client/formbuilder/fields/renderSelectionField.d.ts.map +1 -1
- package/client/formbuilder/fields/renderStringField.d.ts.map +1 -1
- package/client/utils/bubble.d.ts +6 -0
- package/client/utils/bubble.d.ts.map +1 -0
- package/client/utils/bubble.js +13 -0
- package/client/utils/bubble.js.map +1 -0
- package/client/web-view-scripts.d.ts.map +1 -1
- package/client/web-view-scripts.js +1 -1
- package/client/web-view-scripts.js.map +1 -1
- package/client/web-view.d.ts +4 -2
- package/client/web-view.d.ts.map +1 -1
- package/client/web-view.js +83 -7
- package/client/web-view.js.map +1 -1
- package/client/web-view.test.js.map +1 -1
- package/custom-styles.css +0 -4
- package/devvit-custom-post-meta.min.json +698 -462
- package/devvit-custom-post.min.js +105 -95
- package/devvit-custom-post.min.js.map +4 -4
- package/devvit-surface-meta.min.json +610 -374
- package/devvit-surface.min.js +106 -96
- package/devvit-surface.min.js.map +4 -4
- package/package.json +31 -30
- package/rollup/replaceBaseplateHtmlWithLit.d.ts.map +1 -1
- package/styles.js +1 -1
- package/types/devvit-global.d.ts +10 -4
- package/types/devvit-global.d.ts.map +1 -1
- package/types/devvit-global.js +20 -5
- package/types/devvit-global.js.map +1 -1
- package/types/devvit-global.test.js.map +1 -1
- package/index.d.ts +0 -2
- package/index.d.ts.map +0 -1
- package/index.js +0 -2
- package/index.js.map +0 -1
|
@@ -218,7 +218,7 @@
|
|
|
218
218
|
"format": "esm"
|
|
219
219
|
},
|
|
220
220
|
"../../node_modules/@reddit/faceplate-ui/dist/faceplateUIConfig.js": {
|
|
221
|
-
"bytes":
|
|
221
|
+
"bytes": 957,
|
|
222
222
|
"imports": [],
|
|
223
223
|
"format": "esm"
|
|
224
224
|
},
|
|
@@ -228,7 +228,7 @@
|
|
|
228
228
|
"format": "esm"
|
|
229
229
|
},
|
|
230
230
|
"../../node_modules/@reddit/faceplate-ui/dist/templateUtils/createElement/shared/elements/button.js": {
|
|
231
|
-
"bytes":
|
|
231
|
+
"bytes": 4003,
|
|
232
232
|
"imports": [],
|
|
233
233
|
"format": "esm"
|
|
234
234
|
},
|
|
@@ -335,7 +335,7 @@
|
|
|
335
335
|
"format": "esm"
|
|
336
336
|
},
|
|
337
337
|
"../../node_modules/@reddit/faceplate-ui/dist/templateRenderingStrategy/checkForConflictingStrategies.js": {
|
|
338
|
-
"bytes":
|
|
338
|
+
"bytes": 939,
|
|
339
339
|
"imports": [
|
|
340
340
|
{
|
|
341
341
|
"path": "../../node_modules/@reddit/faceplate-ui/dist/faceplateUIConfig.js",
|
|
@@ -397,7 +397,7 @@
|
|
|
397
397
|
"format": "esm"
|
|
398
398
|
},
|
|
399
399
|
"../protos/dist/types/devvit/ui/block_kit/v1beta/enums.js": {
|
|
400
|
-
"bytes":
|
|
400
|
+
"bytes": 44740,
|
|
401
401
|
"imports": [],
|
|
402
402
|
"format": "esm"
|
|
403
403
|
},
|
|
@@ -771,7 +771,7 @@
|
|
|
771
771
|
"format": "esm"
|
|
772
772
|
},
|
|
773
773
|
"library/src/client/dispatcher/events.ts": {
|
|
774
|
-
"bytes":
|
|
774
|
+
"bytes": 3784,
|
|
775
775
|
"imports": [],
|
|
776
776
|
"format": "esm"
|
|
777
777
|
},
|
|
@@ -814,7 +814,7 @@
|
|
|
814
814
|
"format": "esm"
|
|
815
815
|
},
|
|
816
816
|
"../../node_modules/@reddit/faceplate-ui/dist/svgs/svg-manifest.js": {
|
|
817
|
-
"bytes":
|
|
817
|
+
"bytes": 503259,
|
|
818
818
|
"imports": [],
|
|
819
819
|
"format": "esm"
|
|
820
820
|
},
|
|
@@ -1067,7 +1067,7 @@
|
|
|
1067
1067
|
"format": "esm"
|
|
1068
1068
|
},
|
|
1069
1069
|
"library/src/blocks/templates/renderIconBlock.ts": {
|
|
1070
|
-
"bytes":
|
|
1070
|
+
"bytes": 1518,
|
|
1071
1071
|
"imports": [
|
|
1072
1072
|
{
|
|
1073
1073
|
"path": "../../node_modules/@reddit/faceplate-ui/dist/faceplateUIConfig.js",
|
|
@@ -1103,7 +1103,7 @@
|
|
|
1103
1103
|
"format": "esm"
|
|
1104
1104
|
},
|
|
1105
1105
|
"library/src/blocks/templates/renderButtonBlock.ts": {
|
|
1106
|
-
"bytes":
|
|
1106
|
+
"bytes": 3472,
|
|
1107
1107
|
"imports": [
|
|
1108
1108
|
{
|
|
1109
1109
|
"path": "../protos/dist/types/devvit/ui/block_kit/v1beta/enums.js",
|
|
@@ -1170,7 +1170,7 @@
|
|
|
1170
1170
|
"format": "esm"
|
|
1171
1171
|
},
|
|
1172
1172
|
"library/src/blocks/templates/renderImageBlock.ts": {
|
|
1173
|
-
"bytes":
|
|
1173
|
+
"bytes": 2507,
|
|
1174
1174
|
"imports": [
|
|
1175
1175
|
{
|
|
1176
1176
|
"path": "../../node_modules/@reddit/faceplate-ui/dist/faceplateUIConfig.js",
|
|
@@ -1206,7 +1206,7 @@
|
|
|
1206
1206
|
"format": "esm"
|
|
1207
1207
|
},
|
|
1208
1208
|
"library/src/blocks/templates/renderSpacerBlock.ts": {
|
|
1209
|
-
"bytes":
|
|
1209
|
+
"bytes": 1057,
|
|
1210
1210
|
"imports": [
|
|
1211
1211
|
{
|
|
1212
1212
|
"path": "../../node_modules/@reddit/faceplate-ui/dist/faceplateUIConfig.js",
|
|
@@ -1232,7 +1232,7 @@
|
|
|
1232
1232
|
"format": "esm"
|
|
1233
1233
|
},
|
|
1234
1234
|
"library/src/blocks/templates/renderStackBlock.ts": {
|
|
1235
|
-
"bytes":
|
|
1235
|
+
"bytes": 3796,
|
|
1236
1236
|
"imports": [
|
|
1237
1237
|
{
|
|
1238
1238
|
"path": "../protos/dist/types/devvit/ui/block_kit/v1beta/enums.js",
|
|
@@ -1273,7 +1273,7 @@
|
|
|
1273
1273
|
"format": "esm"
|
|
1274
1274
|
},
|
|
1275
1275
|
"library/src/blocks/templates/renderTextBlock.ts": {
|
|
1276
|
-
"bytes":
|
|
1276
|
+
"bytes": 2729,
|
|
1277
1277
|
"imports": [
|
|
1278
1278
|
{
|
|
1279
1279
|
"path": "../protos/dist/types/devvit/ui/block_kit/v1beta/enums.js",
|
|
@@ -1539,12 +1539,12 @@
|
|
|
1539
1539
|
"format": "cjs"
|
|
1540
1540
|
},
|
|
1541
1541
|
"../protos/dist/types/typeRegistry.js": {
|
|
1542
|
-
"bytes":
|
|
1542
|
+
"bytes": 167,
|
|
1543
1543
|
"imports": [],
|
|
1544
1544
|
"format": "esm"
|
|
1545
1545
|
},
|
|
1546
1546
|
"../protos/dist/types/google/protobuf/struct.js": {
|
|
1547
|
-
"bytes":
|
|
1547
|
+
"bytes": 14892,
|
|
1548
1548
|
"imports": [
|
|
1549
1549
|
{
|
|
1550
1550
|
"path": "../../node_modules/protobufjs/minimal.js",
|
|
@@ -1559,252 +1559,6 @@
|
|
|
1559
1559
|
],
|
|
1560
1560
|
"format": "esm"
|
|
1561
1561
|
},
|
|
1562
|
-
"../protos/dist/types/devvit/ui/effects/web_view/v1alpha/post_message.js": {
|
|
1563
|
-
"bytes": 15241,
|
|
1564
|
-
"imports": [
|
|
1565
|
-
{
|
|
1566
|
-
"path": "../../node_modules/protobufjs/minimal.js",
|
|
1567
|
-
"kind": "import-statement",
|
|
1568
|
-
"original": "protobufjs/minimal.js"
|
|
1569
|
-
},
|
|
1570
|
-
{
|
|
1571
|
-
"path": "../protos/dist/types/google/protobuf/struct.js",
|
|
1572
|
-
"kind": "import-statement",
|
|
1573
|
-
"original": "../../../../../google/protobuf/struct.js"
|
|
1574
|
-
},
|
|
1575
|
-
{
|
|
1576
|
-
"path": "../protos/dist/types/typeRegistry.js",
|
|
1577
|
-
"kind": "import-statement",
|
|
1578
|
-
"original": "../../../../../typeRegistry.js"
|
|
1579
|
-
}
|
|
1580
|
-
],
|
|
1581
|
-
"format": "esm"
|
|
1582
|
-
},
|
|
1583
|
-
"library/src/client/web-view-scripts.ts": {
|
|
1584
|
-
"bytes": 814,
|
|
1585
|
-
"imports": [],
|
|
1586
|
-
"format": "esm"
|
|
1587
|
-
},
|
|
1588
|
-
"library/src/blocks/components/devvit-blocks-web-view.ts": {
|
|
1589
|
-
"bytes": 10210,
|
|
1590
|
-
"imports": [
|
|
1591
|
-
{
|
|
1592
|
-
"path": "../protos/dist/types/devvit/ui/effects/web_view/v1alpha/post_message.js",
|
|
1593
|
-
"kind": "import-statement",
|
|
1594
|
-
"original": "@devvit/protos/types/devvit/ui/effects/web_view/v1alpha/post_message.js"
|
|
1595
|
-
},
|
|
1596
|
-
{
|
|
1597
|
-
"path": "../../node_modules/@reddit/faceplate/lib/custom-event.js",
|
|
1598
|
-
"kind": "import-statement",
|
|
1599
|
-
"original": "@reddit/faceplate/lib/custom-event.js"
|
|
1600
|
-
},
|
|
1601
|
-
{
|
|
1602
|
-
"path": "../../node_modules/lit/index.js",
|
|
1603
|
-
"kind": "import-statement",
|
|
1604
|
-
"original": "lit"
|
|
1605
|
-
},
|
|
1606
|
-
{
|
|
1607
|
-
"path": "../../node_modules/lit/decorators.js",
|
|
1608
|
-
"kind": "import-statement",
|
|
1609
|
-
"original": "lit/decorators.js"
|
|
1610
|
-
},
|
|
1611
|
-
{
|
|
1612
|
-
"path": "../../node_modules/lit/directives/if-defined.js",
|
|
1613
|
-
"kind": "import-statement",
|
|
1614
|
-
"original": "lit/directives/if-defined.js"
|
|
1615
|
-
},
|
|
1616
|
-
{
|
|
1617
|
-
"path": "library/src/client/web-view-scripts.ts",
|
|
1618
|
-
"kind": "import-statement",
|
|
1619
|
-
"original": "../../client/web-view-scripts.js"
|
|
1620
|
-
},
|
|
1621
|
-
{
|
|
1622
|
-
"path": "<runtime>",
|
|
1623
|
-
"kind": "import-statement",
|
|
1624
|
-
"external": true
|
|
1625
|
-
}
|
|
1626
|
-
],
|
|
1627
|
-
"format": "esm"
|
|
1628
|
-
},
|
|
1629
|
-
"library/src/blocks/templates/renderWebViewBlock.ts": {
|
|
1630
|
-
"bytes": 1479,
|
|
1631
|
-
"imports": [
|
|
1632
|
-
{
|
|
1633
|
-
"path": "library/src/blocks/components/devvit-blocks-web-view.ts",
|
|
1634
|
-
"kind": "import-statement",
|
|
1635
|
-
"original": "../components/devvit-blocks-web-view.js"
|
|
1636
|
-
},
|
|
1637
|
-
{
|
|
1638
|
-
"path": "../../node_modules/@reddit/faceplate-ui/dist/faceplateUIConfig.js",
|
|
1639
|
-
"kind": "import-statement",
|
|
1640
|
-
"original": "@reddit/faceplate-ui/faceplateUIConfig.js"
|
|
1641
|
-
},
|
|
1642
|
-
{
|
|
1643
|
-
"path": "../../node_modules/lit/index.js",
|
|
1644
|
-
"kind": "import-statement",
|
|
1645
|
-
"original": "lit"
|
|
1646
|
-
},
|
|
1647
|
-
{
|
|
1648
|
-
"path": "library/src/blocks/attributes.ts",
|
|
1649
|
-
"kind": "import-statement",
|
|
1650
|
-
"original": "../attributes.js"
|
|
1651
|
-
},
|
|
1652
|
-
{
|
|
1653
|
-
"path": "library/src/blocks/block-type.ts",
|
|
1654
|
-
"kind": "import-statement",
|
|
1655
|
-
"original": "../block-type.js"
|
|
1656
|
-
},
|
|
1657
|
-
{
|
|
1658
|
-
"path": "library/src/blocks/templates/util.ts",
|
|
1659
|
-
"kind": "import-statement",
|
|
1660
|
-
"original": "./util.js"
|
|
1661
|
-
}
|
|
1662
|
-
],
|
|
1663
|
-
"format": "esm"
|
|
1664
|
-
},
|
|
1665
|
-
"library/src/blocks/templates/renderBlock.ts": {
|
|
1666
|
-
"bytes": 3478,
|
|
1667
|
-
"imports": [
|
|
1668
|
-
{
|
|
1669
|
-
"path": "../protos/dist/types/devvit/ui/block_kit/v1beta/enums.js",
|
|
1670
|
-
"kind": "import-statement",
|
|
1671
|
-
"original": "@devvit/protos/types/devvit/ui/block_kit/v1beta/enums.js"
|
|
1672
|
-
},
|
|
1673
|
-
{
|
|
1674
|
-
"path": "../../node_modules/@reddit/faceplate-ui/dist/faceplateUIConfig.js",
|
|
1675
|
-
"kind": "import-statement",
|
|
1676
|
-
"original": "@reddit/faceplate-ui/faceplateUIConfig.js"
|
|
1677
|
-
},
|
|
1678
|
-
{
|
|
1679
|
-
"path": "../../node_modules/lit/index.js",
|
|
1680
|
-
"kind": "import-statement",
|
|
1681
|
-
"original": "lit"
|
|
1682
|
-
},
|
|
1683
|
-
{
|
|
1684
|
-
"path": "library/src/blocks/attributes.ts",
|
|
1685
|
-
"kind": "import-statement",
|
|
1686
|
-
"original": "../attributes.js"
|
|
1687
|
-
},
|
|
1688
|
-
{
|
|
1689
|
-
"path": "library/src/blocks/templates/renderAvatarBlock.ts",
|
|
1690
|
-
"kind": "import-statement",
|
|
1691
|
-
"original": "./renderAvatarBlock.js"
|
|
1692
|
-
},
|
|
1693
|
-
{
|
|
1694
|
-
"path": "library/src/blocks/templates/renderButtonBlock.ts",
|
|
1695
|
-
"kind": "import-statement",
|
|
1696
|
-
"original": "./renderButtonBlock.js"
|
|
1697
|
-
},
|
|
1698
|
-
{
|
|
1699
|
-
"path": "library/src/blocks/templates/renderIconBlock.ts",
|
|
1700
|
-
"kind": "import-statement",
|
|
1701
|
-
"original": "./renderIconBlock.js"
|
|
1702
|
-
},
|
|
1703
|
-
{
|
|
1704
|
-
"path": "library/src/blocks/templates/renderImageBlock.ts",
|
|
1705
|
-
"kind": "import-statement",
|
|
1706
|
-
"original": "./renderImageBlock.js"
|
|
1707
|
-
},
|
|
1708
|
-
{
|
|
1709
|
-
"path": "library/src/blocks/templates/renderSpacerBlock.ts",
|
|
1710
|
-
"kind": "import-statement",
|
|
1711
|
-
"original": "./renderSpacerBlock.js"
|
|
1712
|
-
},
|
|
1713
|
-
{
|
|
1714
|
-
"path": "library/src/blocks/templates/renderStackBlock.ts",
|
|
1715
|
-
"kind": "import-statement",
|
|
1716
|
-
"original": "./renderStackBlock.js"
|
|
1717
|
-
},
|
|
1718
|
-
{
|
|
1719
|
-
"path": "library/src/blocks/templates/renderTextBlock.ts",
|
|
1720
|
-
"kind": "import-statement",
|
|
1721
|
-
"original": "./renderTextBlock.js"
|
|
1722
|
-
},
|
|
1723
|
-
{
|
|
1724
|
-
"path": "library/src/blocks/templates/renderWebViewBlock.ts",
|
|
1725
|
-
"kind": "import-statement",
|
|
1726
|
-
"original": "./renderWebViewBlock.js"
|
|
1727
|
-
}
|
|
1728
|
-
],
|
|
1729
|
-
"format": "esm"
|
|
1730
|
-
},
|
|
1731
|
-
"library/src/blocks/templates/index.ts": {
|
|
1732
|
-
"bytes": 49,
|
|
1733
|
-
"imports": [
|
|
1734
|
-
{
|
|
1735
|
-
"path": "library/src/blocks/templates/renderBlock.ts",
|
|
1736
|
-
"kind": "import-statement",
|
|
1737
|
-
"original": "./renderBlock.js"
|
|
1738
|
-
}
|
|
1739
|
-
],
|
|
1740
|
-
"format": "esm"
|
|
1741
|
-
},
|
|
1742
|
-
"library/src/blocks/components/devvit-blocks-renderer.ts": {
|
|
1743
|
-
"bytes": 4533,
|
|
1744
|
-
"imports": [
|
|
1745
|
-
{
|
|
1746
|
-
"path": "../protos/dist/types/devvit/ui/block_kit/v1beta/enums.js",
|
|
1747
|
-
"kind": "import-statement",
|
|
1748
|
-
"original": "@devvit/protos/types/devvit/ui/block_kit/v1beta/enums.js"
|
|
1749
|
-
},
|
|
1750
|
-
{
|
|
1751
|
-
"path": "../../node_modules/@lit/localize/lit-localize.js",
|
|
1752
|
-
"kind": "import-statement",
|
|
1753
|
-
"original": "@lit/localize"
|
|
1754
|
-
},
|
|
1755
|
-
{
|
|
1756
|
-
"path": "../../node_modules/@reddit/faceplate/lib/custom-event.js",
|
|
1757
|
-
"kind": "import-statement",
|
|
1758
|
-
"original": "@reddit/faceplate/lib/custom-event.js"
|
|
1759
|
-
},
|
|
1760
|
-
{
|
|
1761
|
-
"path": "../../node_modules/@reddit/faceplate-ui/dist/templates/empty-state.js",
|
|
1762
|
-
"kind": "import-statement",
|
|
1763
|
-
"original": "@reddit/faceplate-ui/templates/empty-state.js"
|
|
1764
|
-
},
|
|
1765
|
-
{
|
|
1766
|
-
"path": "../../node_modules/lit/index.js",
|
|
1767
|
-
"kind": "import-statement",
|
|
1768
|
-
"original": "lit"
|
|
1769
|
-
},
|
|
1770
|
-
{
|
|
1771
|
-
"path": "../../node_modules/lit/decorators.js",
|
|
1772
|
-
"kind": "import-statement",
|
|
1773
|
-
"original": "lit/decorators.js"
|
|
1774
|
-
},
|
|
1775
|
-
{
|
|
1776
|
-
"path": "../../node_modules/lit/directives/if-defined.js",
|
|
1777
|
-
"kind": "import-statement",
|
|
1778
|
-
"original": "lit/directives/if-defined.js"
|
|
1779
|
-
},
|
|
1780
|
-
{
|
|
1781
|
-
"path": "library/src/client/dispatcher/events.ts",
|
|
1782
|
-
"kind": "import-statement",
|
|
1783
|
-
"original": "../../client/dispatcher/events.js"
|
|
1784
|
-
},
|
|
1785
|
-
{
|
|
1786
|
-
"path": "library/src/client/dispatcher/performance.ts",
|
|
1787
|
-
"kind": "import-statement",
|
|
1788
|
-
"original": "../../client/dispatcher/performance.js"
|
|
1789
|
-
},
|
|
1790
|
-
{
|
|
1791
|
-
"path": "library/src/styles.ts",
|
|
1792
|
-
"kind": "import-statement",
|
|
1793
|
-
"original": "../../styles.js"
|
|
1794
|
-
},
|
|
1795
|
-
{
|
|
1796
|
-
"path": "library/src/blocks/templates/index.ts",
|
|
1797
|
-
"kind": "import-statement",
|
|
1798
|
-
"original": "../templates/index.js"
|
|
1799
|
-
},
|
|
1800
|
-
{
|
|
1801
|
-
"path": "<runtime>",
|
|
1802
|
-
"kind": "import-statement",
|
|
1803
|
-
"external": true
|
|
1804
|
-
}
|
|
1805
|
-
],
|
|
1806
|
-
"format": "esm"
|
|
1807
|
-
},
|
|
1808
1562
|
"../../node_modules/rxjs/dist/esm5/internal/util/isFunction.js": {
|
|
1809
1563
|
"bytes": 116,
|
|
1810
1564
|
"imports": [],
|
|
@@ -6153,7 +5907,7 @@
|
|
|
6153
5907
|
"format": "esm"
|
|
6154
5908
|
},
|
|
6155
5909
|
"../protos/dist/types/google/protobuf/empty.js": {
|
|
6156
|
-
"bytes":
|
|
5910
|
+
"bytes": 1243,
|
|
6157
5911
|
"imports": [
|
|
6158
5912
|
{
|
|
6159
5913
|
"path": "../../node_modules/protobufjs/minimal.js",
|
|
@@ -6169,7 +5923,7 @@
|
|
|
6169
5923
|
"format": "esm"
|
|
6170
5924
|
},
|
|
6171
5925
|
"../protos/dist/types/devvit/events/v1alpha/realtime.js": {
|
|
6172
|
-
"bytes":
|
|
5926
|
+
"bytes": 6004,
|
|
6173
5927
|
"imports": [
|
|
6174
5928
|
{
|
|
6175
5929
|
"path": "../../node_modules/protobufjs/minimal.js",
|
|
@@ -6199,8 +5953,8 @@
|
|
|
6199
5953
|
],
|
|
6200
5954
|
"format": "esm"
|
|
6201
5955
|
},
|
|
6202
|
-
"../protos/dist/types/devvit/ui/
|
|
6203
|
-
"bytes":
|
|
5956
|
+
"../protos/dist/types/devvit/ui/effect_types/v1alpha/realtime_subscription.js": {
|
|
5957
|
+
"bytes": 6207,
|
|
6204
5958
|
"imports": [
|
|
6205
5959
|
{
|
|
6206
5960
|
"path": "../../node_modules/protobufjs/minimal.js",
|
|
@@ -6211,17 +5965,111 @@
|
|
|
6211
5965
|
"path": "../protos/dist/types/typeRegistry.js",
|
|
6212
5966
|
"kind": "import-statement",
|
|
6213
5967
|
"original": "../../../../typeRegistry.js"
|
|
5968
|
+
},
|
|
5969
|
+
{
|
|
5970
|
+
"path": "../protos/dist/types/devvit/events/v1alpha/realtime.js",
|
|
5971
|
+
"kind": "import-statement",
|
|
5972
|
+
"original": "../../../events/v1alpha/realtime.js"
|
|
6214
5973
|
}
|
|
6215
5974
|
],
|
|
6216
5975
|
"format": "esm"
|
|
6217
5976
|
},
|
|
6218
|
-
"
|
|
6219
|
-
"bytes":
|
|
6220
|
-
"imports": [
|
|
6221
|
-
|
|
6222
|
-
|
|
6223
|
-
|
|
6224
|
-
|
|
5977
|
+
"../protos/dist/types/devvit/ui/effects/web_view/v1alpha/immersive_mode.js": {
|
|
5978
|
+
"bytes": 3522,
|
|
5979
|
+
"imports": [
|
|
5980
|
+
{
|
|
5981
|
+
"path": "../../node_modules/protobufjs/minimal.js",
|
|
5982
|
+
"kind": "import-statement",
|
|
5983
|
+
"original": "protobufjs/minimal.js"
|
|
5984
|
+
},
|
|
5985
|
+
{
|
|
5986
|
+
"path": "../protos/dist/types/typeRegistry.js",
|
|
5987
|
+
"kind": "import-statement",
|
|
5988
|
+
"original": "../../../../../typeRegistry.js"
|
|
5989
|
+
}
|
|
5990
|
+
],
|
|
5991
|
+
"format": "esm"
|
|
5992
|
+
},
|
|
5993
|
+
"../protos/dist/types/devvit/ui/effects/web_view/v1alpha/share.js": {
|
|
5994
|
+
"bytes": 3770,
|
|
5995
|
+
"imports": [
|
|
5996
|
+
{
|
|
5997
|
+
"path": "../../node_modules/protobufjs/minimal.js",
|
|
5998
|
+
"kind": "import-statement",
|
|
5999
|
+
"original": "protobufjs/minimal.js"
|
|
6000
|
+
},
|
|
6001
|
+
{
|
|
6002
|
+
"path": "../protos/dist/types/typeRegistry.js",
|
|
6003
|
+
"kind": "import-statement",
|
|
6004
|
+
"original": "../../../../../typeRegistry.js"
|
|
6005
|
+
}
|
|
6006
|
+
],
|
|
6007
|
+
"format": "esm"
|
|
6008
|
+
},
|
|
6009
|
+
"../protos/dist/types/devvit/ui/effects/web_view/v1alpha/post_message.js": {
|
|
6010
|
+
"bytes": 18268,
|
|
6011
|
+
"imports": [
|
|
6012
|
+
{
|
|
6013
|
+
"path": "../../node_modules/protobufjs/minimal.js",
|
|
6014
|
+
"kind": "import-statement",
|
|
6015
|
+
"original": "protobufjs/minimal.js"
|
|
6016
|
+
},
|
|
6017
|
+
{
|
|
6018
|
+
"path": "../protos/dist/types/google/protobuf/struct.js",
|
|
6019
|
+
"kind": "import-statement",
|
|
6020
|
+
"original": "../../../../../google/protobuf/struct.js"
|
|
6021
|
+
},
|
|
6022
|
+
{
|
|
6023
|
+
"path": "../protos/dist/types/typeRegistry.js",
|
|
6024
|
+
"kind": "import-statement",
|
|
6025
|
+
"original": "../../../../../typeRegistry.js"
|
|
6026
|
+
},
|
|
6027
|
+
{
|
|
6028
|
+
"path": "../protos/dist/types/devvit/ui/effect_types/v1alpha/realtime_subscription.js",
|
|
6029
|
+
"kind": "import-statement",
|
|
6030
|
+
"original": "../../../effect_types/v1alpha/realtime_subscription.js"
|
|
6031
|
+
},
|
|
6032
|
+
{
|
|
6033
|
+
"path": "../protos/dist/types/devvit/ui/effects/web_view/v1alpha/immersive_mode.js",
|
|
6034
|
+
"kind": "import-statement",
|
|
6035
|
+
"original": "./immersive_mode.js"
|
|
6036
|
+
},
|
|
6037
|
+
{
|
|
6038
|
+
"path": "../protos/dist/types/devvit/ui/effects/web_view/v1alpha/share.js",
|
|
6039
|
+
"kind": "import-statement",
|
|
6040
|
+
"original": "./share.js"
|
|
6041
|
+
}
|
|
6042
|
+
],
|
|
6043
|
+
"format": "esm"
|
|
6044
|
+
},
|
|
6045
|
+
"../../node_modules/long/src/long.js": {
|
|
6046
|
+
"bytes": 40100,
|
|
6047
|
+
"imports": [],
|
|
6048
|
+
"format": "cjs"
|
|
6049
|
+
},
|
|
6050
|
+
"../protos/dist/types/google/protobuf/wrappers.js": {
|
|
6051
|
+
"bytes": 15762,
|
|
6052
|
+
"imports": [
|
|
6053
|
+
{
|
|
6054
|
+
"path": "../../node_modules/long/src/long.js",
|
|
6055
|
+
"kind": "import-statement",
|
|
6056
|
+
"original": "long"
|
|
6057
|
+
},
|
|
6058
|
+
{
|
|
6059
|
+
"path": "../../node_modules/protobufjs/minimal.js",
|
|
6060
|
+
"kind": "import-statement",
|
|
6061
|
+
"original": "protobufjs/minimal.js"
|
|
6062
|
+
},
|
|
6063
|
+
{
|
|
6064
|
+
"path": "../protos/dist/types/typeRegistry.js",
|
|
6065
|
+
"kind": "import-statement",
|
|
6066
|
+
"original": "../../typeRegistry.js"
|
|
6067
|
+
}
|
|
6068
|
+
],
|
|
6069
|
+
"format": "esm"
|
|
6070
|
+
},
|
|
6071
|
+
"../protos/dist/types/google/protobuf/timestamp.js": {
|
|
6072
|
+
"bytes": 2773,
|
|
6225
6073
|
"imports": [
|
|
6226
6074
|
{
|
|
6227
6075
|
"path": "../../node_modules/long/src/long.js",
|
|
@@ -6241,8 +6089,50 @@
|
|
|
6241
6089
|
],
|
|
6242
6090
|
"format": "esm"
|
|
6243
6091
|
},
|
|
6092
|
+
"../protos/dist/types/reddit/devvit/app_permission/v1/app_permission.js": {
|
|
6093
|
+
"bytes": 27945,
|
|
6094
|
+
"imports": [
|
|
6095
|
+
{
|
|
6096
|
+
"path": "../../node_modules/protobufjs/minimal.js",
|
|
6097
|
+
"kind": "import-statement",
|
|
6098
|
+
"original": "protobufjs/minimal.js"
|
|
6099
|
+
},
|
|
6100
|
+
{
|
|
6101
|
+
"path": "../protos/dist/types/google/protobuf/timestamp.js",
|
|
6102
|
+
"kind": "import-statement",
|
|
6103
|
+
"original": "../../../../google/protobuf/timestamp.js"
|
|
6104
|
+
},
|
|
6105
|
+
{
|
|
6106
|
+
"path": "../protos/dist/types/typeRegistry.js",
|
|
6107
|
+
"kind": "import-statement",
|
|
6108
|
+
"original": "../../../../typeRegistry.js"
|
|
6109
|
+
}
|
|
6110
|
+
],
|
|
6111
|
+
"format": "esm"
|
|
6112
|
+
},
|
|
6113
|
+
"../protos/dist/types/devvit/ui/effects/v1alpha/app_permission.js": {
|
|
6114
|
+
"bytes": 3352,
|
|
6115
|
+
"imports": [
|
|
6116
|
+
{
|
|
6117
|
+
"path": "../../node_modules/protobufjs/minimal.js",
|
|
6118
|
+
"kind": "import-statement",
|
|
6119
|
+
"original": "protobufjs/minimal.js"
|
|
6120
|
+
},
|
|
6121
|
+
{
|
|
6122
|
+
"path": "../protos/dist/types/reddit/devvit/app_permission/v1/app_permission.js",
|
|
6123
|
+
"kind": "import-statement",
|
|
6124
|
+
"original": "../../../../reddit/devvit/app_permission/v1/app_permission.js"
|
|
6125
|
+
},
|
|
6126
|
+
{
|
|
6127
|
+
"path": "../protos/dist/types/typeRegistry.js",
|
|
6128
|
+
"kind": "import-statement",
|
|
6129
|
+
"original": "../../../../typeRegistry.js"
|
|
6130
|
+
}
|
|
6131
|
+
],
|
|
6132
|
+
"format": "esm"
|
|
6133
|
+
},
|
|
6244
6134
|
"../protos/dist/types/devvit/ui/effects/v1alpha/create_order.js": {
|
|
6245
|
-
"bytes":
|
|
6135
|
+
"bytes": 11861,
|
|
6246
6136
|
"imports": [
|
|
6247
6137
|
{
|
|
6248
6138
|
"path": "../../node_modules/protobufjs/minimal.js",
|
|
@@ -6258,7 +6148,7 @@
|
|
|
6258
6148
|
"format": "esm"
|
|
6259
6149
|
},
|
|
6260
6150
|
"../protos/dist/types/devvit/ui/effects/v1alpha/realtime_subscriptions.js": {
|
|
6261
|
-
"bytes":
|
|
6151
|
+
"bytes": 6198,
|
|
6262
6152
|
"imports": [
|
|
6263
6153
|
{
|
|
6264
6154
|
"path": "../../node_modules/protobufjs/minimal.js",
|
|
@@ -6279,12 +6169,12 @@
|
|
|
6279
6169
|
"format": "esm"
|
|
6280
6170
|
},
|
|
6281
6171
|
"../protos/dist/types/devvit/ui/form_builder/v1alpha/type.js": {
|
|
6282
|
-
"bytes":
|
|
6172
|
+
"bytes": 2648,
|
|
6283
6173
|
"imports": [],
|
|
6284
6174
|
"format": "esm"
|
|
6285
6175
|
},
|
|
6286
6176
|
"../protos/dist/types/devvit/ui/form_builder/v1alpha/value.js": {
|
|
6287
|
-
"bytes":
|
|
6177
|
+
"bytes": 12839,
|
|
6288
6178
|
"imports": [
|
|
6289
6179
|
{
|
|
6290
6180
|
"path": "../../node_modules/protobufjs/minimal.js",
|
|
@@ -6305,7 +6195,7 @@
|
|
|
6305
6195
|
"format": "esm"
|
|
6306
6196
|
},
|
|
6307
6197
|
"../protos/dist/types/devvit/ui/form_builder/v1alpha/field.js": {
|
|
6308
|
-
"bytes":
|
|
6198
|
+
"bytes": 37812,
|
|
6309
6199
|
"imports": [
|
|
6310
6200
|
{
|
|
6311
6201
|
"path": "../../node_modules/protobufjs/minimal.js",
|
|
@@ -6331,7 +6221,7 @@
|
|
|
6331
6221
|
"format": "esm"
|
|
6332
6222
|
},
|
|
6333
6223
|
"../protos/dist/types/devvit/ui/form_builder/v1alpha/form.js": {
|
|
6334
|
-
"bytes":
|
|
6224
|
+
"bytes": 5133,
|
|
6335
6225
|
"imports": [
|
|
6336
6226
|
{
|
|
6337
6227
|
"path": "../../node_modules/protobufjs/minimal.js",
|
|
@@ -6352,7 +6242,7 @@
|
|
|
6352
6242
|
"format": "esm"
|
|
6353
6243
|
},
|
|
6354
6244
|
"../protos/dist/types/devvit/ui/effects/v1alpha/show_form.js": {
|
|
6355
|
-
"bytes":
|
|
6245
|
+
"bytes": 9680,
|
|
6356
6246
|
"imports": [
|
|
6357
6247
|
{
|
|
6358
6248
|
"path": "../../node_modules/protobufjs/minimal.js",
|
|
@@ -6378,7 +6268,7 @@
|
|
|
6378
6268
|
"format": "esm"
|
|
6379
6269
|
},
|
|
6380
6270
|
"../protos/dist/types/devvit/ui/toast/toast.js": {
|
|
6381
|
-
"bytes":
|
|
6271
|
+
"bytes": 10391,
|
|
6382
6272
|
"imports": [
|
|
6383
6273
|
{
|
|
6384
6274
|
"path": "../../node_modules/protobufjs/minimal.js",
|
|
@@ -6394,7 +6284,7 @@
|
|
|
6394
6284
|
"format": "esm"
|
|
6395
6285
|
},
|
|
6396
6286
|
"../protos/dist/types/devvit/ui/effects/v1alpha/show_toast.js": {
|
|
6397
|
-
"bytes":
|
|
6287
|
+
"bytes": 3282,
|
|
6398
6288
|
"imports": [
|
|
6399
6289
|
{
|
|
6400
6290
|
"path": "../../node_modules/protobufjs/minimal.js",
|
|
@@ -6415,7 +6305,7 @@
|
|
|
6415
6305
|
"format": "esm"
|
|
6416
6306
|
},
|
|
6417
6307
|
"../protos/dist/types/devvit/ui/events/v1alpha/web_view.js": {
|
|
6418
|
-
"bytes":
|
|
6308
|
+
"bytes": 17153,
|
|
6419
6309
|
"imports": [
|
|
6420
6310
|
{
|
|
6421
6311
|
"path": "../../node_modules/protobufjs/minimal.js",
|
|
@@ -6432,16 +6322,31 @@
|
|
|
6432
6322
|
"kind": "import-statement",
|
|
6433
6323
|
"original": "../../../../typeRegistry.js"
|
|
6434
6324
|
},
|
|
6325
|
+
{
|
|
6326
|
+
"path": "../protos/dist/types/devvit/ui/effects/v1alpha/app_permission.js",
|
|
6327
|
+
"kind": "import-statement",
|
|
6328
|
+
"original": "../../effects/v1alpha/app_permission.js"
|
|
6329
|
+
},
|
|
6330
|
+
{
|
|
6331
|
+
"path": "../protos/dist/types/devvit/ui/effects/v1alpha/realtime_subscriptions.js",
|
|
6332
|
+
"kind": "import-statement",
|
|
6333
|
+
"original": "../../effects/v1alpha/realtime_subscriptions.js"
|
|
6334
|
+
},
|
|
6435
6335
|
{
|
|
6436
6336
|
"path": "../protos/dist/types/devvit/ui/effects/v1alpha/show_form.js",
|
|
6437
6337
|
"kind": "import-statement",
|
|
6438
6338
|
"original": "../../effects/v1alpha/show_form.js"
|
|
6339
|
+
},
|
|
6340
|
+
{
|
|
6341
|
+
"path": "../protos/dist/types/devvit/ui/effects/web_view/v1alpha/immersive_mode.js",
|
|
6342
|
+
"kind": "import-statement",
|
|
6343
|
+
"original": "../../effects/web_view/v1alpha/immersive_mode.js"
|
|
6439
6344
|
}
|
|
6440
6345
|
],
|
|
6441
6346
|
"format": "esm"
|
|
6442
6347
|
},
|
|
6443
6348
|
"../protos/dist/types/devvit/ui/events/v1alpha/event.js": {
|
|
6444
|
-
"bytes":
|
|
6349
|
+
"bytes": 29784,
|
|
6445
6350
|
"imports": [
|
|
6446
6351
|
{
|
|
6447
6352
|
"path": "../../node_modules/protobufjs/minimal.js",
|
|
@@ -6463,6 +6368,11 @@
|
|
|
6463
6368
|
"kind": "import-statement",
|
|
6464
6369
|
"original": "../../../../typeRegistry.js"
|
|
6465
6370
|
},
|
|
6371
|
+
{
|
|
6372
|
+
"path": "../protos/dist/types/devvit/ui/effects/v1alpha/app_permission.js",
|
|
6373
|
+
"kind": "import-statement",
|
|
6374
|
+
"original": "../../effects/v1alpha/app_permission.js"
|
|
6375
|
+
},
|
|
6466
6376
|
{
|
|
6467
6377
|
"path": "../protos/dist/types/devvit/ui/effects/v1alpha/create_order.js",
|
|
6468
6378
|
"kind": "import-statement",
|
|
@@ -6491,13 +6401,316 @@
|
|
|
6491
6401
|
],
|
|
6492
6402
|
"format": "esm"
|
|
6493
6403
|
},
|
|
6404
|
+
"../protos/dist/types/devvit/ui/effects/web_view/v1alpha/context.js": {
|
|
6405
|
+
"bytes": 35252,
|
|
6406
|
+
"imports": [
|
|
6407
|
+
{
|
|
6408
|
+
"path": "../../node_modules/protobufjs/minimal.js",
|
|
6409
|
+
"kind": "import-statement",
|
|
6410
|
+
"original": "protobufjs/minimal.js"
|
|
6411
|
+
},
|
|
6412
|
+
{
|
|
6413
|
+
"path": "../protos/dist/types/google/protobuf/struct.js",
|
|
6414
|
+
"kind": "import-statement",
|
|
6415
|
+
"original": "../../../../../google/protobuf/struct.js"
|
|
6416
|
+
},
|
|
6417
|
+
{
|
|
6418
|
+
"path": "../protos/dist/types/typeRegistry.js",
|
|
6419
|
+
"kind": "import-statement",
|
|
6420
|
+
"original": "../../../../../typeRegistry.js"
|
|
6421
|
+
}
|
|
6422
|
+
],
|
|
6423
|
+
"format": "esm"
|
|
6424
|
+
},
|
|
6425
|
+
"library/src/client/effects/share.ts": {
|
|
6426
|
+
"bytes": 1655,
|
|
6427
|
+
"imports": [
|
|
6428
|
+
{
|
|
6429
|
+
"path": "../protos/dist/types/devvit/ui/effects/web_view/v1alpha/context.js",
|
|
6430
|
+
"kind": "import-statement",
|
|
6431
|
+
"original": "@devvit/protos/types/devvit/ui/effects/web_view/v1alpha/context.js"
|
|
6432
|
+
}
|
|
6433
|
+
],
|
|
6434
|
+
"format": "esm"
|
|
6435
|
+
},
|
|
6436
|
+
"library/src/client/utils/bubble.ts": {
|
|
6437
|
+
"bytes": 498,
|
|
6438
|
+
"imports": [],
|
|
6439
|
+
"format": "esm"
|
|
6440
|
+
},
|
|
6441
|
+
"library/src/client/web-view-scripts.ts": {
|
|
6442
|
+
"bytes": 814,
|
|
6443
|
+
"imports": [],
|
|
6444
|
+
"format": "esm"
|
|
6445
|
+
},
|
|
6446
|
+
"library/src/types/devvit-global.ts": {
|
|
6447
|
+
"bytes": 4255,
|
|
6448
|
+
"imports": [],
|
|
6449
|
+
"format": "esm"
|
|
6450
|
+
},
|
|
6451
|
+
"library/src/blocks/components/devvit-blocks-web-view.ts": {
|
|
6452
|
+
"bytes": 13127,
|
|
6453
|
+
"imports": [
|
|
6454
|
+
{
|
|
6455
|
+
"path": "../protos/dist/types/devvit/ui/effects/web_view/v1alpha/post_message.js",
|
|
6456
|
+
"kind": "import-statement",
|
|
6457
|
+
"original": "@devvit/protos/types/devvit/ui/effects/web_view/v1alpha/post_message.js"
|
|
6458
|
+
},
|
|
6459
|
+
{
|
|
6460
|
+
"path": "../protos/dist/types/devvit/ui/events/v1alpha/event.js",
|
|
6461
|
+
"kind": "import-statement",
|
|
6462
|
+
"original": "@devvit/protos/types/devvit/ui/events/v1alpha/event.js"
|
|
6463
|
+
},
|
|
6464
|
+
{
|
|
6465
|
+
"path": "../../node_modules/@reddit/faceplate/lib/custom-event.js",
|
|
6466
|
+
"kind": "import-statement",
|
|
6467
|
+
"original": "@reddit/faceplate/lib/custom-event.js"
|
|
6468
|
+
},
|
|
6469
|
+
{
|
|
6470
|
+
"path": "../../node_modules/lit/index.js",
|
|
6471
|
+
"kind": "import-statement",
|
|
6472
|
+
"original": "lit"
|
|
6473
|
+
},
|
|
6474
|
+
{
|
|
6475
|
+
"path": "../../node_modules/lit/decorators.js",
|
|
6476
|
+
"kind": "import-statement",
|
|
6477
|
+
"original": "lit/decorators.js"
|
|
6478
|
+
},
|
|
6479
|
+
{
|
|
6480
|
+
"path": "../../node_modules/lit/directives/if-defined.js",
|
|
6481
|
+
"kind": "import-statement",
|
|
6482
|
+
"original": "lit/directives/if-defined.js"
|
|
6483
|
+
},
|
|
6484
|
+
{
|
|
6485
|
+
"path": "library/src/client/effects/share.ts",
|
|
6486
|
+
"kind": "import-statement",
|
|
6487
|
+
"original": "../../client/effects/share.js"
|
|
6488
|
+
},
|
|
6489
|
+
{
|
|
6490
|
+
"path": "library/src/client/utils/bubble.ts",
|
|
6491
|
+
"kind": "import-statement",
|
|
6492
|
+
"original": "../../client/utils/bubble.js"
|
|
6493
|
+
},
|
|
6494
|
+
{
|
|
6495
|
+
"path": "library/src/client/web-view-scripts.ts",
|
|
6496
|
+
"kind": "import-statement",
|
|
6497
|
+
"original": "../../client/web-view-scripts.js"
|
|
6498
|
+
},
|
|
6499
|
+
{
|
|
6500
|
+
"path": "library/src/types/devvit-global.ts",
|
|
6501
|
+
"kind": "import-statement",
|
|
6502
|
+
"original": "../../types/devvit-global.js"
|
|
6503
|
+
},
|
|
6504
|
+
{
|
|
6505
|
+
"path": "<runtime>",
|
|
6506
|
+
"kind": "import-statement",
|
|
6507
|
+
"external": true
|
|
6508
|
+
}
|
|
6509
|
+
],
|
|
6510
|
+
"format": "esm"
|
|
6511
|
+
},
|
|
6512
|
+
"library/src/blocks/templates/renderWebViewBlock.ts": {
|
|
6513
|
+
"bytes": 1526,
|
|
6514
|
+
"imports": [
|
|
6515
|
+
{
|
|
6516
|
+
"path": "library/src/blocks/components/devvit-blocks-web-view.ts",
|
|
6517
|
+
"kind": "import-statement",
|
|
6518
|
+
"original": "../components/devvit-blocks-web-view.js"
|
|
6519
|
+
},
|
|
6520
|
+
{
|
|
6521
|
+
"path": "../../node_modules/@reddit/faceplate-ui/dist/faceplateUIConfig.js",
|
|
6522
|
+
"kind": "import-statement",
|
|
6523
|
+
"original": "@reddit/faceplate-ui/faceplateUIConfig.js"
|
|
6524
|
+
},
|
|
6525
|
+
{
|
|
6526
|
+
"path": "../../node_modules/lit/index.js",
|
|
6527
|
+
"kind": "import-statement",
|
|
6528
|
+
"original": "lit"
|
|
6529
|
+
},
|
|
6530
|
+
{
|
|
6531
|
+
"path": "library/src/blocks/attributes.ts",
|
|
6532
|
+
"kind": "import-statement",
|
|
6533
|
+
"original": "../attributes.js"
|
|
6534
|
+
},
|
|
6535
|
+
{
|
|
6536
|
+
"path": "library/src/blocks/block-type.ts",
|
|
6537
|
+
"kind": "import-statement",
|
|
6538
|
+
"original": "../block-type.js"
|
|
6539
|
+
},
|
|
6540
|
+
{
|
|
6541
|
+
"path": "library/src/blocks/templates/util.ts",
|
|
6542
|
+
"kind": "import-statement",
|
|
6543
|
+
"original": "./util.js"
|
|
6544
|
+
}
|
|
6545
|
+
],
|
|
6546
|
+
"format": "esm"
|
|
6547
|
+
},
|
|
6548
|
+
"library/src/blocks/templates/renderBlock.ts": {
|
|
6549
|
+
"bytes": 3478,
|
|
6550
|
+
"imports": [
|
|
6551
|
+
{
|
|
6552
|
+
"path": "../protos/dist/types/devvit/ui/block_kit/v1beta/enums.js",
|
|
6553
|
+
"kind": "import-statement",
|
|
6554
|
+
"original": "@devvit/protos/types/devvit/ui/block_kit/v1beta/enums.js"
|
|
6555
|
+
},
|
|
6556
|
+
{
|
|
6557
|
+
"path": "../../node_modules/@reddit/faceplate-ui/dist/faceplateUIConfig.js",
|
|
6558
|
+
"kind": "import-statement",
|
|
6559
|
+
"original": "@reddit/faceplate-ui/faceplateUIConfig.js"
|
|
6560
|
+
},
|
|
6561
|
+
{
|
|
6562
|
+
"path": "../../node_modules/lit/index.js",
|
|
6563
|
+
"kind": "import-statement",
|
|
6564
|
+
"original": "lit"
|
|
6565
|
+
},
|
|
6566
|
+
{
|
|
6567
|
+
"path": "library/src/blocks/attributes.ts",
|
|
6568
|
+
"kind": "import-statement",
|
|
6569
|
+
"original": "../attributes.js"
|
|
6570
|
+
},
|
|
6571
|
+
{
|
|
6572
|
+
"path": "library/src/blocks/templates/renderAvatarBlock.ts",
|
|
6573
|
+
"kind": "import-statement",
|
|
6574
|
+
"original": "./renderAvatarBlock.js"
|
|
6575
|
+
},
|
|
6576
|
+
{
|
|
6577
|
+
"path": "library/src/blocks/templates/renderButtonBlock.ts",
|
|
6578
|
+
"kind": "import-statement",
|
|
6579
|
+
"original": "./renderButtonBlock.js"
|
|
6580
|
+
},
|
|
6581
|
+
{
|
|
6582
|
+
"path": "library/src/blocks/templates/renderIconBlock.ts",
|
|
6583
|
+
"kind": "import-statement",
|
|
6584
|
+
"original": "./renderIconBlock.js"
|
|
6585
|
+
},
|
|
6586
|
+
{
|
|
6587
|
+
"path": "library/src/blocks/templates/renderImageBlock.ts",
|
|
6588
|
+
"kind": "import-statement",
|
|
6589
|
+
"original": "./renderImageBlock.js"
|
|
6590
|
+
},
|
|
6591
|
+
{
|
|
6592
|
+
"path": "library/src/blocks/templates/renderSpacerBlock.ts",
|
|
6593
|
+
"kind": "import-statement",
|
|
6594
|
+
"original": "./renderSpacerBlock.js"
|
|
6595
|
+
},
|
|
6596
|
+
{
|
|
6597
|
+
"path": "library/src/blocks/templates/renderStackBlock.ts",
|
|
6598
|
+
"kind": "import-statement",
|
|
6599
|
+
"original": "./renderStackBlock.js"
|
|
6600
|
+
},
|
|
6601
|
+
{
|
|
6602
|
+
"path": "library/src/blocks/templates/renderTextBlock.ts",
|
|
6603
|
+
"kind": "import-statement",
|
|
6604
|
+
"original": "./renderTextBlock.js"
|
|
6605
|
+
},
|
|
6606
|
+
{
|
|
6607
|
+
"path": "library/src/blocks/templates/renderWebViewBlock.ts",
|
|
6608
|
+
"kind": "import-statement",
|
|
6609
|
+
"original": "./renderWebViewBlock.js"
|
|
6610
|
+
}
|
|
6611
|
+
],
|
|
6612
|
+
"format": "esm"
|
|
6613
|
+
},
|
|
6614
|
+
"library/src/blocks/templates/index.ts": {
|
|
6615
|
+
"bytes": 49,
|
|
6616
|
+
"imports": [
|
|
6617
|
+
{
|
|
6618
|
+
"path": "library/src/blocks/templates/renderBlock.ts",
|
|
6619
|
+
"kind": "import-statement",
|
|
6620
|
+
"original": "./renderBlock.js"
|
|
6621
|
+
}
|
|
6622
|
+
],
|
|
6623
|
+
"format": "esm"
|
|
6624
|
+
},
|
|
6625
|
+
"library/src/blocks/components/devvit-blocks-renderer.ts": {
|
|
6626
|
+
"bytes": 4533,
|
|
6627
|
+
"imports": [
|
|
6628
|
+
{
|
|
6629
|
+
"path": "../protos/dist/types/devvit/ui/block_kit/v1beta/enums.js",
|
|
6630
|
+
"kind": "import-statement",
|
|
6631
|
+
"original": "@devvit/protos/types/devvit/ui/block_kit/v1beta/enums.js"
|
|
6632
|
+
},
|
|
6633
|
+
{
|
|
6634
|
+
"path": "../../node_modules/@lit/localize/lit-localize.js",
|
|
6635
|
+
"kind": "import-statement",
|
|
6636
|
+
"original": "@lit/localize"
|
|
6637
|
+
},
|
|
6638
|
+
{
|
|
6639
|
+
"path": "../../node_modules/@reddit/faceplate/lib/custom-event.js",
|
|
6640
|
+
"kind": "import-statement",
|
|
6641
|
+
"original": "@reddit/faceplate/lib/custom-event.js"
|
|
6642
|
+
},
|
|
6643
|
+
{
|
|
6644
|
+
"path": "../../node_modules/@reddit/faceplate-ui/dist/templates/empty-state.js",
|
|
6645
|
+
"kind": "import-statement",
|
|
6646
|
+
"original": "@reddit/faceplate-ui/templates/empty-state.js"
|
|
6647
|
+
},
|
|
6648
|
+
{
|
|
6649
|
+
"path": "../../node_modules/lit/index.js",
|
|
6650
|
+
"kind": "import-statement",
|
|
6651
|
+
"original": "lit"
|
|
6652
|
+
},
|
|
6653
|
+
{
|
|
6654
|
+
"path": "../../node_modules/lit/decorators.js",
|
|
6655
|
+
"kind": "import-statement",
|
|
6656
|
+
"original": "lit/decorators.js"
|
|
6657
|
+
},
|
|
6658
|
+
{
|
|
6659
|
+
"path": "../../node_modules/lit/directives/if-defined.js",
|
|
6660
|
+
"kind": "import-statement",
|
|
6661
|
+
"original": "lit/directives/if-defined.js"
|
|
6662
|
+
},
|
|
6663
|
+
{
|
|
6664
|
+
"path": "library/src/client/dispatcher/events.ts",
|
|
6665
|
+
"kind": "import-statement",
|
|
6666
|
+
"original": "../../client/dispatcher/events.js"
|
|
6667
|
+
},
|
|
6668
|
+
{
|
|
6669
|
+
"path": "library/src/client/dispatcher/performance.ts",
|
|
6670
|
+
"kind": "import-statement",
|
|
6671
|
+
"original": "../../client/dispatcher/performance.js"
|
|
6672
|
+
},
|
|
6673
|
+
{
|
|
6674
|
+
"path": "library/src/styles.ts",
|
|
6675
|
+
"kind": "import-statement",
|
|
6676
|
+
"original": "../../styles.js"
|
|
6677
|
+
},
|
|
6678
|
+
{
|
|
6679
|
+
"path": "library/src/blocks/templates/index.ts",
|
|
6680
|
+
"kind": "import-statement",
|
|
6681
|
+
"original": "../templates/index.js"
|
|
6682
|
+
},
|
|
6683
|
+
{
|
|
6684
|
+
"path": "<runtime>",
|
|
6685
|
+
"kind": "import-statement",
|
|
6686
|
+
"external": true
|
|
6687
|
+
}
|
|
6688
|
+
],
|
|
6689
|
+
"format": "esm"
|
|
6690
|
+
},
|
|
6691
|
+
"../protos/dist/types/devvit/ui/common/v1alpha/common.js": {
|
|
6692
|
+
"bytes": 3580,
|
|
6693
|
+
"imports": [
|
|
6694
|
+
{
|
|
6695
|
+
"path": "../../node_modules/protobufjs/minimal.js",
|
|
6696
|
+
"kind": "import-statement",
|
|
6697
|
+
"original": "protobufjs/minimal.js"
|
|
6698
|
+
},
|
|
6699
|
+
{
|
|
6700
|
+
"path": "../protos/dist/types/typeRegistry.js",
|
|
6701
|
+
"kind": "import-statement",
|
|
6702
|
+
"original": "../../../../typeRegistry.js"
|
|
6703
|
+
}
|
|
6704
|
+
],
|
|
6705
|
+
"format": "esm"
|
|
6706
|
+
},
|
|
6494
6707
|
"../shared-types/dist/CircuitBreaker.js": {
|
|
6495
6708
|
"bytes": 884,
|
|
6496
6709
|
"imports": [],
|
|
6497
6710
|
"format": "esm"
|
|
6498
6711
|
},
|
|
6499
6712
|
"../shared-types/dist/Header.js": {
|
|
6500
|
-
"bytes":
|
|
6713
|
+
"bytes": 2474,
|
|
6501
6714
|
"imports": [],
|
|
6502
6715
|
"format": "esm"
|
|
6503
6716
|
},
|
|
@@ -6512,7 +6725,7 @@
|
|
|
6512
6725
|
"format": "esm"
|
|
6513
6726
|
},
|
|
6514
6727
|
"../shared-types/dist/tid.js": {
|
|
6515
|
-
"bytes":
|
|
6728
|
+
"bytes": 2341,
|
|
6516
6729
|
"imports": [
|
|
6517
6730
|
{
|
|
6518
6731
|
"path": "../shared-types/dist/assert.js",
|
|
@@ -6650,34 +6863,8 @@
|
|
|
6650
6863
|
],
|
|
6651
6864
|
"format": "esm"
|
|
6652
6865
|
},
|
|
6653
|
-
"library/src/types/devvit-global.ts": {
|
|
6654
|
-
"bytes": 3602,
|
|
6655
|
-
"imports": [],
|
|
6656
|
-
"format": "esm"
|
|
6657
|
-
},
|
|
6658
|
-
"../protos/dist/types/google/protobuf/timestamp.js": {
|
|
6659
|
-
"bytes": 2729,
|
|
6660
|
-
"imports": [
|
|
6661
|
-
{
|
|
6662
|
-
"path": "../../node_modules/long/src/long.js",
|
|
6663
|
-
"kind": "import-statement",
|
|
6664
|
-
"original": "long"
|
|
6665
|
-
},
|
|
6666
|
-
{
|
|
6667
|
-
"path": "../../node_modules/protobufjs/minimal.js",
|
|
6668
|
-
"kind": "import-statement",
|
|
6669
|
-
"original": "protobufjs/minimal.js"
|
|
6670
|
-
},
|
|
6671
|
-
{
|
|
6672
|
-
"path": "../protos/dist/types/typeRegistry.js",
|
|
6673
|
-
"kind": "import-statement",
|
|
6674
|
-
"original": "../../typeRegistry.js"
|
|
6675
|
-
}
|
|
6676
|
-
],
|
|
6677
|
-
"format": "esm"
|
|
6678
|
-
},
|
|
6679
6866
|
"../protos/dist/types/devvit/plugin/logger/logger.js": {
|
|
6680
|
-
"bytes":
|
|
6867
|
+
"bytes": 31106,
|
|
6681
6868
|
"imports": [
|
|
6682
6869
|
{
|
|
6683
6870
|
"path": "../../node_modules/protobufjs/minimal.js",
|
|
@@ -6718,7 +6905,7 @@
|
|
|
6718
6905
|
"format": "esm"
|
|
6719
6906
|
},
|
|
6720
6907
|
"../protos/dist/types/devvit/cli/playtest.js": {
|
|
6721
|
-
"bytes":
|
|
6908
|
+
"bytes": 9784,
|
|
6722
6909
|
"imports": [
|
|
6723
6910
|
{
|
|
6724
6911
|
"path": "../../node_modules/protobufjs/minimal.js",
|
|
@@ -6796,7 +6983,7 @@
|
|
|
6796
6983
|
"format": "esm"
|
|
6797
6984
|
},
|
|
6798
6985
|
"library/src/client/dispatcher/runtimes.ts": {
|
|
6799
|
-
"bytes":
|
|
6986
|
+
"bytes": 6902,
|
|
6800
6987
|
"imports": [
|
|
6801
6988
|
{
|
|
6802
6989
|
"path": "../protos/dist/types/devvit/events/v1alpha/realtime.js",
|
|
@@ -6878,19 +7065,44 @@
|
|
|
6878
7065
|
],
|
|
6879
7066
|
"format": "esm"
|
|
6880
7067
|
},
|
|
7068
|
+
"../shared-types/dist/client/share.js": {
|
|
7069
|
+
"bytes": 90,
|
|
7070
|
+
"imports": [],
|
|
7071
|
+
"format": "esm"
|
|
7072
|
+
},
|
|
6881
7073
|
"library/src/client/web-view.ts": {
|
|
6882
|
-
"bytes":
|
|
7074
|
+
"bytes": 5106,
|
|
6883
7075
|
"imports": [
|
|
7076
|
+
{
|
|
7077
|
+
"path": "../protos/dist/types/devvit/ui/effects/web_view/v1alpha/context.js",
|
|
7078
|
+
"kind": "import-statement",
|
|
7079
|
+
"original": "@devvit/protos/types/devvit/ui/effects/web_view/v1alpha/context.js"
|
|
7080
|
+
},
|
|
7081
|
+
{
|
|
7082
|
+
"path": "../shared-types/dist/client/share.js",
|
|
7083
|
+
"kind": "import-statement",
|
|
7084
|
+
"original": "@devvit/shared-types/client/share.js"
|
|
7085
|
+
},
|
|
7086
|
+
{
|
|
7087
|
+
"path": "../shared-types/dist/Header.js",
|
|
7088
|
+
"kind": "import-statement",
|
|
7089
|
+
"original": "@devvit/shared-types/Header.js"
|
|
7090
|
+
},
|
|
6884
7091
|
{
|
|
6885
7092
|
"path": "../shared-types/dist/webbit.js",
|
|
6886
7093
|
"kind": "import-statement",
|
|
6887
7094
|
"original": "@devvit/shared-types/webbit.js"
|
|
7095
|
+
},
|
|
7096
|
+
{
|
|
7097
|
+
"path": "library/src/types/devvit-global.ts",
|
|
7098
|
+
"kind": "import-statement",
|
|
7099
|
+
"original": "../types/devvit-global.js"
|
|
6888
7100
|
}
|
|
6889
7101
|
],
|
|
6890
7102
|
"format": "esm"
|
|
6891
7103
|
},
|
|
6892
7104
|
"library/src/client/devvit-surface.ts": {
|
|
6893
|
-
"bytes":
|
|
7105
|
+
"bytes": 22304,
|
|
6894
7106
|
"imports": [
|
|
6895
7107
|
{
|
|
6896
7108
|
"path": "../../node_modules/@reddit/faceplate-ui/dist/templateRenderingStrategy/clientStrategy.js",
|
|
@@ -7036,7 +7248,7 @@
|
|
|
7036
7248
|
"imports": [],
|
|
7037
7249
|
"exports": [],
|
|
7038
7250
|
"inputs": {},
|
|
7039
|
-
"bytes":
|
|
7251
|
+
"bytes": 2063852
|
|
7040
7252
|
},
|
|
7041
7253
|
"dist/devvit-surface.min.js": {
|
|
7042
7254
|
"imports": [
|
|
@@ -7108,10 +7320,10 @@
|
|
|
7108
7320
|
"bytesInOutput": 302
|
|
7109
7321
|
},
|
|
7110
7322
|
"../../node_modules/protobufjs/minimal.js": {
|
|
7111
|
-
"bytesInOutput":
|
|
7323
|
+
"bytesInOutput": 50
|
|
7112
7324
|
},
|
|
7113
7325
|
"../../node_modules/long/src/long.js": {
|
|
7114
|
-
"bytesInOutput":
|
|
7326
|
+
"bytesInOutput": 9347
|
|
7115
7327
|
},
|
|
7116
7328
|
"../../node_modules/@lit/reactive-element/css-tag.js": {
|
|
7117
7329
|
"bytesInOutput": 1325
|
|
@@ -7162,13 +7374,13 @@
|
|
|
7162
7374
|
"bytesInOutput": 0
|
|
7163
7375
|
},
|
|
7164
7376
|
"../../node_modules/@reddit/faceplate-ui/dist/faceplateUIConfig.js": {
|
|
7165
|
-
"bytesInOutput":
|
|
7377
|
+
"bytesInOutput": 630
|
|
7166
7378
|
},
|
|
7167
7379
|
"../../node_modules/@reddit/faceplate-ui/dist/templateUtils/createElement/shared/elements/a.js": {
|
|
7168
7380
|
"bytesInOutput": 2415
|
|
7169
7381
|
},
|
|
7170
7382
|
"../../node_modules/@reddit/faceplate-ui/dist/templateUtils/createElement/shared/elements/button.js": {
|
|
7171
|
-
"bytesInOutput":
|
|
7383
|
+
"bytesInOutput": 2743
|
|
7172
7384
|
},
|
|
7173
7385
|
"../../node_modules/@reddit/faceplate-ui/dist/templateUtils/createElement/shared/elements/div.js": {
|
|
7174
7386
|
"bytesInOutput": 2382
|
|
@@ -7198,7 +7410,7 @@
|
|
|
7198
7410
|
"bytesInOutput": 121
|
|
7199
7411
|
},
|
|
7200
7412
|
"../../node_modules/@reddit/faceplate-ui/dist/templateRenderingStrategy/checkForConflictingStrategies.js": {
|
|
7201
|
-
"bytesInOutput":
|
|
7413
|
+
"bytesInOutput": 622
|
|
7202
7414
|
},
|
|
7203
7415
|
"../../node_modules/@reddit/faceplate-ui/dist/templateRenderingStrategy/clientStrategy.js": {
|
|
7204
7416
|
"bytesInOutput": 422
|
|
@@ -7309,7 +7521,7 @@
|
|
|
7309
7521
|
"bytesInOutput": 1479
|
|
7310
7522
|
},
|
|
7311
7523
|
"../../node_modules/@reddit/faceplate-ui/dist/svgs/svg-manifest.js": {
|
|
7312
|
-
"bytesInOutput":
|
|
7524
|
+
"bytesInOutput": 486537
|
|
7313
7525
|
},
|
|
7314
7526
|
"../../node_modules/lit-html/directives/class-map.js": {
|
|
7315
7527
|
"bytesInOutput": 844
|
|
@@ -7348,10 +7560,10 @@
|
|
|
7348
7560
|
"bytesInOutput": 282
|
|
7349
7561
|
},
|
|
7350
7562
|
"library/src/blocks/templates/renderIconBlock.ts": {
|
|
7351
|
-
"bytesInOutput":
|
|
7563
|
+
"bytesInOutput": 469
|
|
7352
7564
|
},
|
|
7353
7565
|
"library/src/blocks/templates/renderButtonBlock.ts": {
|
|
7354
|
-
"bytesInOutput":
|
|
7566
|
+
"bytesInOutput": 978
|
|
7355
7567
|
},
|
|
7356
7568
|
"../shared-types/dist/sanitizeSvg.js": {
|
|
7357
7569
|
"bytesInOutput": 1351
|
|
@@ -7360,94 +7572,124 @@
|
|
|
7360
7572
|
"bytesInOutput": 849
|
|
7361
7573
|
},
|
|
7362
7574
|
"library/src/blocks/templates/renderImageBlock.ts": {
|
|
7363
|
-
"bytesInOutput":
|
|
7575
|
+
"bytesInOutput": 931
|
|
7364
7576
|
},
|
|
7365
7577
|
"library/src/blocks/templates/renderSpacerBlock.ts": {
|
|
7366
|
-
"bytesInOutput":
|
|
7578
|
+
"bytesInOutput": 291
|
|
7367
7579
|
},
|
|
7368
7580
|
"library/src/blocks/templates/renderStackBlock.ts": {
|
|
7369
|
-
"bytesInOutput":
|
|
7581
|
+
"bytesInOutput": 1099
|
|
7370
7582
|
},
|
|
7371
7583
|
"library/src/blocks/templates/renderTextBlock.ts": {
|
|
7372
|
-
"bytesInOutput":
|
|
7584
|
+
"bytesInOutput": 933
|
|
7373
7585
|
},
|
|
7374
7586
|
"../protos/dist/types/devvit/ui/effects/web_view/v1alpha/post_message.js": {
|
|
7375
|
-
"bytesInOutput":
|
|
7587
|
+
"bytesInOutput": 7274
|
|
7376
7588
|
},
|
|
7377
7589
|
"../protos/dist/types/google/protobuf/struct.js": {
|
|
7378
|
-
"bytesInOutput":
|
|
7590
|
+
"bytesInOutput": 6273
|
|
7379
7591
|
},
|
|
7380
7592
|
"../protos/dist/types/typeRegistry.js": {
|
|
7381
7593
|
"bytesInOutput": 14
|
|
7382
7594
|
},
|
|
7383
|
-
"
|
|
7384
|
-
"bytesInOutput":
|
|
7385
|
-
},
|
|
7386
|
-
"library/src/blocks/components/devvit-blocks-web-view.ts": {
|
|
7387
|
-
"bytesInOutput": 3898
|
|
7388
|
-
},
|
|
7389
|
-
"library/src/blocks/templates/renderWebViewBlock.ts": {
|
|
7390
|
-
"bytesInOutput": 540
|
|
7391
|
-
},
|
|
7392
|
-
"library/src/blocks/templates/renderBlock.ts": {
|
|
7393
|
-
"bytesInOutput": 1082
|
|
7394
|
-
},
|
|
7395
|
-
"library/src/blocks/templates/index.ts": {
|
|
7396
|
-
"bytesInOutput": 0
|
|
7397
|
-
},
|
|
7398
|
-
"library/src/blocks/components/devvit-blocks-renderer.ts": {
|
|
7399
|
-
"bytesInOutput": 1802
|
|
7595
|
+
"../protos/dist/types/devvit/ui/effect_types/v1alpha/realtime_subscription.js": {
|
|
7596
|
+
"bytesInOutput": 2473
|
|
7400
7597
|
},
|
|
7401
7598
|
"../protos/dist/types/devvit/events/v1alpha/realtime.js": {
|
|
7402
|
-
"bytesInOutput":
|
|
7599
|
+
"bytesInOutput": 2095
|
|
7403
7600
|
},
|
|
7404
7601
|
"../protos/dist/types/google/protobuf/empty.js": {
|
|
7405
|
-
"bytesInOutput":
|
|
7602
|
+
"bytesInOutput": 468
|
|
7406
7603
|
},
|
|
7407
|
-
"../protos/dist/types/devvit/ui/
|
|
7408
|
-
"bytesInOutput":
|
|
7604
|
+
"../protos/dist/types/devvit/ui/effects/web_view/v1alpha/immersive_mode.js": {
|
|
7605
|
+
"bytesInOutput": 1391
|
|
7606
|
+
},
|
|
7607
|
+
"../protos/dist/types/devvit/ui/effects/web_view/v1alpha/share.js": {
|
|
7608
|
+
"bytesInOutput": 1520
|
|
7409
7609
|
},
|
|
7410
7610
|
"../protos/dist/types/devvit/ui/events/v1alpha/event.js": {
|
|
7411
|
-
"bytesInOutput":
|
|
7611
|
+
"bytesInOutput": 12539
|
|
7412
7612
|
},
|
|
7413
7613
|
"../protos/dist/types/google/protobuf/wrappers.js": {
|
|
7414
|
-
"bytesInOutput":
|
|
7614
|
+
"bytesInOutput": 6790
|
|
7615
|
+
},
|
|
7616
|
+
"../protos/dist/types/devvit/ui/effects/v1alpha/app_permission.js": {
|
|
7617
|
+
"bytesInOutput": 1289
|
|
7618
|
+
},
|
|
7619
|
+
"../protos/dist/types/reddit/devvit/app_permission/v1/app_permission.js": {
|
|
7620
|
+
"bytesInOutput": 11678
|
|
7621
|
+
},
|
|
7622
|
+
"../protos/dist/types/google/protobuf/timestamp.js": {
|
|
7623
|
+
"bytesInOutput": 1217
|
|
7415
7624
|
},
|
|
7416
7625
|
"../protos/dist/types/devvit/ui/effects/v1alpha/create_order.js": {
|
|
7417
|
-
"bytesInOutput":
|
|
7626
|
+
"bytesInOutput": 4839
|
|
7418
7627
|
},
|
|
7419
7628
|
"../protos/dist/types/devvit/ui/effects/v1alpha/realtime_subscriptions.js": {
|
|
7420
|
-
"bytesInOutput":
|
|
7629
|
+
"bytesInOutput": 2463
|
|
7421
7630
|
},
|
|
7422
7631
|
"../protos/dist/types/devvit/ui/effects/v1alpha/show_form.js": {
|
|
7423
|
-
"bytesInOutput":
|
|
7632
|
+
"bytesInOutput": 3853
|
|
7424
7633
|
},
|
|
7425
7634
|
"../protos/dist/types/devvit/ui/form_builder/v1alpha/form.js": {
|
|
7426
|
-
"bytesInOutput":
|
|
7635
|
+
"bytesInOutput": 2212
|
|
7427
7636
|
},
|
|
7428
7637
|
"../protos/dist/types/devvit/ui/form_builder/v1alpha/field.js": {
|
|
7429
|
-
"bytesInOutput":
|
|
7638
|
+
"bytesInOutput": 16462
|
|
7430
7639
|
},
|
|
7431
7640
|
"../protos/dist/types/devvit/ui/form_builder/v1alpha/type.js": {
|
|
7432
7641
|
"bytesInOutput": 905
|
|
7433
7642
|
},
|
|
7434
7643
|
"../protos/dist/types/devvit/ui/form_builder/v1alpha/value.js": {
|
|
7435
|
-
"bytesInOutput":
|
|
7644
|
+
"bytesInOutput": 5360
|
|
7436
7645
|
},
|
|
7437
7646
|
"../protos/dist/types/devvit/ui/effects/v1alpha/show_toast.js": {
|
|
7438
|
-
"bytesInOutput":
|
|
7647
|
+
"bytesInOutput": 1313
|
|
7439
7648
|
},
|
|
7440
7649
|
"../protos/dist/types/devvit/ui/toast/toast.js": {
|
|
7441
|
-
"bytesInOutput":
|
|
7650
|
+
"bytesInOutput": 4315
|
|
7442
7651
|
},
|
|
7443
7652
|
"../protos/dist/types/devvit/ui/events/v1alpha/web_view.js": {
|
|
7444
|
-
"bytesInOutput":
|
|
7653
|
+
"bytesInOutput": 7142
|
|
7654
|
+
},
|
|
7655
|
+
"../protos/dist/types/devvit/ui/effects/web_view/v1alpha/context.js": {
|
|
7656
|
+
"bytesInOutput": 14965
|
|
7657
|
+
},
|
|
7658
|
+
"library/src/client/effects/share.ts": {
|
|
7659
|
+
"bytesInOutput": 309
|
|
7660
|
+
},
|
|
7661
|
+
"library/src/client/utils/bubble.ts": {
|
|
7662
|
+
"bytesInOutput": 77
|
|
7663
|
+
},
|
|
7664
|
+
"library/src/client/web-view-scripts.ts": {
|
|
7665
|
+
"bytesInOutput": 107
|
|
7666
|
+
},
|
|
7667
|
+
"library/src/types/devvit-global.ts": {
|
|
7668
|
+
"bytesInOutput": 971
|
|
7669
|
+
},
|
|
7670
|
+
"library/src/blocks/components/devvit-blocks-web-view.ts": {
|
|
7671
|
+
"bytesInOutput": 4847
|
|
7672
|
+
},
|
|
7673
|
+
"library/src/blocks/templates/renderWebViewBlock.ts": {
|
|
7674
|
+
"bytesInOutput": 577
|
|
7675
|
+
},
|
|
7676
|
+
"library/src/blocks/templates/renderBlock.ts": {
|
|
7677
|
+
"bytesInOutput": 1082
|
|
7678
|
+
},
|
|
7679
|
+
"library/src/blocks/templates/index.ts": {
|
|
7680
|
+
"bytesInOutput": 0
|
|
7681
|
+
},
|
|
7682
|
+
"library/src/blocks/components/devvit-blocks-renderer.ts": {
|
|
7683
|
+
"bytesInOutput": 1802
|
|
7684
|
+
},
|
|
7685
|
+
"../protos/dist/types/devvit/ui/common/v1alpha/common.js": {
|
|
7686
|
+
"bytesInOutput": 1419
|
|
7445
7687
|
},
|
|
7446
7688
|
"../shared-types/dist/CircuitBreaker.js": {
|
|
7447
7689
|
"bytesInOutput": 186
|
|
7448
7690
|
},
|
|
7449
7691
|
"../shared-types/dist/Header.js": {
|
|
7450
|
-
"bytesInOutput":
|
|
7692
|
+
"bytesInOutput": 1224
|
|
7451
7693
|
},
|
|
7452
7694
|
"../shared-types/dist/throttle.js": {
|
|
7453
7695
|
"bytesInOutput": 221
|
|
@@ -7485,14 +7727,8 @@
|
|
|
7485
7727
|
"library/src/client/dispatcher/mappers.ts": {
|
|
7486
7728
|
"bytesInOutput": 559
|
|
7487
7729
|
},
|
|
7488
|
-
"library/src/types/devvit-global.ts": {
|
|
7489
|
-
"bytesInOutput": 868
|
|
7490
|
-
},
|
|
7491
7730
|
"../protos/dist/types/devvit/plugin/logger/logger.js": {
|
|
7492
|
-
"bytesInOutput":
|
|
7493
|
-
},
|
|
7494
|
-
"../protos/dist/types/google/protobuf/timestamp.js": {
|
|
7495
|
-
"bytesInOutput": 1220
|
|
7731
|
+
"bytesInOutput": 11095
|
|
7496
7732
|
},
|
|
7497
7733
|
"../runtime-lite/dist/types/Commands.js": {
|
|
7498
7734
|
"bytesInOutput": 544
|
|
@@ -7501,7 +7737,7 @@
|
|
|
7501
7737
|
"bytesInOutput": 59
|
|
7502
7738
|
},
|
|
7503
7739
|
"../protos/dist/types/devvit/cli/playtest.js": {
|
|
7504
|
-
"bytesInOutput":
|
|
7740
|
+
"bytesInOutput": 4006
|
|
7505
7741
|
},
|
|
7506
7742
|
"../runtime-lite/dist/client/playtest/PlaytestUtil.js": {
|
|
7507
7743
|
"bytesInOutput": 190
|
|
@@ -7522,13 +7758,13 @@
|
|
|
7522
7758
|
"bytesInOutput": 3205
|
|
7523
7759
|
},
|
|
7524
7760
|
"library/src/client/web-view.ts": {
|
|
7525
|
-
"bytesInOutput":
|
|
7761
|
+
"bytesInOutput": 1676
|
|
7526
7762
|
},
|
|
7527
7763
|
"library/src/client/devvit-surface.ts": {
|
|
7528
|
-
"bytesInOutput":
|
|
7764
|
+
"bytesInOutput": 8517
|
|
7529
7765
|
}
|
|
7530
7766
|
},
|
|
7531
|
-
"bytes":
|
|
7767
|
+
"bytes": 845260
|
|
7532
7768
|
}
|
|
7533
7769
|
}
|
|
7534
7770
|
}
|