@devvit/ui-renderer 0.12.0-next-2025-04-30-5d2b49b36.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,53 +5965,79 @@
|
|
|
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
|
-
"format": "esm"
|
|
6222
|
-
},
|
|
6223
|
-
"../shared-types/dist/Header.js": {
|
|
6224
|
-
"bytes": 2440,
|
|
6225
|
-
"imports": [],
|
|
6226
|
-
"format": "esm"
|
|
6227
|
-
},
|
|
6228
|
-
"../shared-types/dist/throttle.js": {
|
|
6229
|
-
"bytes": 646,
|
|
6230
|
-
"imports": [],
|
|
6231
|
-
"format": "esm"
|
|
6232
|
-
},
|
|
6233
|
-
"../shared-types/dist/assert.js": {
|
|
6234
|
-
"bytes": 89,
|
|
6235
|
-
"imports": [],
|
|
6236
|
-
"format": "esm"
|
|
6237
|
-
},
|
|
6238
|
-
"../shared-types/dist/tid.js": {
|
|
6239
|
-
"bytes": 2825,
|
|
5977
|
+
"../protos/dist/types/devvit/ui/effects/web_view/v1alpha/immersive_mode.js": {
|
|
5978
|
+
"bytes": 3522,
|
|
6240
5979
|
"imports": [
|
|
6241
5980
|
{
|
|
6242
|
-
"path": "
|
|
5981
|
+
"path": "../../node_modules/protobufjs/minimal.js",
|
|
6243
5982
|
"kind": "import-statement",
|
|
6244
|
-
"original": "
|
|
5983
|
+
"original": "protobufjs/minimal.js"
|
|
5984
|
+
},
|
|
5985
|
+
{
|
|
5986
|
+
"path": "../protos/dist/types/typeRegistry.js",
|
|
5987
|
+
"kind": "import-statement",
|
|
5988
|
+
"original": "../../../../../typeRegistry.js"
|
|
6245
5989
|
}
|
|
6246
5990
|
],
|
|
6247
5991
|
"format": "esm"
|
|
6248
5992
|
},
|
|
6249
|
-
"../
|
|
6250
|
-
"bytes":
|
|
6251
|
-
"imports": [
|
|
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
|
+
],
|
|
6252
6007
|
"format": "esm"
|
|
6253
6008
|
},
|
|
6254
|
-
"
|
|
6255
|
-
"bytes":
|
|
6009
|
+
"../protos/dist/types/devvit/ui/effects/web_view/v1alpha/post_message.js": {
|
|
6010
|
+
"bytes": 18268,
|
|
6256
6011
|
"imports": [
|
|
6257
6012
|
{
|
|
6258
|
-
"path": "
|
|
6013
|
+
"path": "../../node_modules/protobufjs/minimal.js",
|
|
6259
6014
|
"kind": "import-statement",
|
|
6260
|
-
"original": "
|
|
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"
|
|
6261
6041
|
}
|
|
6262
6042
|
],
|
|
6263
6043
|
"format": "esm"
|
|
@@ -6268,7 +6048,7 @@
|
|
|
6268
6048
|
"format": "cjs"
|
|
6269
6049
|
},
|
|
6270
6050
|
"../protos/dist/types/google/protobuf/wrappers.js": {
|
|
6271
|
-
"bytes":
|
|
6051
|
+
"bytes": 15762,
|
|
6272
6052
|
"imports": [
|
|
6273
6053
|
{
|
|
6274
6054
|
"path": "../../node_modules/long/src/long.js",
|
|
@@ -6288,8 +6068,71 @@
|
|
|
6288
6068
|
],
|
|
6289
6069
|
"format": "esm"
|
|
6290
6070
|
},
|
|
6071
|
+
"../protos/dist/types/google/protobuf/timestamp.js": {
|
|
6072
|
+
"bytes": 2773,
|
|
6073
|
+
"imports": [
|
|
6074
|
+
{
|
|
6075
|
+
"path": "../../node_modules/long/src/long.js",
|
|
6076
|
+
"kind": "import-statement",
|
|
6077
|
+
"original": "long"
|
|
6078
|
+
},
|
|
6079
|
+
{
|
|
6080
|
+
"path": "../../node_modules/protobufjs/minimal.js",
|
|
6081
|
+
"kind": "import-statement",
|
|
6082
|
+
"original": "protobufjs/minimal.js"
|
|
6083
|
+
},
|
|
6084
|
+
{
|
|
6085
|
+
"path": "../protos/dist/types/typeRegistry.js",
|
|
6086
|
+
"kind": "import-statement",
|
|
6087
|
+
"original": "../../typeRegistry.js"
|
|
6088
|
+
}
|
|
6089
|
+
],
|
|
6090
|
+
"format": "esm"
|
|
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
|
+
},
|
|
6291
6134
|
"../protos/dist/types/devvit/ui/effects/v1alpha/create_order.js": {
|
|
6292
|
-
"bytes":
|
|
6135
|
+
"bytes": 11861,
|
|
6293
6136
|
"imports": [
|
|
6294
6137
|
{
|
|
6295
6138
|
"path": "../../node_modules/protobufjs/minimal.js",
|
|
@@ -6305,7 +6148,7 @@
|
|
|
6305
6148
|
"format": "esm"
|
|
6306
6149
|
},
|
|
6307
6150
|
"../protos/dist/types/devvit/ui/effects/v1alpha/realtime_subscriptions.js": {
|
|
6308
|
-
"bytes":
|
|
6151
|
+
"bytes": 6198,
|
|
6309
6152
|
"imports": [
|
|
6310
6153
|
{
|
|
6311
6154
|
"path": "../../node_modules/protobufjs/minimal.js",
|
|
@@ -6326,12 +6169,12 @@
|
|
|
6326
6169
|
"format": "esm"
|
|
6327
6170
|
},
|
|
6328
6171
|
"../protos/dist/types/devvit/ui/form_builder/v1alpha/type.js": {
|
|
6329
|
-
"bytes":
|
|
6172
|
+
"bytes": 2648,
|
|
6330
6173
|
"imports": [],
|
|
6331
6174
|
"format": "esm"
|
|
6332
6175
|
},
|
|
6333
6176
|
"../protos/dist/types/devvit/ui/form_builder/v1alpha/value.js": {
|
|
6334
|
-
"bytes":
|
|
6177
|
+
"bytes": 12839,
|
|
6335
6178
|
"imports": [
|
|
6336
6179
|
{
|
|
6337
6180
|
"path": "../../node_modules/protobufjs/minimal.js",
|
|
@@ -6352,7 +6195,7 @@
|
|
|
6352
6195
|
"format": "esm"
|
|
6353
6196
|
},
|
|
6354
6197
|
"../protos/dist/types/devvit/ui/form_builder/v1alpha/field.js": {
|
|
6355
|
-
"bytes":
|
|
6198
|
+
"bytes": 37812,
|
|
6356
6199
|
"imports": [
|
|
6357
6200
|
{
|
|
6358
6201
|
"path": "../../node_modules/protobufjs/minimal.js",
|
|
@@ -6378,7 +6221,7 @@
|
|
|
6378
6221
|
"format": "esm"
|
|
6379
6222
|
},
|
|
6380
6223
|
"../protos/dist/types/devvit/ui/form_builder/v1alpha/form.js": {
|
|
6381
|
-
"bytes":
|
|
6224
|
+
"bytes": 5133,
|
|
6382
6225
|
"imports": [
|
|
6383
6226
|
{
|
|
6384
6227
|
"path": "../../node_modules/protobufjs/minimal.js",
|
|
@@ -6399,153 +6242,455 @@
|
|
|
6399
6242
|
"format": "esm"
|
|
6400
6243
|
},
|
|
6401
6244
|
"../protos/dist/types/devvit/ui/effects/v1alpha/show_form.js": {
|
|
6402
|
-
"bytes":
|
|
6245
|
+
"bytes": 9680,
|
|
6246
|
+
"imports": [
|
|
6247
|
+
{
|
|
6248
|
+
"path": "../../node_modules/protobufjs/minimal.js",
|
|
6249
|
+
"kind": "import-statement",
|
|
6250
|
+
"original": "protobufjs/minimal.js"
|
|
6251
|
+
},
|
|
6252
|
+
{
|
|
6253
|
+
"path": "../protos/dist/types/typeRegistry.js",
|
|
6254
|
+
"kind": "import-statement",
|
|
6255
|
+
"original": "../../../../typeRegistry.js"
|
|
6256
|
+
},
|
|
6257
|
+
{
|
|
6258
|
+
"path": "../protos/dist/types/devvit/ui/form_builder/v1alpha/form.js",
|
|
6259
|
+
"kind": "import-statement",
|
|
6260
|
+
"original": "../../form_builder/v1alpha/form.js"
|
|
6261
|
+
},
|
|
6262
|
+
{
|
|
6263
|
+
"path": "../protos/dist/types/devvit/ui/form_builder/v1alpha/value.js",
|
|
6264
|
+
"kind": "import-statement",
|
|
6265
|
+
"original": "../../form_builder/v1alpha/value.js"
|
|
6266
|
+
}
|
|
6267
|
+
],
|
|
6268
|
+
"format": "esm"
|
|
6269
|
+
},
|
|
6270
|
+
"../protos/dist/types/devvit/ui/toast/toast.js": {
|
|
6271
|
+
"bytes": 10391,
|
|
6272
|
+
"imports": [
|
|
6273
|
+
{
|
|
6274
|
+
"path": "../../node_modules/protobufjs/minimal.js",
|
|
6275
|
+
"kind": "import-statement",
|
|
6276
|
+
"original": "protobufjs/minimal.js"
|
|
6277
|
+
},
|
|
6278
|
+
{
|
|
6279
|
+
"path": "../protos/dist/types/typeRegistry.js",
|
|
6280
|
+
"kind": "import-statement",
|
|
6281
|
+
"original": "../../../typeRegistry.js"
|
|
6282
|
+
}
|
|
6283
|
+
],
|
|
6284
|
+
"format": "esm"
|
|
6285
|
+
},
|
|
6286
|
+
"../protos/dist/types/devvit/ui/effects/v1alpha/show_toast.js": {
|
|
6287
|
+
"bytes": 3282,
|
|
6288
|
+
"imports": [
|
|
6289
|
+
{
|
|
6290
|
+
"path": "../../node_modules/protobufjs/minimal.js",
|
|
6291
|
+
"kind": "import-statement",
|
|
6292
|
+
"original": "protobufjs/minimal.js"
|
|
6293
|
+
},
|
|
6294
|
+
{
|
|
6295
|
+
"path": "../protos/dist/types/typeRegistry.js",
|
|
6296
|
+
"kind": "import-statement",
|
|
6297
|
+
"original": "../../../../typeRegistry.js"
|
|
6298
|
+
},
|
|
6299
|
+
{
|
|
6300
|
+
"path": "../protos/dist/types/devvit/ui/toast/toast.js",
|
|
6301
|
+
"kind": "import-statement",
|
|
6302
|
+
"original": "../../toast/toast.js"
|
|
6303
|
+
}
|
|
6304
|
+
],
|
|
6305
|
+
"format": "esm"
|
|
6306
|
+
},
|
|
6307
|
+
"../protos/dist/types/devvit/ui/events/v1alpha/web_view.js": {
|
|
6308
|
+
"bytes": 17153,
|
|
6309
|
+
"imports": [
|
|
6310
|
+
{
|
|
6311
|
+
"path": "../../node_modules/protobufjs/minimal.js",
|
|
6312
|
+
"kind": "import-statement",
|
|
6313
|
+
"original": "protobufjs/minimal.js"
|
|
6314
|
+
},
|
|
6315
|
+
{
|
|
6316
|
+
"path": "../protos/dist/types/google/protobuf/struct.js",
|
|
6317
|
+
"kind": "import-statement",
|
|
6318
|
+
"original": "../../../../google/protobuf/struct.js"
|
|
6319
|
+
},
|
|
6320
|
+
{
|
|
6321
|
+
"path": "../protos/dist/types/typeRegistry.js",
|
|
6322
|
+
"kind": "import-statement",
|
|
6323
|
+
"original": "../../../../typeRegistry.js"
|
|
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
|
+
},
|
|
6335
|
+
{
|
|
6336
|
+
"path": "../protos/dist/types/devvit/ui/effects/v1alpha/show_form.js",
|
|
6337
|
+
"kind": "import-statement",
|
|
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"
|
|
6344
|
+
}
|
|
6345
|
+
],
|
|
6346
|
+
"format": "esm"
|
|
6347
|
+
},
|
|
6348
|
+
"../protos/dist/types/devvit/ui/events/v1alpha/event.js": {
|
|
6349
|
+
"bytes": 29784,
|
|
6403
6350
|
"imports": [
|
|
6404
6351
|
{
|
|
6405
6352
|
"path": "../../node_modules/protobufjs/minimal.js",
|
|
6406
6353
|
"kind": "import-statement",
|
|
6407
6354
|
"original": "protobufjs/minimal.js"
|
|
6408
6355
|
},
|
|
6356
|
+
{
|
|
6357
|
+
"path": "../protos/dist/types/google/protobuf/struct.js",
|
|
6358
|
+
"kind": "import-statement",
|
|
6359
|
+
"original": "../../../../google/protobuf/struct.js"
|
|
6360
|
+
},
|
|
6361
|
+
{
|
|
6362
|
+
"path": "../protos/dist/types/google/protobuf/wrappers.js",
|
|
6363
|
+
"kind": "import-statement",
|
|
6364
|
+
"original": "../../../../google/protobuf/wrappers.js"
|
|
6365
|
+
},
|
|
6409
6366
|
{
|
|
6410
6367
|
"path": "../protos/dist/types/typeRegistry.js",
|
|
6411
6368
|
"kind": "import-statement",
|
|
6412
6369
|
"original": "../../../../typeRegistry.js"
|
|
6413
6370
|
},
|
|
6414
6371
|
{
|
|
6415
|
-
"path": "../protos/dist/types/devvit/ui/
|
|
6372
|
+
"path": "../protos/dist/types/devvit/ui/effects/v1alpha/app_permission.js",
|
|
6373
|
+
"kind": "import-statement",
|
|
6374
|
+
"original": "../../effects/v1alpha/app_permission.js"
|
|
6375
|
+
},
|
|
6376
|
+
{
|
|
6377
|
+
"path": "../protos/dist/types/devvit/ui/effects/v1alpha/create_order.js",
|
|
6378
|
+
"kind": "import-statement",
|
|
6379
|
+
"original": "../../effects/v1alpha/create_order.js"
|
|
6380
|
+
},
|
|
6381
|
+
{
|
|
6382
|
+
"path": "../protos/dist/types/devvit/ui/effects/v1alpha/realtime_subscriptions.js",
|
|
6383
|
+
"kind": "import-statement",
|
|
6384
|
+
"original": "../../effects/v1alpha/realtime_subscriptions.js"
|
|
6385
|
+
},
|
|
6386
|
+
{
|
|
6387
|
+
"path": "../protos/dist/types/devvit/ui/effects/v1alpha/show_form.js",
|
|
6388
|
+
"kind": "import-statement",
|
|
6389
|
+
"original": "../../effects/v1alpha/show_form.js"
|
|
6390
|
+
},
|
|
6391
|
+
{
|
|
6392
|
+
"path": "../protos/dist/types/devvit/ui/effects/v1alpha/show_toast.js",
|
|
6393
|
+
"kind": "import-statement",
|
|
6394
|
+
"original": "../../effects/v1alpha/show_toast.js"
|
|
6395
|
+
},
|
|
6396
|
+
{
|
|
6397
|
+
"path": "../protos/dist/types/devvit/ui/events/v1alpha/web_view.js",
|
|
6398
|
+
"kind": "import-statement",
|
|
6399
|
+
"original": "./web_view.js"
|
|
6400
|
+
}
|
|
6401
|
+
],
|
|
6402
|
+
"format": "esm"
|
|
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",
|
|
6416
6593
|
"kind": "import-statement",
|
|
6417
|
-
"original": "
|
|
6594
|
+
"original": "./renderSpacerBlock.js"
|
|
6418
6595
|
},
|
|
6419
6596
|
{
|
|
6420
|
-
"path": "
|
|
6597
|
+
"path": "library/src/blocks/templates/renderStackBlock.ts",
|
|
6421
6598
|
"kind": "import-statement",
|
|
6422
|
-
"original": "
|
|
6423
|
-
}
|
|
6424
|
-
],
|
|
6425
|
-
"format": "esm"
|
|
6426
|
-
},
|
|
6427
|
-
"../protos/dist/types/devvit/ui/toast/toast.js": {
|
|
6428
|
-
"bytes": 10347,
|
|
6429
|
-
"imports": [
|
|
6599
|
+
"original": "./renderStackBlock.js"
|
|
6600
|
+
},
|
|
6430
6601
|
{
|
|
6431
|
-
"path": "
|
|
6602
|
+
"path": "library/src/blocks/templates/renderTextBlock.ts",
|
|
6432
6603
|
"kind": "import-statement",
|
|
6433
|
-
"original": "
|
|
6604
|
+
"original": "./renderTextBlock.js"
|
|
6434
6605
|
},
|
|
6435
6606
|
{
|
|
6436
|
-
"path": "
|
|
6607
|
+
"path": "library/src/blocks/templates/renderWebViewBlock.ts",
|
|
6437
6608
|
"kind": "import-statement",
|
|
6438
|
-
"original": "
|
|
6609
|
+
"original": "./renderWebViewBlock.js"
|
|
6439
6610
|
}
|
|
6440
6611
|
],
|
|
6441
6612
|
"format": "esm"
|
|
6442
6613
|
},
|
|
6443
|
-
"
|
|
6444
|
-
"bytes":
|
|
6614
|
+
"library/src/blocks/templates/index.ts": {
|
|
6615
|
+
"bytes": 49,
|
|
6445
6616
|
"imports": [
|
|
6446
6617
|
{
|
|
6447
|
-
"path": "
|
|
6448
|
-
"kind": "import-statement",
|
|
6449
|
-
"original": "protobufjs/minimal.js"
|
|
6450
|
-
},
|
|
6451
|
-
{
|
|
6452
|
-
"path": "../protos/dist/types/typeRegistry.js",
|
|
6453
|
-
"kind": "import-statement",
|
|
6454
|
-
"original": "../../../../typeRegistry.js"
|
|
6455
|
-
},
|
|
6456
|
-
{
|
|
6457
|
-
"path": "../protos/dist/types/devvit/ui/toast/toast.js",
|
|
6618
|
+
"path": "library/src/blocks/templates/renderBlock.ts",
|
|
6458
6619
|
"kind": "import-statement",
|
|
6459
|
-
"original": "
|
|
6620
|
+
"original": "./renderBlock.js"
|
|
6460
6621
|
}
|
|
6461
6622
|
],
|
|
6462
6623
|
"format": "esm"
|
|
6463
6624
|
},
|
|
6464
|
-
"
|
|
6465
|
-
"bytes":
|
|
6625
|
+
"library/src/blocks/components/devvit-blocks-renderer.ts": {
|
|
6626
|
+
"bytes": 4533,
|
|
6466
6627
|
"imports": [
|
|
6467
6628
|
{
|
|
6468
|
-
"path": "
|
|
6629
|
+
"path": "../protos/dist/types/devvit/ui/block_kit/v1beta/enums.js",
|
|
6469
6630
|
"kind": "import-statement",
|
|
6470
|
-
"original": "
|
|
6631
|
+
"original": "@devvit/protos/types/devvit/ui/block_kit/v1beta/enums.js"
|
|
6471
6632
|
},
|
|
6472
6633
|
{
|
|
6473
|
-
"path": "
|
|
6634
|
+
"path": "../../node_modules/@lit/localize/lit-localize.js",
|
|
6474
6635
|
"kind": "import-statement",
|
|
6475
|
-
"original": "
|
|
6636
|
+
"original": "@lit/localize"
|
|
6476
6637
|
},
|
|
6477
6638
|
{
|
|
6478
|
-
"path": "
|
|
6639
|
+
"path": "../../node_modules/@reddit/faceplate/lib/custom-event.js",
|
|
6479
6640
|
"kind": "import-statement",
|
|
6480
|
-
"original": "
|
|
6641
|
+
"original": "@reddit/faceplate/lib/custom-event.js"
|
|
6481
6642
|
},
|
|
6482
6643
|
{
|
|
6483
|
-
"path": "
|
|
6484
|
-
"kind": "import-statement",
|
|
6485
|
-
"original": "../../effects/v1alpha/show_form.js"
|
|
6486
|
-
}
|
|
6487
|
-
],
|
|
6488
|
-
"format": "esm"
|
|
6489
|
-
},
|
|
6490
|
-
"../protos/dist/types/devvit/ui/events/v1alpha/event.js": {
|
|
6491
|
-
"bytes": 28769,
|
|
6492
|
-
"imports": [
|
|
6493
|
-
{
|
|
6494
|
-
"path": "../../node_modules/protobufjs/minimal.js",
|
|
6644
|
+
"path": "../../node_modules/@reddit/faceplate-ui/dist/templates/empty-state.js",
|
|
6495
6645
|
"kind": "import-statement",
|
|
6496
|
-
"original": "
|
|
6646
|
+
"original": "@reddit/faceplate-ui/templates/empty-state.js"
|
|
6497
6647
|
},
|
|
6498
6648
|
{
|
|
6499
|
-
"path": "
|
|
6649
|
+
"path": "../../node_modules/lit/index.js",
|
|
6500
6650
|
"kind": "import-statement",
|
|
6501
|
-
"original": "
|
|
6651
|
+
"original": "lit"
|
|
6502
6652
|
},
|
|
6503
6653
|
{
|
|
6504
|
-
"path": "
|
|
6654
|
+
"path": "../../node_modules/lit/decorators.js",
|
|
6505
6655
|
"kind": "import-statement",
|
|
6506
|
-
"original": "
|
|
6656
|
+
"original": "lit/decorators.js"
|
|
6507
6657
|
},
|
|
6508
6658
|
{
|
|
6509
|
-
"path": "
|
|
6659
|
+
"path": "../../node_modules/lit/directives/if-defined.js",
|
|
6510
6660
|
"kind": "import-statement",
|
|
6511
|
-
"original": "
|
|
6661
|
+
"original": "lit/directives/if-defined.js"
|
|
6512
6662
|
},
|
|
6513
6663
|
{
|
|
6514
|
-
"path": "
|
|
6664
|
+
"path": "library/src/client/dispatcher/events.ts",
|
|
6515
6665
|
"kind": "import-statement",
|
|
6516
|
-
"original": "../../
|
|
6666
|
+
"original": "../../client/dispatcher/events.js"
|
|
6517
6667
|
},
|
|
6518
6668
|
{
|
|
6519
|
-
"path": "
|
|
6669
|
+
"path": "library/src/client/dispatcher/performance.ts",
|
|
6520
6670
|
"kind": "import-statement",
|
|
6521
|
-
"original": "../../
|
|
6671
|
+
"original": "../../client/dispatcher/performance.js"
|
|
6522
6672
|
},
|
|
6523
6673
|
{
|
|
6524
|
-
"path": "
|
|
6674
|
+
"path": "library/src/styles.ts",
|
|
6525
6675
|
"kind": "import-statement",
|
|
6526
|
-
"original": "../../
|
|
6676
|
+
"original": "../../styles.js"
|
|
6527
6677
|
},
|
|
6528
6678
|
{
|
|
6529
|
-
"path": "
|
|
6679
|
+
"path": "library/src/blocks/templates/index.ts",
|
|
6530
6680
|
"kind": "import-statement",
|
|
6531
|
-
"original": "
|
|
6681
|
+
"original": "../templates/index.js"
|
|
6532
6682
|
},
|
|
6533
6683
|
{
|
|
6534
|
-
"path": "
|
|
6684
|
+
"path": "<runtime>",
|
|
6535
6685
|
"kind": "import-statement",
|
|
6536
|
-
"
|
|
6686
|
+
"external": true
|
|
6537
6687
|
}
|
|
6538
6688
|
],
|
|
6539
6689
|
"format": "esm"
|
|
6540
6690
|
},
|
|
6541
|
-
"../protos/dist/types/
|
|
6542
|
-
"bytes":
|
|
6691
|
+
"../protos/dist/types/devvit/ui/common/v1alpha/common.js": {
|
|
6692
|
+
"bytes": 3580,
|
|
6543
6693
|
"imports": [
|
|
6544
|
-
{
|
|
6545
|
-
"path": "../../node_modules/long/src/long.js",
|
|
6546
|
-
"kind": "import-statement",
|
|
6547
|
-
"original": "long"
|
|
6548
|
-
},
|
|
6549
6694
|
{
|
|
6550
6695
|
"path": "../../node_modules/protobufjs/minimal.js",
|
|
6551
6696
|
"kind": "import-statement",
|
|
@@ -6554,13 +6699,60 @@
|
|
|
6554
6699
|
{
|
|
6555
6700
|
"path": "../protos/dist/types/typeRegistry.js",
|
|
6556
6701
|
"kind": "import-statement",
|
|
6557
|
-
"original": "
|
|
6702
|
+
"original": "../../../../typeRegistry.js"
|
|
6703
|
+
}
|
|
6704
|
+
],
|
|
6705
|
+
"format": "esm"
|
|
6706
|
+
},
|
|
6707
|
+
"../shared-types/dist/CircuitBreaker.js": {
|
|
6708
|
+
"bytes": 884,
|
|
6709
|
+
"imports": [],
|
|
6710
|
+
"format": "esm"
|
|
6711
|
+
},
|
|
6712
|
+
"../shared-types/dist/Header.js": {
|
|
6713
|
+
"bytes": 2474,
|
|
6714
|
+
"imports": [],
|
|
6715
|
+
"format": "esm"
|
|
6716
|
+
},
|
|
6717
|
+
"../shared-types/dist/throttle.js": {
|
|
6718
|
+
"bytes": 646,
|
|
6719
|
+
"imports": [],
|
|
6720
|
+
"format": "esm"
|
|
6721
|
+
},
|
|
6722
|
+
"../shared-types/dist/assert.js": {
|
|
6723
|
+
"bytes": 89,
|
|
6724
|
+
"imports": [],
|
|
6725
|
+
"format": "esm"
|
|
6726
|
+
},
|
|
6727
|
+
"../shared-types/dist/tid.js": {
|
|
6728
|
+
"bytes": 2341,
|
|
6729
|
+
"imports": [
|
|
6730
|
+
{
|
|
6731
|
+
"path": "../shared-types/dist/assert.js",
|
|
6732
|
+
"kind": "import-statement",
|
|
6733
|
+
"original": "./assert.js"
|
|
6734
|
+
}
|
|
6735
|
+
],
|
|
6736
|
+
"format": "esm"
|
|
6737
|
+
},
|
|
6738
|
+
"../shared-types/dist/webbit.js": {
|
|
6739
|
+
"bytes": 38,
|
|
6740
|
+
"imports": [],
|
|
6741
|
+
"format": "esm"
|
|
6742
|
+
},
|
|
6743
|
+
"library/src/client/dimensions.ts": {
|
|
6744
|
+
"bytes": 892,
|
|
6745
|
+
"imports": [
|
|
6746
|
+
{
|
|
6747
|
+
"path": "../protos/dist/types/devvit/ui/common/v1alpha/common.js",
|
|
6748
|
+
"kind": "import-statement",
|
|
6749
|
+
"original": "@devvit/protos/types/devvit/ui/common/v1alpha/common.js"
|
|
6558
6750
|
}
|
|
6559
6751
|
],
|
|
6560
6752
|
"format": "esm"
|
|
6561
6753
|
},
|
|
6562
6754
|
"../protos/dist/types/devvit/plugin/logger/logger.js": {
|
|
6563
|
-
"bytes":
|
|
6755
|
+
"bytes": 31106,
|
|
6564
6756
|
"imports": [
|
|
6565
6757
|
{
|
|
6566
6758
|
"path": "../../node_modules/protobufjs/minimal.js",
|
|
@@ -6601,7 +6793,7 @@
|
|
|
6601
6793
|
"format": "esm"
|
|
6602
6794
|
},
|
|
6603
6795
|
"../protos/dist/types/devvit/cli/playtest.js": {
|
|
6604
|
-
"bytes":
|
|
6796
|
+
"bytes": 9784,
|
|
6605
6797
|
"imports": [
|
|
6606
6798
|
{
|
|
6607
6799
|
"path": "../../node_modules/protobufjs/minimal.js",
|
|
@@ -6725,13 +6917,8 @@
|
|
|
6725
6917
|
],
|
|
6726
6918
|
"format": "esm"
|
|
6727
6919
|
},
|
|
6728
|
-
"library/src/types/devvit-global.ts": {
|
|
6729
|
-
"bytes": 3602,
|
|
6730
|
-
"imports": [],
|
|
6731
|
-
"format": "esm"
|
|
6732
|
-
},
|
|
6733
6920
|
"library/src/client/dispatcher/dispatcher.ts": {
|
|
6734
|
-
"bytes":
|
|
6921
|
+
"bytes": 13445,
|
|
6735
6922
|
"imports": [
|
|
6736
6923
|
{
|
|
6737
6924
|
"path": "../protos/dist/types/devvit/events/v1alpha/realtime.js",
|
|
@@ -6781,19 +6968,44 @@
|
|
|
6781
6968
|
],
|
|
6782
6969
|
"format": "esm"
|
|
6783
6970
|
},
|
|
6971
|
+
"../shared-types/dist/client/share.js": {
|
|
6972
|
+
"bytes": 90,
|
|
6973
|
+
"imports": [],
|
|
6974
|
+
"format": "esm"
|
|
6975
|
+
},
|
|
6784
6976
|
"library/src/client/web-view.ts": {
|
|
6785
|
-
"bytes":
|
|
6977
|
+
"bytes": 5106,
|
|
6786
6978
|
"imports": [
|
|
6979
|
+
{
|
|
6980
|
+
"path": "../protos/dist/types/devvit/ui/effects/web_view/v1alpha/context.js",
|
|
6981
|
+
"kind": "import-statement",
|
|
6982
|
+
"original": "@devvit/protos/types/devvit/ui/effects/web_view/v1alpha/context.js"
|
|
6983
|
+
},
|
|
6984
|
+
{
|
|
6985
|
+
"path": "../shared-types/dist/client/share.js",
|
|
6986
|
+
"kind": "import-statement",
|
|
6987
|
+
"original": "@devvit/shared-types/client/share.js"
|
|
6988
|
+
},
|
|
6989
|
+
{
|
|
6990
|
+
"path": "../shared-types/dist/Header.js",
|
|
6991
|
+
"kind": "import-statement",
|
|
6992
|
+
"original": "@devvit/shared-types/Header.js"
|
|
6993
|
+
},
|
|
6787
6994
|
{
|
|
6788
6995
|
"path": "../shared-types/dist/webbit.js",
|
|
6789
6996
|
"kind": "import-statement",
|
|
6790
6997
|
"original": "@devvit/shared-types/webbit.js"
|
|
6998
|
+
},
|
|
6999
|
+
{
|
|
7000
|
+
"path": "library/src/types/devvit-global.ts",
|
|
7001
|
+
"kind": "import-statement",
|
|
7002
|
+
"original": "../types/devvit-global.js"
|
|
6791
7003
|
}
|
|
6792
7004
|
],
|
|
6793
7005
|
"format": "esm"
|
|
6794
7006
|
},
|
|
6795
7007
|
"library/src/client/devvit-custom-post.ts": {
|
|
6796
|
-
"bytes":
|
|
7008
|
+
"bytes": 13396,
|
|
6797
7009
|
"imports": [
|
|
6798
7010
|
{
|
|
6799
7011
|
"path": "../../node_modules/@reddit/faceplate-ui/dist/templateRenderingStrategy/clientStrategy.js",
|
|
@@ -6914,7 +7126,7 @@
|
|
|
6914
7126
|
"imports": [],
|
|
6915
7127
|
"exports": [],
|
|
6916
7128
|
"inputs": {},
|
|
6917
|
-
"bytes":
|
|
7129
|
+
"bytes": 1970919
|
|
6918
7130
|
},
|
|
6919
7131
|
"dist/devvit-custom-post.min.js": {
|
|
6920
7132
|
"imports": [
|
|
@@ -6986,7 +7198,7 @@
|
|
|
6986
7198
|
"bytesInOutput": 302
|
|
6987
7199
|
},
|
|
6988
7200
|
"../../node_modules/protobufjs/minimal.js": {
|
|
6989
|
-
"bytesInOutput":
|
|
7201
|
+
"bytesInOutput": 50
|
|
6990
7202
|
},
|
|
6991
7203
|
"../../node_modules/long/src/long.js": {
|
|
6992
7204
|
"bytesInOutput": 9293
|
|
@@ -7031,7 +7243,7 @@
|
|
|
7031
7243
|
"bytesInOutput": 710
|
|
7032
7244
|
},
|
|
7033
7245
|
"../../node_modules/lit-html/directives/repeat.js": {
|
|
7034
|
-
"bytesInOutput":
|
|
7246
|
+
"bytesInOutput": 1247
|
|
7035
7247
|
},
|
|
7036
7248
|
"../../node_modules/lit/directives/repeat.js": {
|
|
7037
7249
|
"bytesInOutput": 0
|
|
@@ -7043,13 +7255,13 @@
|
|
|
7043
7255
|
"bytesInOutput": 0
|
|
7044
7256
|
},
|
|
7045
7257
|
"../../node_modules/@reddit/faceplate-ui/dist/faceplateUIConfig.js": {
|
|
7046
|
-
"bytesInOutput":
|
|
7258
|
+
"bytesInOutput": 630
|
|
7047
7259
|
},
|
|
7048
7260
|
"../../node_modules/@reddit/faceplate-ui/dist/templateUtils/createElement/shared/elements/a.js": {
|
|
7049
7261
|
"bytesInOutput": 2415
|
|
7050
7262
|
},
|
|
7051
7263
|
"../../node_modules/@reddit/faceplate-ui/dist/templateUtils/createElement/shared/elements/button.js": {
|
|
7052
|
-
"bytesInOutput":
|
|
7264
|
+
"bytesInOutput": 2743
|
|
7053
7265
|
},
|
|
7054
7266
|
"../../node_modules/@reddit/faceplate-ui/dist/templateUtils/createElement/shared/elements/div.js": {
|
|
7055
7267
|
"bytesInOutput": 2382
|
|
@@ -7079,7 +7291,7 @@
|
|
|
7079
7291
|
"bytesInOutput": 121
|
|
7080
7292
|
},
|
|
7081
7293
|
"../../node_modules/@reddit/faceplate-ui/dist/templateRenderingStrategy/checkForConflictingStrategies.js": {
|
|
7082
|
-
"bytesInOutput":
|
|
7294
|
+
"bytesInOutput": 622
|
|
7083
7295
|
},
|
|
7084
7296
|
"../../node_modules/@reddit/faceplate-ui/dist/templateRenderingStrategy/clientStrategy.js": {
|
|
7085
7297
|
"bytesInOutput": 422
|
|
@@ -7190,7 +7402,7 @@
|
|
|
7190
7402
|
"bytesInOutput": 1479
|
|
7191
7403
|
},
|
|
7192
7404
|
"../../node_modules/@reddit/faceplate-ui/dist/svgs/svg-manifest.js": {
|
|
7193
|
-
"bytesInOutput":
|
|
7405
|
+
"bytesInOutput": 486537
|
|
7194
7406
|
},
|
|
7195
7407
|
"../../node_modules/lit-html/directives/class-map.js": {
|
|
7196
7408
|
"bytesInOutput": 844
|
|
@@ -7229,10 +7441,10 @@
|
|
|
7229
7441
|
"bytesInOutput": 282
|
|
7230
7442
|
},
|
|
7231
7443
|
"library/src/blocks/templates/renderIconBlock.ts": {
|
|
7232
|
-
"bytesInOutput":
|
|
7444
|
+
"bytesInOutput": 469
|
|
7233
7445
|
},
|
|
7234
7446
|
"library/src/blocks/templates/renderButtonBlock.ts": {
|
|
7235
|
-
"bytesInOutput":
|
|
7447
|
+
"bytesInOutput": 978
|
|
7236
7448
|
},
|
|
7237
7449
|
"../shared-types/dist/sanitizeSvg.js": {
|
|
7238
7450
|
"bytesInOutput": 1351
|
|
@@ -7241,34 +7453,106 @@
|
|
|
7241
7453
|
"bytesInOutput": 849
|
|
7242
7454
|
},
|
|
7243
7455
|
"library/src/blocks/templates/renderImageBlock.ts": {
|
|
7244
|
-
"bytesInOutput":
|
|
7456
|
+
"bytesInOutput": 931
|
|
7245
7457
|
},
|
|
7246
7458
|
"library/src/blocks/templates/renderSpacerBlock.ts": {
|
|
7247
|
-
"bytesInOutput":
|
|
7459
|
+
"bytesInOutput": 291
|
|
7248
7460
|
},
|
|
7249
7461
|
"library/src/blocks/templates/renderStackBlock.ts": {
|
|
7250
|
-
"bytesInOutput":
|
|
7462
|
+
"bytesInOutput": 1099
|
|
7251
7463
|
},
|
|
7252
7464
|
"library/src/blocks/templates/renderTextBlock.ts": {
|
|
7253
|
-
"bytesInOutput":
|
|
7465
|
+
"bytesInOutput": 933
|
|
7254
7466
|
},
|
|
7255
7467
|
"../protos/dist/types/devvit/ui/effects/web_view/v1alpha/post_message.js": {
|
|
7256
|
-
"bytesInOutput":
|
|
7468
|
+
"bytesInOutput": 7274
|
|
7257
7469
|
},
|
|
7258
7470
|
"../protos/dist/types/google/protobuf/struct.js": {
|
|
7259
|
-
"bytesInOutput":
|
|
7471
|
+
"bytesInOutput": 6273
|
|
7260
7472
|
},
|
|
7261
7473
|
"../protos/dist/types/typeRegistry.js": {
|
|
7262
7474
|
"bytesInOutput": 14
|
|
7263
7475
|
},
|
|
7476
|
+
"../protos/dist/types/devvit/ui/effect_types/v1alpha/realtime_subscription.js": {
|
|
7477
|
+
"bytesInOutput": 2473
|
|
7478
|
+
},
|
|
7479
|
+
"../protos/dist/types/devvit/events/v1alpha/realtime.js": {
|
|
7480
|
+
"bytesInOutput": 2095
|
|
7481
|
+
},
|
|
7482
|
+
"../protos/dist/types/google/protobuf/empty.js": {
|
|
7483
|
+
"bytesInOutput": 468
|
|
7484
|
+
},
|
|
7485
|
+
"../protos/dist/types/devvit/ui/effects/web_view/v1alpha/immersive_mode.js": {
|
|
7486
|
+
"bytesInOutput": 1391
|
|
7487
|
+
},
|
|
7488
|
+
"../protos/dist/types/devvit/ui/effects/web_view/v1alpha/share.js": {
|
|
7489
|
+
"bytesInOutput": 1520
|
|
7490
|
+
},
|
|
7491
|
+
"../protos/dist/types/devvit/ui/events/v1alpha/event.js": {
|
|
7492
|
+
"bytesInOutput": 12490
|
|
7493
|
+
},
|
|
7494
|
+
"../protos/dist/types/google/protobuf/wrappers.js": {
|
|
7495
|
+
"bytesInOutput": 6790
|
|
7496
|
+
},
|
|
7497
|
+
"../protos/dist/types/devvit/ui/effects/v1alpha/app_permission.js": {
|
|
7498
|
+
"bytesInOutput": 1289
|
|
7499
|
+
},
|
|
7500
|
+
"../protos/dist/types/reddit/devvit/app_permission/v1/app_permission.js": {
|
|
7501
|
+
"bytesInOutput": 11678
|
|
7502
|
+
},
|
|
7503
|
+
"../protos/dist/types/google/protobuf/timestamp.js": {
|
|
7504
|
+
"bytesInOutput": 1217
|
|
7505
|
+
},
|
|
7506
|
+
"../protos/dist/types/devvit/ui/effects/v1alpha/create_order.js": {
|
|
7507
|
+
"bytesInOutput": 4839
|
|
7508
|
+
},
|
|
7509
|
+
"../protos/dist/types/devvit/ui/effects/v1alpha/realtime_subscriptions.js": {
|
|
7510
|
+
"bytesInOutput": 2463
|
|
7511
|
+
},
|
|
7512
|
+
"../protos/dist/types/devvit/ui/effects/v1alpha/show_form.js": {
|
|
7513
|
+
"bytesInOutput": 3845
|
|
7514
|
+
},
|
|
7515
|
+
"../protos/dist/types/devvit/ui/form_builder/v1alpha/form.js": {
|
|
7516
|
+
"bytesInOutput": 2212
|
|
7517
|
+
},
|
|
7518
|
+
"../protos/dist/types/devvit/ui/form_builder/v1alpha/field.js": {
|
|
7519
|
+
"bytesInOutput": 16457
|
|
7520
|
+
},
|
|
7521
|
+
"../protos/dist/types/devvit/ui/form_builder/v1alpha/type.js": {
|
|
7522
|
+
"bytesInOutput": 905
|
|
7523
|
+
},
|
|
7524
|
+
"../protos/dist/types/devvit/ui/form_builder/v1alpha/value.js": {
|
|
7525
|
+
"bytesInOutput": 5351
|
|
7526
|
+
},
|
|
7527
|
+
"../protos/dist/types/devvit/ui/effects/v1alpha/show_toast.js": {
|
|
7528
|
+
"bytesInOutput": 1313
|
|
7529
|
+
},
|
|
7530
|
+
"../protos/dist/types/devvit/ui/toast/toast.js": {
|
|
7531
|
+
"bytesInOutput": 4315
|
|
7532
|
+
},
|
|
7533
|
+
"../protos/dist/types/devvit/ui/events/v1alpha/web_view.js": {
|
|
7534
|
+
"bytesInOutput": 7142
|
|
7535
|
+
},
|
|
7536
|
+
"../protos/dist/types/devvit/ui/effects/web_view/v1alpha/context.js": {
|
|
7537
|
+
"bytesInOutput": 14940
|
|
7538
|
+
},
|
|
7539
|
+
"library/src/client/effects/share.ts": {
|
|
7540
|
+
"bytesInOutput": 309
|
|
7541
|
+
},
|
|
7542
|
+
"library/src/client/utils/bubble.ts": {
|
|
7543
|
+
"bytesInOutput": 77
|
|
7544
|
+
},
|
|
7264
7545
|
"library/src/client/web-view-scripts.ts": {
|
|
7265
7546
|
"bytesInOutput": 107
|
|
7266
7547
|
},
|
|
7548
|
+
"library/src/types/devvit-global.ts": {
|
|
7549
|
+
"bytesInOutput": 971
|
|
7550
|
+
},
|
|
7267
7551
|
"library/src/blocks/components/devvit-blocks-web-view.ts": {
|
|
7268
|
-
"bytesInOutput":
|
|
7552
|
+
"bytesInOutput": 4826
|
|
7269
7553
|
},
|
|
7270
7554
|
"library/src/blocks/templates/renderWebViewBlock.ts": {
|
|
7271
|
-
"bytesInOutput":
|
|
7555
|
+
"bytesInOutput": 577
|
|
7272
7556
|
},
|
|
7273
7557
|
"library/src/blocks/templates/renderBlock.ts": {
|
|
7274
7558
|
"bytesInOutput": 1082
|
|
@@ -7279,20 +7563,14 @@
|
|
|
7279
7563
|
"library/src/blocks/components/devvit-blocks-renderer.ts": {
|
|
7280
7564
|
"bytesInOutput": 1802
|
|
7281
7565
|
},
|
|
7282
|
-
"../protos/dist/types/devvit/events/v1alpha/realtime.js": {
|
|
7283
|
-
"bytesInOutput": 2096
|
|
7284
|
-
},
|
|
7285
|
-
"../protos/dist/types/google/protobuf/empty.js": {
|
|
7286
|
-
"bytesInOutput": 469
|
|
7287
|
-
},
|
|
7288
7566
|
"../protos/dist/types/devvit/ui/common/v1alpha/common.js": {
|
|
7289
|
-
"bytesInOutput":
|
|
7567
|
+
"bytesInOutput": 1419
|
|
7290
7568
|
},
|
|
7291
7569
|
"../shared-types/dist/CircuitBreaker.js": {
|
|
7292
7570
|
"bytesInOutput": 186
|
|
7293
7571
|
},
|
|
7294
7572
|
"../shared-types/dist/Header.js": {
|
|
7295
|
-
"bytesInOutput":
|
|
7573
|
+
"bytesInOutput": 1224
|
|
7296
7574
|
},
|
|
7297
7575
|
"../shared-types/dist/throttle.js": {
|
|
7298
7576
|
"bytesInOutput": 221
|
|
@@ -7309,47 +7587,8 @@
|
|
|
7309
7587
|
"library/src/client/dimensions.ts": {
|
|
7310
7588
|
"bytesInOutput": 228
|
|
7311
7589
|
},
|
|
7312
|
-
"../protos/dist/types/devvit/ui/events/v1alpha/event.js": {
|
|
7313
|
-
"bytesInOutput": 12069
|
|
7314
|
-
},
|
|
7315
|
-
"../protos/dist/types/google/protobuf/wrappers.js": {
|
|
7316
|
-
"bytesInOutput": 6791
|
|
7317
|
-
},
|
|
7318
|
-
"../protos/dist/types/devvit/ui/effects/v1alpha/create_order.js": {
|
|
7319
|
-
"bytesInOutput": 4840
|
|
7320
|
-
},
|
|
7321
|
-
"../protos/dist/types/devvit/ui/effects/v1alpha/realtime_subscriptions.js": {
|
|
7322
|
-
"bytesInOutput": 2464
|
|
7323
|
-
},
|
|
7324
|
-
"../protos/dist/types/devvit/ui/effects/v1alpha/show_form.js": {
|
|
7325
|
-
"bytesInOutput": 3846
|
|
7326
|
-
},
|
|
7327
|
-
"../protos/dist/types/devvit/ui/form_builder/v1alpha/form.js": {
|
|
7328
|
-
"bytesInOutput": 2213
|
|
7329
|
-
},
|
|
7330
|
-
"../protos/dist/types/devvit/ui/form_builder/v1alpha/field.js": {
|
|
7331
|
-
"bytesInOutput": 16458
|
|
7332
|
-
},
|
|
7333
|
-
"../protos/dist/types/devvit/ui/form_builder/v1alpha/type.js": {
|
|
7334
|
-
"bytesInOutput": 905
|
|
7335
|
-
},
|
|
7336
|
-
"../protos/dist/types/devvit/ui/form_builder/v1alpha/value.js": {
|
|
7337
|
-
"bytesInOutput": 5352
|
|
7338
|
-
},
|
|
7339
|
-
"../protos/dist/types/devvit/ui/effects/v1alpha/show_toast.js": {
|
|
7340
|
-
"bytesInOutput": 1314
|
|
7341
|
-
},
|
|
7342
|
-
"../protos/dist/types/devvit/ui/toast/toast.js": {
|
|
7343
|
-
"bytesInOutput": 4316
|
|
7344
|
-
},
|
|
7345
|
-
"../protos/dist/types/devvit/ui/events/v1alpha/web_view.js": {
|
|
7346
|
-
"bytesInOutput": 5028
|
|
7347
|
-
},
|
|
7348
7590
|
"../protos/dist/types/devvit/plugin/logger/logger.js": {
|
|
7349
|
-
"bytesInOutput":
|
|
7350
|
-
},
|
|
7351
|
-
"../protos/dist/types/google/protobuf/timestamp.js": {
|
|
7352
|
-
"bytesInOutput": 1218
|
|
7591
|
+
"bytesInOutput": 11095
|
|
7353
7592
|
},
|
|
7354
7593
|
"../runtime-lite/dist/types/Commands.js": {
|
|
7355
7594
|
"bytesInOutput": 544
|
|
@@ -7358,19 +7597,19 @@
|
|
|
7358
7597
|
"bytesInOutput": 59
|
|
7359
7598
|
},
|
|
7360
7599
|
"../protos/dist/types/devvit/cli/playtest.js": {
|
|
7361
|
-
"bytesInOutput":
|
|
7600
|
+
"bytesInOutput": 4006
|
|
7362
7601
|
},
|
|
7363
7602
|
"../runtime-lite/dist/client/playtest/PlaytestUtil.js": {
|
|
7364
7603
|
"bytesInOutput": 190
|
|
7365
7604
|
},
|
|
7366
7605
|
"../runtime-lite/dist/client/playtest/PlaytestClient.js": {
|
|
7367
|
-
"bytesInOutput":
|
|
7606
|
+
"bytesInOutput": 2111
|
|
7368
7607
|
},
|
|
7369
7608
|
"../runtime-lite/dist/client/BrowserLiteClient.js": {
|
|
7370
|
-
"bytesInOutput":
|
|
7609
|
+
"bytesInOutput": 5206
|
|
7371
7610
|
},
|
|
7372
7611
|
"../../node_modules/p-queue/dist/index.js": {
|
|
7373
|
-
"bytesInOutput":
|
|
7612
|
+
"bytesInOutput": 5690
|
|
7374
7613
|
},
|
|
7375
7614
|
"../../node_modules/p-queue/node_modules/p-timeout/index.js": {
|
|
7376
7615
|
"bytesInOutput": 1104
|
|
@@ -7381,20 +7620,17 @@
|
|
|
7381
7620
|
"../../node_modules/p-queue/dist/priority-queue.js": {
|
|
7382
7621
|
"bytesInOutput": 790
|
|
7383
7622
|
},
|
|
7384
|
-
"library/src/types/devvit-global.ts": {
|
|
7385
|
-
"bytesInOutput": 868
|
|
7386
|
-
},
|
|
7387
7623
|
"library/src/client/dispatcher/dispatcher.ts": {
|
|
7388
7624
|
"bytesInOutput": 4576
|
|
7389
7625
|
},
|
|
7390
7626
|
"library/src/client/web-view.ts": {
|
|
7391
|
-
"bytesInOutput":
|
|
7627
|
+
"bytesInOutput": 1676
|
|
7392
7628
|
},
|
|
7393
7629
|
"library/src/client/devvit-custom-post.ts": {
|
|
7394
|
-
"bytesInOutput":
|
|
7630
|
+
"bytesInOutput": 5881
|
|
7395
7631
|
}
|
|
7396
7632
|
},
|
|
7397
|
-
"bytes":
|
|
7633
|
+
"bytes": 785693
|
|
7398
7634
|
}
|
|
7399
7635
|
}
|
|
7400
7636
|
}
|