@dcl/playground-assets 7.0.6-3807227301.commit-1045452 → 7.0.6-3808564125.commit-7a2650b

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.
@@ -1073,6 +1073,86 @@
1073
1073
  "endIndex": 14
1074
1074
  }
1075
1075
  },
1076
+ {
1077
+ "kind": "Enum",
1078
+ "canonicalReference": "@dcl/playground-assets!BackgroundTextureMode:enum",
1079
+ "docComment": "",
1080
+ "excerptTokens": [
1081
+ {
1082
+ "kind": "Content",
1083
+ "text": "export declare const enum BackgroundTextureMode "
1084
+ }
1085
+ ],
1086
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/ui_background.gen.d.ts",
1087
+ "releaseTag": "Public",
1088
+ "name": "BackgroundTextureMode",
1089
+ "preserveMemberOrder": false,
1090
+ "members": [
1091
+ {
1092
+ "kind": "EnumMember",
1093
+ "canonicalReference": "@dcl/playground-assets!BackgroundTextureMode.CENTER:member",
1094
+ "docComment": "/**\n * CENTER - CENTER enables the texture to be rendered centered in relation to the element. If the element is smaller than the texture then the background should use the element as stencil to cut off the out-of-bounds area\n */\n",
1095
+ "excerptTokens": [
1096
+ {
1097
+ "kind": "Content",
1098
+ "text": "CENTER = "
1099
+ },
1100
+ {
1101
+ "kind": "Content",
1102
+ "text": "1"
1103
+ }
1104
+ ],
1105
+ "initializerTokenRange": {
1106
+ "startIndex": 1,
1107
+ "endIndex": 2
1108
+ },
1109
+ "releaseTag": "Public",
1110
+ "name": "CENTER"
1111
+ },
1112
+ {
1113
+ "kind": "EnumMember",
1114
+ "canonicalReference": "@dcl/playground-assets!BackgroundTextureMode.NINE_SLICES:member",
1115
+ "docComment": "/**\n * NINE_SLICES - https://docs.unity3d.com/Manual/UIE-USS-SupportedProperties.html (Slicing section) https://forum.unity.com/threads/how-does-slicing-in-ui-tookkit-works.1235863/ https://docs.unity3d.com/Manual/9SliceSprites.html https://developer.mozilla.org/en-US/docs/Web/CSS/border-image-slice\n */\n",
1116
+ "excerptTokens": [
1117
+ {
1118
+ "kind": "Content",
1119
+ "text": "NINE_SLICES = "
1120
+ },
1121
+ {
1122
+ "kind": "Content",
1123
+ "text": "0"
1124
+ }
1125
+ ],
1126
+ "initializerTokenRange": {
1127
+ "startIndex": 1,
1128
+ "endIndex": 2
1129
+ },
1130
+ "releaseTag": "Public",
1131
+ "name": "NINE_SLICES"
1132
+ },
1133
+ {
1134
+ "kind": "EnumMember",
1135
+ "canonicalReference": "@dcl/playground-assets!BackgroundTextureMode.STRETCH:member",
1136
+ "docComment": "/**\n * STRETCH - STRETCH enables the texture to cover all the area of the container, adopting its aspect ratio.\n */\n",
1137
+ "excerptTokens": [
1138
+ {
1139
+ "kind": "Content",
1140
+ "text": "STRETCH = "
1141
+ },
1142
+ {
1143
+ "kind": "Content",
1144
+ "text": "2"
1145
+ }
1146
+ ],
1147
+ "initializerTokenRange": {
1148
+ "startIndex": 1,
1149
+ "endIndex": 2
1150
+ },
1151
+ "releaseTag": "Public",
1152
+ "name": "STRETCH"
1153
+ }
1154
+ ]
1155
+ },
1076
1156
  {
1077
1157
  "kind": "Variable",
1078
1158
  "canonicalReference": "@dcl/playground-assets!Billboard:var",
@@ -1169,6 +1249,265 @@
1169
1249
  }
1170
1250
  ]
1171
1251
  },
1252
+ {
1253
+ "kind": "Interface",
1254
+ "canonicalReference": "@dcl/playground-assets!BorderRect:interface",
1255
+ "docComment": "/**\n * Defines indents from respective edges\n */\n",
1256
+ "excerptTokens": [
1257
+ {
1258
+ "kind": "Content",
1259
+ "text": "export interface BorderRect "
1260
+ }
1261
+ ],
1262
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/common/border_rect.gen.d.ts",
1263
+ "releaseTag": "Public",
1264
+ "name": "BorderRect",
1265
+ "preserveMemberOrder": false,
1266
+ "members": [
1267
+ {
1268
+ "kind": "PropertySignature",
1269
+ "canonicalReference": "@dcl/playground-assets!BorderRect#bottom:member",
1270
+ "docComment": "",
1271
+ "excerptTokens": [
1272
+ {
1273
+ "kind": "Content",
1274
+ "text": "bottom: "
1275
+ },
1276
+ {
1277
+ "kind": "Content",
1278
+ "text": "number"
1279
+ },
1280
+ {
1281
+ "kind": "Content",
1282
+ "text": ";"
1283
+ }
1284
+ ],
1285
+ "isReadonly": false,
1286
+ "isOptional": false,
1287
+ "releaseTag": "Public",
1288
+ "name": "bottom",
1289
+ "propertyTypeTokenRange": {
1290
+ "startIndex": 1,
1291
+ "endIndex": 2
1292
+ }
1293
+ },
1294
+ {
1295
+ "kind": "PropertySignature",
1296
+ "canonicalReference": "@dcl/playground-assets!BorderRect#left:member",
1297
+ "docComment": "",
1298
+ "excerptTokens": [
1299
+ {
1300
+ "kind": "Content",
1301
+ "text": "left: "
1302
+ },
1303
+ {
1304
+ "kind": "Content",
1305
+ "text": "number"
1306
+ },
1307
+ {
1308
+ "kind": "Content",
1309
+ "text": ";"
1310
+ }
1311
+ ],
1312
+ "isReadonly": false,
1313
+ "isOptional": false,
1314
+ "releaseTag": "Public",
1315
+ "name": "left",
1316
+ "propertyTypeTokenRange": {
1317
+ "startIndex": 1,
1318
+ "endIndex": 2
1319
+ }
1320
+ },
1321
+ {
1322
+ "kind": "PropertySignature",
1323
+ "canonicalReference": "@dcl/playground-assets!BorderRect#right:member",
1324
+ "docComment": "",
1325
+ "excerptTokens": [
1326
+ {
1327
+ "kind": "Content",
1328
+ "text": "right: "
1329
+ },
1330
+ {
1331
+ "kind": "Content",
1332
+ "text": "number"
1333
+ },
1334
+ {
1335
+ "kind": "Content",
1336
+ "text": ";"
1337
+ }
1338
+ ],
1339
+ "isReadonly": false,
1340
+ "isOptional": false,
1341
+ "releaseTag": "Public",
1342
+ "name": "right",
1343
+ "propertyTypeTokenRange": {
1344
+ "startIndex": 1,
1345
+ "endIndex": 2
1346
+ }
1347
+ },
1348
+ {
1349
+ "kind": "PropertySignature",
1350
+ "canonicalReference": "@dcl/playground-assets!BorderRect#top:member",
1351
+ "docComment": "",
1352
+ "excerptTokens": [
1353
+ {
1354
+ "kind": "Content",
1355
+ "text": "top: "
1356
+ },
1357
+ {
1358
+ "kind": "Content",
1359
+ "text": "number"
1360
+ },
1361
+ {
1362
+ "kind": "Content",
1363
+ "text": ";"
1364
+ }
1365
+ ],
1366
+ "isReadonly": false,
1367
+ "isOptional": false,
1368
+ "releaseTag": "Public",
1369
+ "name": "top",
1370
+ "propertyTypeTokenRange": {
1371
+ "startIndex": 1,
1372
+ "endIndex": 2
1373
+ }
1374
+ }
1375
+ ],
1376
+ "extendsTokenRanges": []
1377
+ },
1378
+ {
1379
+ "kind": "Variable",
1380
+ "canonicalReference": "@dcl/playground-assets!BorderRect:var",
1381
+ "docComment": "/**\n * Internal\n */\n",
1382
+ "excerptTokens": [
1383
+ {
1384
+ "kind": "Content",
1385
+ "text": "BorderRect: "
1386
+ },
1387
+ {
1388
+ "kind": "Content",
1389
+ "text": "{\n encode(message: "
1390
+ },
1391
+ {
1392
+ "kind": "Reference",
1393
+ "text": "BorderRect",
1394
+ "canonicalReference": "@dcl/playground-assets!BorderRect:interface"
1395
+ },
1396
+ {
1397
+ "kind": "Content",
1398
+ "text": ", writer?: "
1399
+ },
1400
+ {
1401
+ "kind": "Reference",
1402
+ "text": "_m0.Writer",
1403
+ "canonicalReference": "protobufjs!Writer:class"
1404
+ },
1405
+ {
1406
+ "kind": "Content",
1407
+ "text": "): "
1408
+ },
1409
+ {
1410
+ "kind": "Reference",
1411
+ "text": "_m0.Writer",
1412
+ "canonicalReference": "protobufjs!Writer:class"
1413
+ },
1414
+ {
1415
+ "kind": "Content",
1416
+ "text": ";\n decode(input: "
1417
+ },
1418
+ {
1419
+ "kind": "Reference",
1420
+ "text": "_m0.Reader",
1421
+ "canonicalReference": "protobufjs!Reader:class"
1422
+ },
1423
+ {
1424
+ "kind": "Content",
1425
+ "text": " | "
1426
+ },
1427
+ {
1428
+ "kind": "Reference",
1429
+ "text": "Uint8Array",
1430
+ "canonicalReference": "!Uint8Array:interface"
1431
+ },
1432
+ {
1433
+ "kind": "Content",
1434
+ "text": ", length?: number): "
1435
+ },
1436
+ {
1437
+ "kind": "Reference",
1438
+ "text": "BorderRect",
1439
+ "canonicalReference": "@dcl/playground-assets!BorderRect:interface"
1440
+ },
1441
+ {
1442
+ "kind": "Content",
1443
+ "text": ";\n}"
1444
+ }
1445
+ ],
1446
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/common/border_rect.gen.d.ts",
1447
+ "isReadonly": true,
1448
+ "releaseTag": "Public",
1449
+ "name": "BorderRect",
1450
+ "variableTypeTokenRange": {
1451
+ "startIndex": 1,
1452
+ "endIndex": 14
1453
+ }
1454
+ },
1455
+ {
1456
+ "kind": "Function",
1457
+ "canonicalReference": "@dcl/playground-assets!Button:function(1)",
1458
+ "docComment": "/**\n * @public\n */\n",
1459
+ "excerptTokens": [
1460
+ {
1461
+ "kind": "Content",
1462
+ "text": "export declare function Button(props: "
1463
+ },
1464
+ {
1465
+ "kind": "Reference",
1466
+ "text": "EntityPropTypes",
1467
+ "canonicalReference": "@dcl/playground-assets!EntityPropTypes:type"
1468
+ },
1469
+ {
1470
+ "kind": "Content",
1471
+ "text": " & "
1472
+ },
1473
+ {
1474
+ "kind": "Reference",
1475
+ "text": "UiButtonProps",
1476
+ "canonicalReference": "@dcl/playground-assets!UiButtonProps:type"
1477
+ },
1478
+ {
1479
+ "kind": "Content",
1480
+ "text": "): "
1481
+ },
1482
+ {
1483
+ "kind": "Reference",
1484
+ "text": "ReactEcs.JSX.Element",
1485
+ "canonicalReference": "@dcl/playground-assets!ReactEcs.JSX.Element:type"
1486
+ },
1487
+ {
1488
+ "kind": "Content",
1489
+ "text": ";"
1490
+ }
1491
+ ],
1492
+ "fileUrlPath": "../react-ecs/dist/components/Button/index.d.ts",
1493
+ "returnTypeTokenRange": {
1494
+ "startIndex": 5,
1495
+ "endIndex": 6
1496
+ },
1497
+ "releaseTag": "Public",
1498
+ "overloadIndex": 1,
1499
+ "parameters": [
1500
+ {
1501
+ "parameterName": "props",
1502
+ "parameterTypeTokenRange": {
1503
+ "startIndex": 1,
1504
+ "endIndex": 4
1505
+ },
1506
+ "isOptional": false
1507
+ }
1508
+ ],
1509
+ "name": "Button"
1510
+ },
1172
1511
  {
1173
1512
  "kind": "TypeAlias",
1174
1513
  "canonicalReference": "@dcl/playground-assets!ByteBuffer:type",
@@ -1240,6 +1579,32 @@
1240
1579
  "endIndex": 12
1241
1580
  }
1242
1581
  },
1582
+ {
1583
+ "kind": "TypeAlias",
1584
+ "canonicalReference": "@dcl/playground-assets!Callback:type",
1585
+ "docComment": "",
1586
+ "excerptTokens": [
1587
+ {
1588
+ "kind": "Content",
1589
+ "text": "export declare type Callback = "
1590
+ },
1591
+ {
1592
+ "kind": "Content",
1593
+ "text": "() => void"
1594
+ },
1595
+ {
1596
+ "kind": "Content",
1597
+ "text": ";"
1598
+ }
1599
+ ],
1600
+ "fileUrlPath": "../react-ecs/dist/components/listeners/types.d.ts",
1601
+ "releaseTag": "Public",
1602
+ "name": "Callback",
1603
+ "typeTokenRange": {
1604
+ "startIndex": 1,
1605
+ "endIndex": 2
1606
+ }
1607
+ },
1243
1608
  {
1244
1609
  "kind": "Variable",
1245
1610
  "canonicalReference": "@dcl/playground-assets!CameraMode:var",
@@ -1411,7 +1776,7 @@
1411
1776
  },
1412
1777
  {
1413
1778
  "kind": "Content",
1414
- "text": "any"
1779
+ "text": "unknown"
1415
1780
  },
1416
1781
  {
1417
1782
  "kind": "Content",
@@ -7043,102 +7408,6 @@
7043
7408
  "endIndex": 12
7044
7409
  }
7045
7410
  },
7046
- {
7047
- "kind": "Function",
7048
- "canonicalReference": "@dcl/playground-assets!Container:function(1)",
7049
- "docComment": "",
7050
- "excerptTokens": [
7051
- {
7052
- "kind": "Content",
7053
- "text": "export declare function Container({ width, height, children }: "
7054
- },
7055
- {
7056
- "kind": "Reference",
7057
- "text": "ContainerPropTypes",
7058
- "canonicalReference": "@dcl/playground-assets!ContainerPropTypes:type"
7059
- },
7060
- {
7061
- "kind": "Content",
7062
- "text": "): "
7063
- },
7064
- {
7065
- "kind": "Reference",
7066
- "text": "ReactEcs.JSX.Element",
7067
- "canonicalReference": "@dcl/playground-assets!ReactEcs.JSX.Element:interface"
7068
- },
7069
- {
7070
- "kind": "Content",
7071
- "text": ";"
7072
- }
7073
- ],
7074
- "fileUrlPath": "../react-ecs/dist/components/index.d.ts",
7075
- "returnTypeTokenRange": {
7076
- "startIndex": 3,
7077
- "endIndex": 4
7078
- },
7079
- "releaseTag": "Public",
7080
- "overloadIndex": 1,
7081
- "parameters": [
7082
- {
7083
- "parameterName": "{ width, height, children }",
7084
- "parameterTypeTokenRange": {
7085
- "startIndex": 1,
7086
- "endIndex": 2
7087
- },
7088
- "isOptional": false
7089
- }
7090
- ],
7091
- "name": "Container"
7092
- },
7093
- {
7094
- "kind": "TypeAlias",
7095
- "canonicalReference": "@dcl/playground-assets!ContainerPropTypes:type",
7096
- "docComment": "",
7097
- "excerptTokens": [
7098
- {
7099
- "kind": "Content",
7100
- "text": "export declare type ContainerPropTypes = "
7101
- },
7102
- {
7103
- "kind": "Reference",
7104
- "text": "Partial",
7105
- "canonicalReference": "!Partial:type"
7106
- },
7107
- {
7108
- "kind": "Content",
7109
- "text": "<"
7110
- },
7111
- {
7112
- "kind": "Reference",
7113
- "text": "CommonProps",
7114
- "canonicalReference": "@dcl/playground-assets!CommonProps:type"
7115
- },
7116
- {
7117
- "kind": "Content",
7118
- "text": "> & "
7119
- },
7120
- {
7121
- "kind": "Reference",
7122
- "text": "EntityPropTypes",
7123
- "canonicalReference": "@dcl/playground-assets!EntityPropTypes:type"
7124
- },
7125
- {
7126
- "kind": "Content",
7127
- "text": "['uiTransform']"
7128
- },
7129
- {
7130
- "kind": "Content",
7131
- "text": ";"
7132
- }
7133
- ],
7134
- "fileUrlPath": "../react-ecs/dist/components/index.d.ts",
7135
- "releaseTag": "Public",
7136
- "name": "ContainerPropTypes",
7137
- "typeTokenRange": {
7138
- "startIndex": 1,
7139
- "endIndex": 7
7140
- }
7141
- },
7142
7411
  {
7143
7412
  "kind": "Function",
7144
7413
  "canonicalReference": "@dcl/playground-assets!createEthereumProvider:function(1)",
@@ -7326,6 +7595,15 @@
7326
7595
  "kind": "Content",
7327
7596
  "text": ", opts?: "
7328
7597
  },
7598
+ {
7599
+ "kind": "Reference",
7600
+ "text": "Partial",
7601
+ "canonicalReference": "!Partial:type"
7602
+ },
7603
+ {
7604
+ "kind": "Content",
7605
+ "text": "<"
7606
+ },
7329
7607
  {
7330
7608
  "kind": "Reference",
7331
7609
  "text": "EventSystemOptions",
@@ -7333,7 +7611,7 @@
7333
7611
  },
7334
7612
  {
7335
7613
  "kind": "Content",
7336
- "text": "): void;\n onPointerDown(entity: "
7614
+ "text": ">): void;\n onPointerDown(entity: "
7337
7615
  },
7338
7616
  {
7339
7617
  "kind": "Reference",
@@ -7353,6 +7631,15 @@
7353
7631
  "kind": "Content",
7354
7632
  "text": ", opts?: "
7355
7633
  },
7634
+ {
7635
+ "kind": "Reference",
7636
+ "text": "Partial",
7637
+ "canonicalReference": "!Partial:type"
7638
+ },
7639
+ {
7640
+ "kind": "Content",
7641
+ "text": "<"
7642
+ },
7356
7643
  {
7357
7644
  "kind": "Reference",
7358
7645
  "text": "EventSystemOptions",
@@ -7360,7 +7647,7 @@
7360
7647
  },
7361
7648
  {
7362
7649
  "kind": "Content",
7363
- "text": "): void;\n onPointerUp(entity: "
7650
+ "text": ">): void;\n onPointerUp(entity: "
7364
7651
  },
7365
7652
  {
7366
7653
  "kind": "Reference",
@@ -7380,6 +7667,15 @@
7380
7667
  "kind": "Content",
7381
7668
  "text": ", opts?: "
7382
7669
  },
7670
+ {
7671
+ "kind": "Reference",
7672
+ "text": "Partial",
7673
+ "canonicalReference": "!Partial:type"
7674
+ },
7675
+ {
7676
+ "kind": "Content",
7677
+ "text": "<"
7678
+ },
7383
7679
  {
7384
7680
  "kind": "Reference",
7385
7681
  "text": "EventSystemOptions",
@@ -7387,7 +7683,7 @@
7387
7683
  },
7388
7684
  {
7389
7685
  "kind": "Content",
7390
- "text": "): void;\n}"
7686
+ "text": ">): void;\n}"
7391
7687
  },
7392
7688
  {
7393
7689
  "kind": "Content",
@@ -7397,7 +7693,7 @@
7397
7693
  "fileUrlPath": "../ecs/dist/systems/events.d.ts",
7398
7694
  "returnTypeTokenRange": {
7399
7695
  "startIndex": 5,
7400
- "endIndex": 30
7696
+ "endIndex": 36
7401
7697
  },
7402
7698
  "releaseTag": "Public",
7403
7699
  "overloadIndex": 1,
@@ -7960,6 +8256,62 @@
7960
8256
  "endIndex": 2
7961
8257
  }
7962
8258
  },
8259
+ {
8260
+ "kind": "Function",
8261
+ "canonicalReference": "@dcl/playground-assets!Dropdown:function(1)",
8262
+ "docComment": "/**\n * @public\n */\n",
8263
+ "excerptTokens": [
8264
+ {
8265
+ "kind": "Content",
8266
+ "text": "export declare function Dropdown(props: "
8267
+ },
8268
+ {
8269
+ "kind": "Reference",
8270
+ "text": "EntityPropTypes",
8271
+ "canonicalReference": "@dcl/playground-assets!EntityPropTypes:type"
8272
+ },
8273
+ {
8274
+ "kind": "Content",
8275
+ "text": " & "
8276
+ },
8277
+ {
8278
+ "kind": "Reference",
8279
+ "text": "UiDropdownProps",
8280
+ "canonicalReference": "@dcl/playground-assets!UiDropdownProps:type"
8281
+ },
8282
+ {
8283
+ "kind": "Content",
8284
+ "text": "): "
8285
+ },
8286
+ {
8287
+ "kind": "Reference",
8288
+ "text": "ReactEcs.JSX.Element",
8289
+ "canonicalReference": "@dcl/playground-assets!ReactEcs.JSX.Element:type"
8290
+ },
8291
+ {
8292
+ "kind": "Content",
8293
+ "text": ";"
8294
+ }
8295
+ ],
8296
+ "fileUrlPath": "../react-ecs/dist/components/Dropdown/index.d.ts",
8297
+ "returnTypeTokenRange": {
8298
+ "startIndex": 5,
8299
+ "endIndex": 6
8300
+ },
8301
+ "releaseTag": "Public",
8302
+ "overloadIndex": 1,
8303
+ "parameters": [
8304
+ {
8305
+ "parameterName": "props",
8306
+ "parameterTypeTokenRange": {
8307
+ "startIndex": 1,
8308
+ "endIndex": 4
8309
+ },
8310
+ "isOptional": false
8311
+ }
8312
+ ],
8313
+ "name": "Dropdown"
8314
+ },
7963
8315
  {
7964
8316
  "kind": "TypeAlias",
7965
8317
  "canonicalReference": "@dcl/playground-assets!EcsElements:type",
@@ -7982,15 +8334,6 @@
7982
8334
  "kind": "Content",
7983
8335
  "text": "<"
7984
8336
  },
7985
- {
7986
- "kind": "Reference",
7987
- "text": "Omit",
7988
- "canonicalReference": "!Omit:type"
7989
- },
7990
- {
7991
- "kind": "Content",
7992
- "text": "<"
7993
- },
7994
8337
  {
7995
8338
  "kind": "Reference",
7996
8339
  "text": "EntityComponents",
@@ -7998,7 +8341,7 @@
7998
8341
  },
7999
8342
  {
8000
8343
  "kind": "Content",
8001
- "text": ", 'onClick'> & "
8344
+ "text": " & "
8002
8345
  },
8003
8346
  {
8004
8347
  "kind": "Reference",
@@ -8019,7 +8362,7 @@
8019
8362
  "name": "EcsElements",
8020
8363
  "typeTokenRange": {
8021
8364
  "startIndex": 1,
8022
- "endIndex": 10
8365
+ "endIndex": 8
8023
8366
  }
8024
8367
  },
8025
8368
  {
@@ -8229,12 +8572,39 @@
8229
8572
  },
8230
8573
  {
8231
8574
  "kind": "Content",
8232
- "text": ";\n onClick: "
8575
+ "text": ";\n uiInput: "
8233
8576
  },
8234
8577
  {
8235
8578
  "kind": "Reference",
8236
- "text": "EventSystemCallback",
8237
- "canonicalReference": "@dcl/playground-assets!EventSystemCallback:type"
8579
+ "text": "PBUiInput",
8580
+ "canonicalReference": "@dcl/playground-assets!PBUiInput:interface"
8581
+ },
8582
+ {
8583
+ "kind": "Content",
8584
+ "text": ";\n uiDropdown: "
8585
+ },
8586
+ {
8587
+ "kind": "Reference",
8588
+ "text": "PBUiDropdown",
8589
+ "canonicalReference": "@dcl/playground-assets!PBUiDropdown:interface"
8590
+ },
8591
+ {
8592
+ "kind": "Content",
8593
+ "text": ";\n onMouseDown: "
8594
+ },
8595
+ {
8596
+ "kind": "Reference",
8597
+ "text": "Callback",
8598
+ "canonicalReference": "@dcl/playground-assets!Callback:type"
8599
+ },
8600
+ {
8601
+ "kind": "Content",
8602
+ "text": ";\n onMouseUp: "
8603
+ },
8604
+ {
8605
+ "kind": "Reference",
8606
+ "text": "Callback",
8607
+ "canonicalReference": "@dcl/playground-assets!Callback:type"
8238
8608
  },
8239
8609
  {
8240
8610
  "kind": "Content",
@@ -8250,7 +8620,7 @@
8250
8620
  "name": "EntityComponents",
8251
8621
  "typeTokenRange": {
8252
8622
  "startIndex": 1,
8253
- "endIndex": 10
8623
+ "endIndex": 16
8254
8624
  }
8255
8625
  },
8256
8626
  {
@@ -8346,25 +8716,21 @@
8346
8716
  },
8347
8717
  {
8348
8718
  "kind": "Content",
8349
- "text": ";\n uiText?: "
8719
+ "text": ";\n uiBackground?: "
8350
8720
  },
8351
8721
  {
8352
8722
  "kind": "Reference",
8353
- "text": "PBUiText",
8354
- "canonicalReference": "@dcl/playground-assets!PBUiText:interface"
8723
+ "text": "UiBackgroundProps",
8724
+ "canonicalReference": "@dcl/playground-assets!UiBackgroundProps:type"
8355
8725
  },
8356
8726
  {
8357
8727
  "kind": "Content",
8358
- "text": ";\n uiBackground?: "
8728
+ "text": ";\n} & "
8359
8729
  },
8360
8730
  {
8361
8731
  "kind": "Reference",
8362
- "text": "PBUiBackground",
8363
- "canonicalReference": "@dcl/playground-assets!PBUiBackground:interface"
8364
- },
8365
- {
8366
- "kind": "Content",
8367
- "text": ";\n}"
8732
+ "text": "Listeners",
8733
+ "canonicalReference": "@dcl/playground-assets!Listeners:type"
8368
8734
  },
8369
8735
  {
8370
8736
  "kind": "Content",
@@ -8376,7 +8742,7 @@
8376
8742
  "name": "EntityPropTypes",
8377
8743
  "typeTokenRange": {
8378
8744
  "startIndex": 1,
8379
- "endIndex": 8
8745
+ "endIndex": 7
8380
8746
  }
8381
8747
  },
8382
8748
  {
@@ -8452,7 +8818,7 @@
8452
8818
  },
8453
8819
  {
8454
8820
  "kind": "Content",
8455
- "text": "{\n button?: "
8821
+ "text": "{\n button: "
8456
8822
  },
8457
8823
  {
8458
8824
  "kind": "Reference",
@@ -8461,7 +8827,7 @@
8461
8827
  },
8462
8828
  {
8463
8829
  "kind": "Content",
8464
- "text": ";\n hoverText?: string;\n maxDistance?: number;\n}"
8830
+ "text": ";\n hoverText?: string;\n maxDistance?: number;\n showFeedback?: boolean;\n}"
8465
8831
  },
8466
8832
  {
8467
8833
  "kind": "Content",
@@ -10763,6 +11129,75 @@
10763
11129
  "endIndex": 2
10764
11130
  }
10765
11131
  },
11132
+ {
11133
+ "kind": "Function",
11134
+ "canonicalReference": "@dcl/playground-assets!Input:function(1)",
11135
+ "docComment": "/**\n * @public\n */\n",
11136
+ "excerptTokens": [
11137
+ {
11138
+ "kind": "Content",
11139
+ "text": "export declare function Input(props: "
11140
+ },
11141
+ {
11142
+ "kind": "Reference",
11143
+ "text": "EntityPropTypes",
11144
+ "canonicalReference": "@dcl/playground-assets!EntityPropTypes:type"
11145
+ },
11146
+ {
11147
+ "kind": "Content",
11148
+ "text": " & "
11149
+ },
11150
+ {
11151
+ "kind": "Reference",
11152
+ "text": "Partial",
11153
+ "canonicalReference": "!Partial:type"
11154
+ },
11155
+ {
11156
+ "kind": "Content",
11157
+ "text": "<"
11158
+ },
11159
+ {
11160
+ "kind": "Reference",
11161
+ "text": "UiInputProps",
11162
+ "canonicalReference": "@dcl/playground-assets!UiInputProps:type"
11163
+ },
11164
+ {
11165
+ "kind": "Content",
11166
+ "text": ">"
11167
+ },
11168
+ {
11169
+ "kind": "Content",
11170
+ "text": "): "
11171
+ },
11172
+ {
11173
+ "kind": "Reference",
11174
+ "text": "ReactEcs.JSX.Element",
11175
+ "canonicalReference": "@dcl/playground-assets!ReactEcs.JSX.Element:type"
11176
+ },
11177
+ {
11178
+ "kind": "Content",
11179
+ "text": ";"
11180
+ }
11181
+ ],
11182
+ "fileUrlPath": "../react-ecs/dist/components/Input/index.d.ts",
11183
+ "returnTypeTokenRange": {
11184
+ "startIndex": 8,
11185
+ "endIndex": 9
11186
+ },
11187
+ "releaseTag": "Public",
11188
+ "overloadIndex": 1,
11189
+ "parameters": [
11190
+ {
11191
+ "parameterName": "props",
11192
+ "parameterTypeTokenRange": {
11193
+ "startIndex": 1,
11194
+ "endIndex": 7
11195
+ },
11196
+ "isOptional": false
11197
+ }
11198
+ ],
11199
+ "name": "Input"
11200
+ },
10766
11201
  {
10767
11202
  "kind": "Enum",
10768
11203
  "canonicalReference": "@dcl/playground-assets!InputAction:enum",
@@ -11326,7 +11761,12 @@
11326
11761
  },
11327
11762
  {
11328
11763
  "kind": "Content",
11329
- "text": " is \"onClick\""
11764
+ "text": " is keyof "
11765
+ },
11766
+ {
11767
+ "kind": "Reference",
11768
+ "text": "Listeners",
11769
+ "canonicalReference": "@dcl/playground-assets!Listeners:type"
11330
11770
  }
11331
11771
  ],
11332
11772
  "fileUrlPath": "../react-ecs/dist/components/listeners/types.d.ts",
@@ -11335,7 +11775,7 @@
11335
11775
  "name": "isListener",
11336
11776
  "variableTypeTokenRange": {
11337
11777
  "startIndex": 1,
11338
- "endIndex": 4
11778
+ "endIndex": 5
11339
11779
  }
11340
11780
  },
11341
11781
  {
@@ -11370,20 +11810,29 @@
11370
11810
  "extendsTokenRanges": []
11371
11811
  },
11372
11812
  {
11373
- "kind": "Interface",
11374
- "canonicalReference": "@dcl/playground-assets!JSX.Element:interface",
11813
+ "kind": "TypeAlias",
11814
+ "canonicalReference": "@dcl/playground-assets!JSX.Element:type",
11375
11815
  "docComment": "",
11376
11816
  "excerptTokens": [
11377
11817
  {
11378
11818
  "kind": "Content",
11379
- "text": "interface Element "
11819
+ "text": "type Element = "
11820
+ },
11821
+ {
11822
+ "kind": "Content",
11823
+ "text": "{} | null"
11824
+ },
11825
+ {
11826
+ "kind": "Content",
11827
+ "text": ";"
11380
11828
  }
11381
11829
  ],
11382
11830
  "releaseTag": "Public",
11383
11831
  "name": "Element",
11384
- "preserveMemberOrder": false,
11385
- "members": [],
11386
- "extendsTokenRanges": []
11832
+ "typeTokenRange": {
11833
+ "startIndex": 1,
11834
+ "endIndex": 2
11835
+ }
11387
11836
  },
11388
11837
  {
11389
11838
  "kind": "TypeAlias",
@@ -11439,6 +11888,62 @@
11439
11888
  "endIndex": 2
11440
11889
  }
11441
11890
  },
11891
+ {
11892
+ "kind": "Function",
11893
+ "canonicalReference": "@dcl/playground-assets!Label:function(1)",
11894
+ "docComment": "/**\n * @public\n */\n",
11895
+ "excerptTokens": [
11896
+ {
11897
+ "kind": "Content",
11898
+ "text": "export declare function Label(props: "
11899
+ },
11900
+ {
11901
+ "kind": "Reference",
11902
+ "text": "EntityPropTypes",
11903
+ "canonicalReference": "@dcl/playground-assets!EntityPropTypes:type"
11904
+ },
11905
+ {
11906
+ "kind": "Content",
11907
+ "text": " & "
11908
+ },
11909
+ {
11910
+ "kind": "Reference",
11911
+ "text": "UiTextProps",
11912
+ "canonicalReference": "@dcl/playground-assets!UiTextProps:type"
11913
+ },
11914
+ {
11915
+ "kind": "Content",
11916
+ "text": "): "
11917
+ },
11918
+ {
11919
+ "kind": "Reference",
11920
+ "text": "ReactEcs.JSX.Element",
11921
+ "canonicalReference": "@dcl/playground-assets!ReactEcs.JSX.Element:type"
11922
+ },
11923
+ {
11924
+ "kind": "Content",
11925
+ "text": ";"
11926
+ }
11927
+ ],
11928
+ "fileUrlPath": "../react-ecs/dist/components/Label/index.d.ts",
11929
+ "returnTypeTokenRange": {
11930
+ "startIndex": 5,
11931
+ "endIndex": 6
11932
+ },
11933
+ "releaseTag": "Public",
11934
+ "overloadIndex": 1,
11935
+ "parameters": [
11936
+ {
11937
+ "parameterName": "props",
11938
+ "parameterTypeTokenRange": {
11939
+ "startIndex": 1,
11940
+ "endIndex": 4
11941
+ },
11942
+ "isOptional": false
11943
+ }
11944
+ ],
11945
+ "name": "Label"
11946
+ },
11442
11947
  {
11443
11948
  "kind": "TypeAlias",
11444
11949
  "canonicalReference": "@dcl/playground-assets!Listeners:type",
@@ -11450,12 +11955,21 @@
11450
11955
  },
11451
11956
  {
11452
11957
  "kind": "Content",
11453
- "text": "{\n onClick?: "
11958
+ "text": "{\n onMouseDown?: "
11454
11959
  },
11455
11960
  {
11456
11961
  "kind": "Reference",
11457
- "text": "EventSystemCallback",
11458
- "canonicalReference": "@dcl/playground-assets!EventSystemCallback:type"
11962
+ "text": "Callback",
11963
+ "canonicalReference": "@dcl/playground-assets!Callback:type"
11964
+ },
11965
+ {
11966
+ "kind": "Content",
11967
+ "text": ";\n onMouseUp?: "
11968
+ },
11969
+ {
11970
+ "kind": "Reference",
11971
+ "text": "Callback",
11972
+ "canonicalReference": "@dcl/playground-assets!Callback:type"
11459
11973
  },
11460
11974
  {
11461
11975
  "kind": "Content",
@@ -11471,7 +11985,7 @@
11471
11985
  "name": "Listeners",
11472
11986
  "typeTokenRange": {
11473
11987
  "startIndex": 1,
11474
- "endIndex": 4
11988
+ "endIndex": 6
11475
11989
  }
11476
11990
  },
11477
11991
  {
@@ -27447,31 +27961,36 @@
27447
27961
  },
27448
27962
  {
27449
27963
  "kind": "Interface",
27450
- "canonicalReference": "@dcl/playground-assets!PBPointerEventsResult_PointerCommand:interface",
27451
- "docComment": "/**\n * this message represents a pointer event, used both for UP and DOWN actions\n */\n",
27964
+ "canonicalReference": "@dcl/playground-assets!PBPointerEvents_Entry:interface",
27965
+ "docComment": "",
27452
27966
  "excerptTokens": [
27453
27967
  {
27454
27968
  "kind": "Content",
27455
- "text": "export interface PBPointerEventsResult_PointerCommand "
27969
+ "text": "export interface PBPointerEvents_Entry "
27456
27970
  }
27457
27971
  ],
27458
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/pointer_events_result.gen.d.ts",
27972
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/pointer_events.gen.d.ts",
27459
27973
  "releaseTag": "Public",
27460
- "name": "PBPointerEventsResult_PointerCommand",
27974
+ "name": "PBPointerEvents_Entry",
27461
27975
  "preserveMemberOrder": false,
27462
27976
  "members": [
27463
27977
  {
27464
27978
  "kind": "PropertySignature",
27465
- "canonicalReference": "@dcl/playground-assets!PBPointerEventsResult_PointerCommand#analog:member",
27466
- "docComment": "/**\n * if the input is analog then we store it here\n */\n",
27979
+ "canonicalReference": "@dcl/playground-assets!PBPointerEvents_Entry#eventInfo:member",
27980
+ "docComment": "",
27467
27981
  "excerptTokens": [
27468
27982
  {
27469
27983
  "kind": "Content",
27470
- "text": "analog?: "
27984
+ "text": "eventInfo: "
27985
+ },
27986
+ {
27987
+ "kind": "Reference",
27988
+ "text": "PBPointerEvents_Info",
27989
+ "canonicalReference": "@dcl/playground-assets!PBPointerEvents_Info:interface"
27471
27990
  },
27472
27991
  {
27473
27992
  "kind": "Content",
27474
- "text": "number | undefined"
27993
+ "text": " | undefined"
27475
27994
  },
27476
27995
  {
27477
27996
  "kind": "Content",
@@ -27479,27 +27998,27 @@
27479
27998
  }
27480
27999
  ],
27481
28000
  "isReadonly": false,
27482
- "isOptional": true,
28001
+ "isOptional": false,
27483
28002
  "releaseTag": "Public",
27484
- "name": "analog",
28003
+ "name": "eventInfo",
27485
28004
  "propertyTypeTokenRange": {
27486
28005
  "startIndex": 1,
27487
- "endIndex": 2
28006
+ "endIndex": 3
27488
28007
  }
27489
28008
  },
27490
28009
  {
27491
28010
  "kind": "PropertySignature",
27492
- "canonicalReference": "@dcl/playground-assets!PBPointerEventsResult_PointerCommand#button:member",
27493
- "docComment": "/**\n * identifier of the input\n */\n",
28011
+ "canonicalReference": "@dcl/playground-assets!PBPointerEvents_Entry#eventType:member",
28012
+ "docComment": "",
27494
28013
  "excerptTokens": [
27495
28014
  {
27496
28015
  "kind": "Content",
27497
- "text": "button: "
28016
+ "text": "eventType: "
27498
28017
  },
27499
28018
  {
27500
28019
  "kind": "Reference",
27501
- "text": "InputAction",
27502
- "canonicalReference": "@dcl/playground-assets!InputAction:enum"
28020
+ "text": "PointerEventType",
28021
+ "canonicalReference": "@dcl/playground-assets!PointerEventType:enum"
27503
28022
  },
27504
28023
  {
27505
28024
  "kind": "Content",
@@ -27509,25 +28028,120 @@
27509
28028
  "isReadonly": false,
27510
28029
  "isOptional": false,
27511
28030
  "releaseTag": "Public",
27512
- "name": "button",
28031
+ "name": "eventType",
27513
28032
  "propertyTypeTokenRange": {
27514
28033
  "startIndex": 1,
27515
28034
  "endIndex": 2
27516
28035
  }
28036
+ }
28037
+ ],
28038
+ "extendsTokenRanges": []
28039
+ },
28040
+ {
28041
+ "kind": "Variable",
28042
+ "canonicalReference": "@dcl/playground-assets!PBPointerEvents_Entry:var",
28043
+ "docComment": "/**\n * Internal\n */\n",
28044
+ "excerptTokens": [
28045
+ {
28046
+ "kind": "Content",
28047
+ "text": "PBPointerEvents_Entry: "
28048
+ },
28049
+ {
28050
+ "kind": "Content",
28051
+ "text": "{\n encode(message: "
28052
+ },
28053
+ {
28054
+ "kind": "Reference",
28055
+ "text": "PBPointerEvents_Entry",
28056
+ "canonicalReference": "@dcl/playground-assets!PBPointerEvents_Entry:interface"
28057
+ },
28058
+ {
28059
+ "kind": "Content",
28060
+ "text": ", writer?: "
28061
+ },
28062
+ {
28063
+ "kind": "Reference",
28064
+ "text": "_m0.Writer",
28065
+ "canonicalReference": "protobufjs!Writer:class"
28066
+ },
28067
+ {
28068
+ "kind": "Content",
28069
+ "text": "): "
28070
+ },
28071
+ {
28072
+ "kind": "Reference",
28073
+ "text": "_m0.Writer",
28074
+ "canonicalReference": "protobufjs!Writer:class"
28075
+ },
28076
+ {
28077
+ "kind": "Content",
28078
+ "text": ";\n decode(input: "
28079
+ },
28080
+ {
28081
+ "kind": "Reference",
28082
+ "text": "_m0.Reader",
28083
+ "canonicalReference": "protobufjs!Reader:class"
28084
+ },
28085
+ {
28086
+ "kind": "Content",
28087
+ "text": " | "
28088
+ },
28089
+ {
28090
+ "kind": "Reference",
28091
+ "text": "Uint8Array",
28092
+ "canonicalReference": "!Uint8Array:interface"
28093
+ },
28094
+ {
28095
+ "kind": "Content",
28096
+ "text": ", length?: number): "
27517
28097
  },
28098
+ {
28099
+ "kind": "Reference",
28100
+ "text": "PBPointerEvents_Entry",
28101
+ "canonicalReference": "@dcl/playground-assets!PBPointerEvents_Entry:interface"
28102
+ },
28103
+ {
28104
+ "kind": "Content",
28105
+ "text": ";\n}"
28106
+ }
28107
+ ],
28108
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/pointer_events.gen.d.ts",
28109
+ "isReadonly": true,
28110
+ "releaseTag": "Public",
28111
+ "name": "PBPointerEvents_Entry",
28112
+ "variableTypeTokenRange": {
28113
+ "startIndex": 1,
28114
+ "endIndex": 14
28115
+ }
28116
+ },
28117
+ {
28118
+ "kind": "Interface",
28119
+ "canonicalReference": "@dcl/playground-assets!PBPointerEvents_Info:interface",
28120
+ "docComment": "",
28121
+ "excerptTokens": [
28122
+ {
28123
+ "kind": "Content",
28124
+ "text": "export interface PBPointerEvents_Info "
28125
+ }
28126
+ ],
28127
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/pointer_events.gen.d.ts",
28128
+ "releaseTag": "Public",
28129
+ "name": "PBPointerEvents_Info",
28130
+ "preserveMemberOrder": false,
28131
+ "members": [
27518
28132
  {
27519
28133
  "kind": "PropertySignature",
27520
- "canonicalReference": "@dcl/playground-assets!PBPointerEventsResult_PointerCommand#hit:member",
27521
- "docComment": "",
28134
+ "canonicalReference": "@dcl/playground-assets!PBPointerEvents_Info#button:member",
28135
+ "docComment": "/**\n * default=InputAction.ANY\n */\n",
27522
28136
  "excerptTokens": [
27523
28137
  {
27524
28138
  "kind": "Content",
27525
- "text": "hit: "
28139
+ "text": "button?: "
27526
28140
  },
27527
28141
  {
27528
28142
  "kind": "Reference",
27529
- "text": "RaycastHit",
27530
- "canonicalReference": "@dcl/playground-assets!RaycastHit:interface"
28143
+ "text": "InputAction",
28144
+ "canonicalReference": "@dcl/playground-assets!InputAction:enum"
27531
28145
  },
27532
28146
  {
27533
28147
  "kind": "Content",
@@ -27539,9 +28153,9 @@
27539
28153
  }
27540
28154
  ],
27541
28155
  "isReadonly": false,
27542
- "isOptional": false,
28156
+ "isOptional": true,
27543
28157
  "releaseTag": "Public",
27544
- "name": "hit",
28158
+ "name": "button",
27545
28159
  "propertyTypeTokenRange": {
27546
28160
  "startIndex": 1,
27547
28161
  "endIndex": 3
@@ -27549,17 +28163,16 @@
27549
28163
  },
27550
28164
  {
27551
28165
  "kind": "PropertySignature",
27552
- "canonicalReference": "@dcl/playground-assets!PBPointerEventsResult_PointerCommand#state:member",
27553
- "docComment": "",
28166
+ "canonicalReference": "@dcl/playground-assets!PBPointerEvents_Info#hoverText:member",
28167
+ "docComment": "/**\n * default='Interact'\n */\n",
27554
28168
  "excerptTokens": [
27555
28169
  {
27556
28170
  "kind": "Content",
27557
- "text": "state: "
28171
+ "text": "hoverText?: "
27558
28172
  },
27559
28173
  {
27560
- "kind": "Reference",
27561
- "text": "PointerEventType",
27562
- "canonicalReference": "@dcl/playground-assets!PointerEventType:enum"
28174
+ "kind": "Content",
28175
+ "text": "string | undefined"
27563
28176
  },
27564
28177
  {
27565
28178
  "kind": "Content",
@@ -27567,9 +28180,9 @@
27567
28180
  }
27568
28181
  ],
27569
28182
  "isReadonly": false,
27570
- "isOptional": false,
28183
+ "isOptional": true,
27571
28184
  "releaseTag": "Public",
27572
- "name": "state",
28185
+ "name": "hoverText",
27573
28186
  "propertyTypeTokenRange": {
27574
28187
  "startIndex": 1,
27575
28188
  "endIndex": 2
@@ -27577,16 +28190,16 @@
27577
28190
  },
27578
28191
  {
27579
28192
  "kind": "PropertySignature",
27580
- "canonicalReference": "@dcl/playground-assets!PBPointerEventsResult_PointerCommand#timestamp:member",
27581
- "docComment": "/**\n * could be a Lamport timestamp\n */\n",
28193
+ "canonicalReference": "@dcl/playground-assets!PBPointerEvents_Info#maxDistance:member",
28194
+ "docComment": "/**\n * default=10\n */\n",
27582
28195
  "excerptTokens": [
27583
28196
  {
27584
28197
  "kind": "Content",
27585
- "text": "timestamp: "
28198
+ "text": "maxDistance?: "
27586
28199
  },
27587
28200
  {
27588
28201
  "kind": "Content",
27589
- "text": "number"
28202
+ "text": "number | undefined"
27590
28203
  },
27591
28204
  {
27592
28205
  "kind": "Content",
@@ -27594,9 +28207,36 @@
27594
28207
  }
27595
28208
  ],
27596
28209
  "isReadonly": false,
27597
- "isOptional": false,
28210
+ "isOptional": true,
27598
28211
  "releaseTag": "Public",
27599
- "name": "timestamp",
28212
+ "name": "maxDistance",
28213
+ "propertyTypeTokenRange": {
28214
+ "startIndex": 1,
28215
+ "endIndex": 2
28216
+ }
28217
+ },
28218
+ {
28219
+ "kind": "PropertySignature",
28220
+ "canonicalReference": "@dcl/playground-assets!PBPointerEvents_Info#showFeedback:member",
28221
+ "docComment": "/**\n * default=true\n */\n",
28222
+ "excerptTokens": [
28223
+ {
28224
+ "kind": "Content",
28225
+ "text": "showFeedback?: "
28226
+ },
28227
+ {
28228
+ "kind": "Content",
28229
+ "text": "boolean | undefined"
28230
+ },
28231
+ {
28232
+ "kind": "Content",
28233
+ "text": ";"
28234
+ }
28235
+ ],
28236
+ "isReadonly": false,
28237
+ "isOptional": true,
28238
+ "releaseTag": "Public",
28239
+ "name": "showFeedback",
27600
28240
  "propertyTypeTokenRange": {
27601
28241
  "startIndex": 1,
27602
28242
  "endIndex": 2
@@ -27607,12 +28247,12 @@
27607
28247
  },
27608
28248
  {
27609
28249
  "kind": "Variable",
27610
- "canonicalReference": "@dcl/playground-assets!PBPointerEventsResult_PointerCommand:var",
28250
+ "canonicalReference": "@dcl/playground-assets!PBPointerEvents_Info:var",
27611
28251
  "docComment": "/**\n * Internal\n */\n",
27612
28252
  "excerptTokens": [
27613
28253
  {
27614
28254
  "kind": "Content",
27615
- "text": "PBPointerEventsResult_PointerCommand: "
28255
+ "text": "PBPointerEvents_Info: "
27616
28256
  },
27617
28257
  {
27618
28258
  "kind": "Content",
@@ -27620,8 +28260,8 @@
27620
28260
  },
27621
28261
  {
27622
28262
  "kind": "Reference",
27623
- "text": "PBPointerEventsResult_PointerCommand",
27624
- "canonicalReference": "@dcl/playground-assets!PBPointerEventsResult_PointerCommand:interface"
28263
+ "text": "PBPointerEvents_Info",
28264
+ "canonicalReference": "@dcl/playground-assets!PBPointerEvents_Info:interface"
27625
28265
  },
27626
28266
  {
27627
28267
  "kind": "Content",
@@ -27665,18 +28305,18 @@
27665
28305
  },
27666
28306
  {
27667
28307
  "kind": "Reference",
27668
- "text": "PBPointerEventsResult_PointerCommand",
27669
- "canonicalReference": "@dcl/playground-assets!PBPointerEventsResult_PointerCommand:interface"
28308
+ "text": "PBPointerEvents_Info",
28309
+ "canonicalReference": "@dcl/playground-assets!PBPointerEvents_Info:interface"
27670
28310
  },
27671
28311
  {
27672
28312
  "kind": "Content",
27673
28313
  "text": ";\n}"
27674
28314
  }
27675
28315
  ],
27676
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/pointer_events_result.gen.d.ts",
28316
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/pointer_events.gen.d.ts",
27677
28317
  "isReadonly": true,
27678
28318
  "releaseTag": "Public",
27679
- "name": "PBPointerEventsResult_PointerCommand",
28319
+ "name": "PBPointerEvents_Info",
27680
28320
  "variableTypeTokenRange": {
27681
28321
  "startIndex": 1,
27682
28322
  "endIndex": 14
@@ -27684,32 +28324,32 @@
27684
28324
  },
27685
28325
  {
27686
28326
  "kind": "Interface",
27687
- "canonicalReference": "@dcl/playground-assets!PBPointerEventsResult:interface",
27688
- "docComment": "/**\n * the renderer will set this component to the root entity once per frame with all the events\n */\n",
28327
+ "canonicalReference": "@dcl/playground-assets!PBPointerEvents:interface",
28328
+ "docComment": "",
27689
28329
  "excerptTokens": [
27690
28330
  {
27691
28331
  "kind": "Content",
27692
- "text": "export interface PBPointerEventsResult "
28332
+ "text": "export interface PBPointerEvents "
27693
28333
  }
27694
28334
  ],
27695
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/pointer_events_result.gen.d.ts",
28335
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/pointer_events.gen.d.ts",
27696
28336
  "releaseTag": "Public",
27697
- "name": "PBPointerEventsResult",
28337
+ "name": "PBPointerEvents",
27698
28338
  "preserveMemberOrder": false,
27699
28339
  "members": [
27700
28340
  {
27701
28341
  "kind": "PropertySignature",
27702
- "canonicalReference": "@dcl/playground-assets!PBPointerEventsResult#commands:member",
27703
- "docComment": "/**\n * a list of the last N pointer commands (from the engine)\n */\n",
28342
+ "canonicalReference": "@dcl/playground-assets!PBPointerEvents#pointerEvents:member",
28343
+ "docComment": "",
27704
28344
  "excerptTokens": [
27705
28345
  {
27706
28346
  "kind": "Content",
27707
- "text": "commands: "
28347
+ "text": "pointerEvents: "
27708
28348
  },
27709
28349
  {
27710
28350
  "kind": "Reference",
27711
- "text": "PBPointerEventsResult_PointerCommand",
27712
- "canonicalReference": "@dcl/playground-assets!PBPointerEventsResult_PointerCommand:interface"
28351
+ "text": "PBPointerEvents_Entry",
28352
+ "canonicalReference": "@dcl/playground-assets!PBPointerEvents_Entry:interface"
27713
28353
  },
27714
28354
  {
27715
28355
  "kind": "Content",
@@ -27723,7 +28363,7 @@
27723
28363
  "isReadonly": false,
27724
28364
  "isOptional": false,
27725
28365
  "releaseTag": "Public",
27726
- "name": "commands",
28366
+ "name": "pointerEvents",
27727
28367
  "propertyTypeTokenRange": {
27728
28368
  "startIndex": 1,
27729
28369
  "endIndex": 3
@@ -27734,12 +28374,12 @@
27734
28374
  },
27735
28375
  {
27736
28376
  "kind": "Variable",
27737
- "canonicalReference": "@dcl/playground-assets!PBPointerEventsResult:var",
28377
+ "canonicalReference": "@dcl/playground-assets!PBPointerEvents:var",
27738
28378
  "docComment": "/**\n * Internal\n */\n",
27739
28379
  "excerptTokens": [
27740
28380
  {
27741
28381
  "kind": "Content",
27742
- "text": "PBPointerEventsResult: "
28382
+ "text": "PBPointerEvents: "
27743
28383
  },
27744
28384
  {
27745
28385
  "kind": "Content",
@@ -27747,8 +28387,8 @@
27747
28387
  },
27748
28388
  {
27749
28389
  "kind": "Reference",
27750
- "text": "PBPointerEventsResult",
27751
- "canonicalReference": "@dcl/playground-assets!PBPointerEventsResult:interface"
28390
+ "text": "PBPointerEvents",
28391
+ "canonicalReference": "@dcl/playground-assets!PBPointerEvents:interface"
27752
28392
  },
27753
28393
  {
27754
28394
  "kind": "Content",
@@ -27792,18 +28432,18 @@
27792
28432
  },
27793
28433
  {
27794
28434
  "kind": "Reference",
27795
- "text": "PBPointerEventsResult",
27796
- "canonicalReference": "@dcl/playground-assets!PBPointerEventsResult:interface"
28435
+ "text": "PBPointerEvents",
28436
+ "canonicalReference": "@dcl/playground-assets!PBPointerEvents:interface"
27797
28437
  },
27798
28438
  {
27799
28439
  "kind": "Content",
27800
28440
  "text": ";\n}"
27801
28441
  }
27802
28442
  ],
27803
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/pointer_events_result.gen.d.ts",
28443
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/pointer_events.gen.d.ts",
27804
28444
  "isReadonly": true,
27805
28445
  "releaseTag": "Public",
27806
- "name": "PBPointerEventsResult",
28446
+ "name": "PBPointerEvents",
27807
28447
  "variableTypeTokenRange": {
27808
28448
  "startIndex": 1,
27809
28449
  "endIndex": 14
@@ -27811,32 +28451,87 @@
27811
28451
  },
27812
28452
  {
27813
28453
  "kind": "Interface",
27814
- "canonicalReference": "@dcl/playground-assets!PBPointerHoverFeedback_Entry:interface",
27815
- "docComment": "",
28454
+ "canonicalReference": "@dcl/playground-assets!PBPointerEventsResult_PointerCommand:interface",
28455
+ "docComment": "/**\n * this message represents a pointer event, used both for UP and DOWN actions\n */\n",
27816
28456
  "excerptTokens": [
27817
28457
  {
27818
28458
  "kind": "Content",
27819
- "text": "export interface PBPointerHoverFeedback_Entry "
28459
+ "text": "export interface PBPointerEventsResult_PointerCommand "
27820
28460
  }
27821
28461
  ],
27822
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/pointer_hover_feedback.gen.d.ts",
28462
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/pointer_events_result.gen.d.ts",
27823
28463
  "releaseTag": "Public",
27824
- "name": "PBPointerHoverFeedback_Entry",
28464
+ "name": "PBPointerEventsResult_PointerCommand",
27825
28465
  "preserveMemberOrder": false,
27826
28466
  "members": [
27827
28467
  {
27828
28468
  "kind": "PropertySignature",
27829
- "canonicalReference": "@dcl/playground-assets!PBPointerHoverFeedback_Entry#eventInfo:member",
28469
+ "canonicalReference": "@dcl/playground-assets!PBPointerEventsResult_PointerCommand#analog:member",
28470
+ "docComment": "/**\n * if the input is analog then we store it here\n */\n",
28471
+ "excerptTokens": [
28472
+ {
28473
+ "kind": "Content",
28474
+ "text": "analog?: "
28475
+ },
28476
+ {
28477
+ "kind": "Content",
28478
+ "text": "number | undefined"
28479
+ },
28480
+ {
28481
+ "kind": "Content",
28482
+ "text": ";"
28483
+ }
28484
+ ],
28485
+ "isReadonly": false,
28486
+ "isOptional": true,
28487
+ "releaseTag": "Public",
28488
+ "name": "analog",
28489
+ "propertyTypeTokenRange": {
28490
+ "startIndex": 1,
28491
+ "endIndex": 2
28492
+ }
28493
+ },
28494
+ {
28495
+ "kind": "PropertySignature",
28496
+ "canonicalReference": "@dcl/playground-assets!PBPointerEventsResult_PointerCommand#button:member",
28497
+ "docComment": "/**\n * identifier of the input\n */\n",
28498
+ "excerptTokens": [
28499
+ {
28500
+ "kind": "Content",
28501
+ "text": "button: "
28502
+ },
28503
+ {
28504
+ "kind": "Reference",
28505
+ "text": "InputAction",
28506
+ "canonicalReference": "@dcl/playground-assets!InputAction:enum"
28507
+ },
28508
+ {
28509
+ "kind": "Content",
28510
+ "text": ";"
28511
+ }
28512
+ ],
28513
+ "isReadonly": false,
28514
+ "isOptional": false,
28515
+ "releaseTag": "Public",
28516
+ "name": "button",
28517
+ "propertyTypeTokenRange": {
28518
+ "startIndex": 1,
28519
+ "endIndex": 2
28520
+ }
28521
+ },
28522
+ {
28523
+ "kind": "PropertySignature",
28524
+ "canonicalReference": "@dcl/playground-assets!PBPointerEventsResult_PointerCommand#hit:member",
27830
28525
  "docComment": "",
27831
28526
  "excerptTokens": [
27832
28527
  {
27833
28528
  "kind": "Content",
27834
- "text": "eventInfo: "
28529
+ "text": "hit: "
27835
28530
  },
27836
28531
  {
27837
28532
  "kind": "Reference",
27838
- "text": "PBPointerHoverFeedback_Info",
27839
- "canonicalReference": "@dcl/playground-assets!PBPointerHoverFeedback_Info:interface"
28533
+ "text": "RaycastHit",
28534
+ "canonicalReference": "@dcl/playground-assets!RaycastHit:interface"
27840
28535
  },
27841
28536
  {
27842
28537
  "kind": "Content",
@@ -27850,7 +28545,7 @@
27850
28545
  "isReadonly": false,
27851
28546
  "isOptional": false,
27852
28547
  "releaseTag": "Public",
27853
- "name": "eventInfo",
28548
+ "name": "hit",
27854
28549
  "propertyTypeTokenRange": {
27855
28550
  "startIndex": 1,
27856
28551
  "endIndex": 3
@@ -27858,12 +28553,12 @@
27858
28553
  },
27859
28554
  {
27860
28555
  "kind": "PropertySignature",
27861
- "canonicalReference": "@dcl/playground-assets!PBPointerHoverFeedback_Entry#eventType:member",
28556
+ "canonicalReference": "@dcl/playground-assets!PBPointerEventsResult_PointerCommand#state:member",
27862
28557
  "docComment": "",
27863
28558
  "excerptTokens": [
27864
28559
  {
27865
28560
  "kind": "Content",
27866
- "text": "eventType: "
28561
+ "text": "state: "
27867
28562
  },
27868
28563
  {
27869
28564
  "kind": "Reference",
@@ -27878,7 +28573,34 @@
27878
28573
  "isReadonly": false,
27879
28574
  "isOptional": false,
27880
28575
  "releaseTag": "Public",
27881
- "name": "eventType",
28576
+ "name": "state",
28577
+ "propertyTypeTokenRange": {
28578
+ "startIndex": 1,
28579
+ "endIndex": 2
28580
+ }
28581
+ },
28582
+ {
28583
+ "kind": "PropertySignature",
28584
+ "canonicalReference": "@dcl/playground-assets!PBPointerEventsResult_PointerCommand#timestamp:member",
28585
+ "docComment": "/**\n * could be a Lamport timestamp\n */\n",
28586
+ "excerptTokens": [
28587
+ {
28588
+ "kind": "Content",
28589
+ "text": "timestamp: "
28590
+ },
28591
+ {
28592
+ "kind": "Content",
28593
+ "text": "number"
28594
+ },
28595
+ {
28596
+ "kind": "Content",
28597
+ "text": ";"
28598
+ }
28599
+ ],
28600
+ "isReadonly": false,
28601
+ "isOptional": false,
28602
+ "releaseTag": "Public",
28603
+ "name": "timestamp",
27882
28604
  "propertyTypeTokenRange": {
27883
28605
  "startIndex": 1,
27884
28606
  "endIndex": 2
@@ -27889,12 +28611,12 @@
27889
28611
  },
27890
28612
  {
27891
28613
  "kind": "Variable",
27892
- "canonicalReference": "@dcl/playground-assets!PBPointerHoverFeedback_Entry:var",
28614
+ "canonicalReference": "@dcl/playground-assets!PBPointerEventsResult_PointerCommand:var",
27893
28615
  "docComment": "/**\n * Internal\n */\n",
27894
28616
  "excerptTokens": [
27895
28617
  {
27896
28618
  "kind": "Content",
27897
- "text": "PBPointerHoverFeedback_Entry: "
28619
+ "text": "PBPointerEventsResult_PointerCommand: "
27898
28620
  },
27899
28621
  {
27900
28622
  "kind": "Content",
@@ -27902,8 +28624,8 @@
27902
28624
  },
27903
28625
  {
27904
28626
  "kind": "Reference",
27905
- "text": "PBPointerHoverFeedback_Entry",
27906
- "canonicalReference": "@dcl/playground-assets!PBPointerHoverFeedback_Entry:interface"
28627
+ "text": "PBPointerEventsResult_PointerCommand",
28628
+ "canonicalReference": "@dcl/playground-assets!PBPointerEventsResult_PointerCommand:interface"
27907
28629
  },
27908
28630
  {
27909
28631
  "kind": "Content",
@@ -27947,18 +28669,18 @@
27947
28669
  },
27948
28670
  {
27949
28671
  "kind": "Reference",
27950
- "text": "PBPointerHoverFeedback_Entry",
27951
- "canonicalReference": "@dcl/playground-assets!PBPointerHoverFeedback_Entry:interface"
28672
+ "text": "PBPointerEventsResult_PointerCommand",
28673
+ "canonicalReference": "@dcl/playground-assets!PBPointerEventsResult_PointerCommand:interface"
27952
28674
  },
27953
28675
  {
27954
28676
  "kind": "Content",
27955
28677
  "text": ";\n}"
27956
28678
  }
27957
28679
  ],
27958
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/pointer_hover_feedback.gen.d.ts",
28680
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/pointer_events_result.gen.d.ts",
27959
28681
  "isReadonly": true,
27960
28682
  "releaseTag": "Public",
27961
- "name": "PBPointerHoverFeedback_Entry",
28683
+ "name": "PBPointerEventsResult_PointerCommand",
27962
28684
  "variableTypeTokenRange": {
27963
28685
  "startIndex": 1,
27964
28686
  "endIndex": 14
@@ -27966,36 +28688,36 @@
27966
28688
  },
27967
28689
  {
27968
28690
  "kind": "Interface",
27969
- "canonicalReference": "@dcl/playground-assets!PBPointerHoverFeedback_Info:interface",
27970
- "docComment": "",
28691
+ "canonicalReference": "@dcl/playground-assets!PBPointerEventsResult:interface",
28692
+ "docComment": "/**\n * the renderer will set this component to the root entity once per frame with all the events\n */\n",
27971
28693
  "excerptTokens": [
27972
28694
  {
27973
28695
  "kind": "Content",
27974
- "text": "export interface PBPointerHoverFeedback_Info "
28696
+ "text": "export interface PBPointerEventsResult "
27975
28697
  }
27976
28698
  ],
27977
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/pointer_hover_feedback.gen.d.ts",
28699
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/pointer_events_result.gen.d.ts",
27978
28700
  "releaseTag": "Public",
27979
- "name": "PBPointerHoverFeedback_Info",
28701
+ "name": "PBPointerEventsResult",
27980
28702
  "preserveMemberOrder": false,
27981
28703
  "members": [
27982
28704
  {
27983
28705
  "kind": "PropertySignature",
27984
- "canonicalReference": "@dcl/playground-assets!PBPointerHoverFeedback_Info#button:member",
27985
- "docComment": "/**\n * default=InputAction.ANY\n */\n",
28706
+ "canonicalReference": "@dcl/playground-assets!PBPointerEventsResult#commands:member",
28707
+ "docComment": "/**\n * a list of the last N pointer commands (from the engine)\n */\n",
27986
28708
  "excerptTokens": [
27987
28709
  {
27988
28710
  "kind": "Content",
27989
- "text": "button?: "
28711
+ "text": "commands: "
27990
28712
  },
27991
28713
  {
27992
28714
  "kind": "Reference",
27993
- "text": "InputAction",
27994
- "canonicalReference": "@dcl/playground-assets!InputAction:enum"
28715
+ "text": "PBPointerEventsResult_PointerCommand",
28716
+ "canonicalReference": "@dcl/playground-assets!PBPointerEventsResult_PointerCommand:interface"
27995
28717
  },
27996
28718
  {
27997
28719
  "kind": "Content",
27998
- "text": " | undefined"
28720
+ "text": "[]"
27999
28721
  },
28000
28722
  {
28001
28723
  "kind": "Content",
@@ -28003,106 +28725,25 @@
28003
28725
  }
28004
28726
  ],
28005
28727
  "isReadonly": false,
28006
- "isOptional": true,
28728
+ "isOptional": false,
28007
28729
  "releaseTag": "Public",
28008
- "name": "button",
28730
+ "name": "commands",
28009
28731
  "propertyTypeTokenRange": {
28010
28732
  "startIndex": 1,
28011
28733
  "endIndex": 3
28012
28734
  }
28013
- },
28014
- {
28015
- "kind": "PropertySignature",
28016
- "canonicalReference": "@dcl/playground-assets!PBPointerHoverFeedback_Info#hoverText:member",
28017
- "docComment": "/**\n * default='Interact'\n */\n",
28018
- "excerptTokens": [
28019
- {
28020
- "kind": "Content",
28021
- "text": "hoverText?: "
28022
- },
28023
- {
28024
- "kind": "Content",
28025
- "text": "string | undefined"
28026
- },
28027
- {
28028
- "kind": "Content",
28029
- "text": ";"
28030
- }
28031
- ],
28032
- "isReadonly": false,
28033
- "isOptional": true,
28034
- "releaseTag": "Public",
28035
- "name": "hoverText",
28036
- "propertyTypeTokenRange": {
28037
- "startIndex": 1,
28038
- "endIndex": 2
28039
- }
28040
- },
28041
- {
28042
- "kind": "PropertySignature",
28043
- "canonicalReference": "@dcl/playground-assets!PBPointerHoverFeedback_Info#maxDistance:member",
28044
- "docComment": "/**\n * default=10\n */\n",
28045
- "excerptTokens": [
28046
- {
28047
- "kind": "Content",
28048
- "text": "maxDistance?: "
28049
- },
28050
- {
28051
- "kind": "Content",
28052
- "text": "number | undefined"
28053
- },
28054
- {
28055
- "kind": "Content",
28056
- "text": ";"
28057
- }
28058
- ],
28059
- "isReadonly": false,
28060
- "isOptional": true,
28061
- "releaseTag": "Public",
28062
- "name": "maxDistance",
28063
- "propertyTypeTokenRange": {
28064
- "startIndex": 1,
28065
- "endIndex": 2
28066
- }
28067
- },
28068
- {
28069
- "kind": "PropertySignature",
28070
- "canonicalReference": "@dcl/playground-assets!PBPointerHoverFeedback_Info#showFeedback:member",
28071
- "docComment": "/**\n * default=true\n */\n",
28072
- "excerptTokens": [
28073
- {
28074
- "kind": "Content",
28075
- "text": "showFeedback?: "
28076
- },
28077
- {
28078
- "kind": "Content",
28079
- "text": "boolean | undefined"
28080
- },
28081
- {
28082
- "kind": "Content",
28083
- "text": ";"
28084
- }
28085
- ],
28086
- "isReadonly": false,
28087
- "isOptional": true,
28088
- "releaseTag": "Public",
28089
- "name": "showFeedback",
28090
- "propertyTypeTokenRange": {
28091
- "startIndex": 1,
28092
- "endIndex": 2
28093
- }
28094
28735
  }
28095
28736
  ],
28096
28737
  "extendsTokenRanges": []
28097
28738
  },
28098
28739
  {
28099
28740
  "kind": "Variable",
28100
- "canonicalReference": "@dcl/playground-assets!PBPointerHoverFeedback_Info:var",
28741
+ "canonicalReference": "@dcl/playground-assets!PBPointerEventsResult:var",
28101
28742
  "docComment": "/**\n * Internal\n */\n",
28102
28743
  "excerptTokens": [
28103
28744
  {
28104
28745
  "kind": "Content",
28105
- "text": "PBPointerHoverFeedback_Info: "
28746
+ "text": "PBPointerEventsResult: "
28106
28747
  },
28107
28748
  {
28108
28749
  "kind": "Content",
@@ -28110,8 +28751,8 @@
28110
28751
  },
28111
28752
  {
28112
28753
  "kind": "Reference",
28113
- "text": "PBPointerHoverFeedback_Info",
28114
- "canonicalReference": "@dcl/playground-assets!PBPointerHoverFeedback_Info:interface"
28754
+ "text": "PBPointerEventsResult",
28755
+ "canonicalReference": "@dcl/playground-assets!PBPointerEventsResult:interface"
28115
28756
  },
28116
28757
  {
28117
28758
  "kind": "Content",
@@ -28155,18 +28796,18 @@
28155
28796
  },
28156
28797
  {
28157
28798
  "kind": "Reference",
28158
- "text": "PBPointerHoverFeedback_Info",
28159
- "canonicalReference": "@dcl/playground-assets!PBPointerHoverFeedback_Info:interface"
28799
+ "text": "PBPointerEventsResult",
28800
+ "canonicalReference": "@dcl/playground-assets!PBPointerEventsResult:interface"
28160
28801
  },
28161
28802
  {
28162
28803
  "kind": "Content",
28163
28804
  "text": ";\n}"
28164
28805
  }
28165
28806
  ],
28166
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/pointer_hover_feedback.gen.d.ts",
28807
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/pointer_events_result.gen.d.ts",
28167
28808
  "isReadonly": true,
28168
28809
  "releaseTag": "Public",
28169
- "name": "PBPointerHoverFeedback_Info",
28810
+ "name": "PBPointerEventsResult",
28170
28811
  "variableTypeTokenRange": {
28171
28812
  "startIndex": 1,
28172
28813
  "endIndex": 14
@@ -28174,36 +28815,31 @@
28174
28815
  },
28175
28816
  {
28176
28817
  "kind": "Interface",
28177
- "canonicalReference": "@dcl/playground-assets!PBPointerHoverFeedback:interface",
28818
+ "canonicalReference": "@dcl/playground-assets!PBPointerLock:interface",
28178
28819
  "docComment": "",
28179
28820
  "excerptTokens": [
28180
28821
  {
28181
28822
  "kind": "Content",
28182
- "text": "export interface PBPointerHoverFeedback "
28823
+ "text": "export interface PBPointerLock "
28183
28824
  }
28184
28825
  ],
28185
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/pointer_hover_feedback.gen.d.ts",
28826
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/pointer_lock.gen.d.ts",
28186
28827
  "releaseTag": "Public",
28187
- "name": "PBPointerHoverFeedback",
28828
+ "name": "PBPointerLock",
28188
28829
  "preserveMemberOrder": false,
28189
28830
  "members": [
28190
28831
  {
28191
28832
  "kind": "PropertySignature",
28192
- "canonicalReference": "@dcl/playground-assets!PBPointerHoverFeedback#pointerEvents:member",
28833
+ "canonicalReference": "@dcl/playground-assets!PBPointerLock#isPointerLocked:member",
28193
28834
  "docComment": "",
28194
28835
  "excerptTokens": [
28195
28836
  {
28196
28837
  "kind": "Content",
28197
- "text": "pointerEvents: "
28198
- },
28199
- {
28200
- "kind": "Reference",
28201
- "text": "PBPointerHoverFeedback_Entry",
28202
- "canonicalReference": "@dcl/playground-assets!PBPointerHoverFeedback_Entry:interface"
28838
+ "text": "isPointerLocked: "
28203
28839
  },
28204
28840
  {
28205
28841
  "kind": "Content",
28206
- "text": "[]"
28842
+ "text": "boolean"
28207
28843
  },
28208
28844
  {
28209
28845
  "kind": "Content",
@@ -28213,10 +28849,10 @@
28213
28849
  "isReadonly": false,
28214
28850
  "isOptional": false,
28215
28851
  "releaseTag": "Public",
28216
- "name": "pointerEvents",
28852
+ "name": "isPointerLocked",
28217
28853
  "propertyTypeTokenRange": {
28218
28854
  "startIndex": 1,
28219
- "endIndex": 3
28855
+ "endIndex": 2
28220
28856
  }
28221
28857
  }
28222
28858
  ],
@@ -28224,12 +28860,12 @@
28224
28860
  },
28225
28861
  {
28226
28862
  "kind": "Variable",
28227
- "canonicalReference": "@dcl/playground-assets!PBPointerHoverFeedback:var",
28863
+ "canonicalReference": "@dcl/playground-assets!PBPointerLock:var",
28228
28864
  "docComment": "/**\n * Internal\n */\n",
28229
28865
  "excerptTokens": [
28230
28866
  {
28231
28867
  "kind": "Content",
28232
- "text": "PBPointerHoverFeedback: "
28868
+ "text": "PBPointerLock: "
28233
28869
  },
28234
28870
  {
28235
28871
  "kind": "Content",
@@ -28237,130 +28873,8 @@
28237
28873
  },
28238
28874
  {
28239
28875
  "kind": "Reference",
28240
- "text": "PBPointerHoverFeedback",
28241
- "canonicalReference": "@dcl/playground-assets!PBPointerHoverFeedback:interface"
28242
- },
28243
- {
28244
- "kind": "Content",
28245
- "text": ", writer?: "
28246
- },
28247
- {
28248
- "kind": "Reference",
28249
- "text": "_m0.Writer",
28250
- "canonicalReference": "protobufjs!Writer:class"
28251
- },
28252
- {
28253
- "kind": "Content",
28254
- "text": "): "
28255
- },
28256
- {
28257
- "kind": "Reference",
28258
- "text": "_m0.Writer",
28259
- "canonicalReference": "protobufjs!Writer:class"
28260
- },
28261
- {
28262
- "kind": "Content",
28263
- "text": ";\n decode(input: "
28264
- },
28265
- {
28266
- "kind": "Reference",
28267
- "text": "_m0.Reader",
28268
- "canonicalReference": "protobufjs!Reader:class"
28269
- },
28270
- {
28271
- "kind": "Content",
28272
- "text": " | "
28273
- },
28274
- {
28275
- "kind": "Reference",
28276
- "text": "Uint8Array",
28277
- "canonicalReference": "!Uint8Array:interface"
28278
- },
28279
- {
28280
- "kind": "Content",
28281
- "text": ", length?: number): "
28282
- },
28283
- {
28284
- "kind": "Reference",
28285
- "text": "PBPointerHoverFeedback",
28286
- "canonicalReference": "@dcl/playground-assets!PBPointerHoverFeedback:interface"
28287
- },
28288
- {
28289
- "kind": "Content",
28290
- "text": ";\n}"
28291
- }
28292
- ],
28293
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/pointer_hover_feedback.gen.d.ts",
28294
- "isReadonly": true,
28295
- "releaseTag": "Public",
28296
- "name": "PBPointerHoverFeedback",
28297
- "variableTypeTokenRange": {
28298
- "startIndex": 1,
28299
- "endIndex": 14
28300
- }
28301
- },
28302
- {
28303
- "kind": "Interface",
28304
- "canonicalReference": "@dcl/playground-assets!PBPointerLock:interface",
28305
- "docComment": "",
28306
- "excerptTokens": [
28307
- {
28308
- "kind": "Content",
28309
- "text": "export interface PBPointerLock "
28310
- }
28311
- ],
28312
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/pointer_lock.gen.d.ts",
28313
- "releaseTag": "Public",
28314
- "name": "PBPointerLock",
28315
- "preserveMemberOrder": false,
28316
- "members": [
28317
- {
28318
- "kind": "PropertySignature",
28319
- "canonicalReference": "@dcl/playground-assets!PBPointerLock#isPointerLocked:member",
28320
- "docComment": "",
28321
- "excerptTokens": [
28322
- {
28323
- "kind": "Content",
28324
- "text": "isPointerLocked: "
28325
- },
28326
- {
28327
- "kind": "Content",
28328
- "text": "boolean"
28329
- },
28330
- {
28331
- "kind": "Content",
28332
- "text": ";"
28333
- }
28334
- ],
28335
- "isReadonly": false,
28336
- "isOptional": false,
28337
- "releaseTag": "Public",
28338
- "name": "isPointerLocked",
28339
- "propertyTypeTokenRange": {
28340
- "startIndex": 1,
28341
- "endIndex": 2
28342
- }
28343
- }
28344
- ],
28345
- "extendsTokenRanges": []
28346
- },
28347
- {
28348
- "kind": "Variable",
28349
- "canonicalReference": "@dcl/playground-assets!PBPointerLock:var",
28350
- "docComment": "/**\n * Internal\n */\n",
28351
- "excerptTokens": [
28352
- {
28353
- "kind": "Content",
28354
- "text": "PBPointerLock: "
28355
- },
28356
- {
28357
- "kind": "Content",
28358
- "text": "{\n encode(message: "
28359
- },
28360
- {
28361
- "kind": "Reference",
28362
- "text": "PBPointerLock",
28363
- "canonicalReference": "@dcl/playground-assets!PBPointerLock:interface"
28876
+ "text": "PBPointerLock",
28877
+ "canonicalReference": "@dcl/playground-assets!PBPointerLock:interface"
28364
28878
  },
28365
28879
  {
28366
28880
  "kind": "Content",
@@ -29733,135 +30247,8 @@
29733
30247
  "members": [
29734
30248
  {
29735
30249
  "kind": "PropertySignature",
29736
- "canonicalReference": "@dcl/playground-assets!PBUiBackground#backgroundColor:member",
29737
- "docComment": "/**\n * default=(0.0, 0.0, 0.0, 0.0)\n */\n",
29738
- "excerptTokens": [
29739
- {
29740
- "kind": "Content",
29741
- "text": "backgroundColor?: "
29742
- },
29743
- {
29744
- "kind": "Reference",
29745
- "text": "Color4",
29746
- "canonicalReference": "@dcl/playground-assets!PBColor4:interface"
29747
- },
29748
- {
29749
- "kind": "Content",
29750
- "text": " | undefined"
29751
- },
29752
- {
29753
- "kind": "Content",
29754
- "text": ";"
29755
- }
29756
- ],
29757
- "isReadonly": false,
29758
- "isOptional": true,
29759
- "releaseTag": "Public",
29760
- "name": "backgroundColor",
29761
- "propertyTypeTokenRange": {
29762
- "startIndex": 1,
29763
- "endIndex": 3
29764
- }
29765
- }
29766
- ],
29767
- "extendsTokenRanges": []
29768
- },
29769
- {
29770
- "kind": "Variable",
29771
- "canonicalReference": "@dcl/playground-assets!PBUiBackground:var",
29772
- "docComment": "/**\n * Internal\n */\n",
29773
- "excerptTokens": [
29774
- {
29775
- "kind": "Content",
29776
- "text": "PBUiBackground: "
29777
- },
29778
- {
29779
- "kind": "Content",
29780
- "text": "{\n encode(message: "
29781
- },
29782
- {
29783
- "kind": "Reference",
29784
- "text": "PBUiBackground",
29785
- "canonicalReference": "@dcl/playground-assets!PBUiBackground:interface"
29786
- },
29787
- {
29788
- "kind": "Content",
29789
- "text": ", writer?: "
29790
- },
29791
- {
29792
- "kind": "Reference",
29793
- "text": "_m0.Writer",
29794
- "canonicalReference": "protobufjs!Writer:class"
29795
- },
29796
- {
29797
- "kind": "Content",
29798
- "text": "): "
29799
- },
29800
- {
29801
- "kind": "Reference",
29802
- "text": "_m0.Writer",
29803
- "canonicalReference": "protobufjs!Writer:class"
29804
- },
29805
- {
29806
- "kind": "Content",
29807
- "text": ";\n decode(input: "
29808
- },
29809
- {
29810
- "kind": "Reference",
29811
- "text": "_m0.Reader",
29812
- "canonicalReference": "protobufjs!Reader:class"
29813
- },
29814
- {
29815
- "kind": "Content",
29816
- "text": " | "
29817
- },
29818
- {
29819
- "kind": "Reference",
29820
- "text": "Uint8Array",
29821
- "canonicalReference": "!Uint8Array:interface"
29822
- },
29823
- {
29824
- "kind": "Content",
29825
- "text": ", length?: number): "
29826
- },
29827
- {
29828
- "kind": "Reference",
29829
- "text": "PBUiBackground",
29830
- "canonicalReference": "@dcl/playground-assets!PBUiBackground:interface"
29831
- },
29832
- {
29833
- "kind": "Content",
29834
- "text": ";\n}"
29835
- }
29836
- ],
29837
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/ui_background.gen.d.ts",
29838
- "isReadonly": true,
29839
- "releaseTag": "Public",
29840
- "name": "PBUiBackground",
29841
- "variableTypeTokenRange": {
29842
- "startIndex": 1,
29843
- "endIndex": 14
29844
- }
29845
- },
29846
- {
29847
- "kind": "Interface",
29848
- "canonicalReference": "@dcl/playground-assets!PBUiText:interface",
29849
- "docComment": "",
29850
- "excerptTokens": [
29851
- {
29852
- "kind": "Content",
29853
- "text": "export interface PBUiText "
29854
- }
29855
- ],
29856
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/ui_text.gen.d.ts",
29857
- "releaseTag": "Public",
29858
- "name": "PBUiText",
29859
- "preserveMemberOrder": false,
29860
- "members": [
29861
- {
29862
- "kind": "PropertySignature",
29863
- "canonicalReference": "@dcl/playground-assets!PBUiText#color:member",
29864
- "docComment": "/**\n * default=(1.0,1.0,1.0,1.0)\n */\n",
30250
+ "canonicalReference": "@dcl/playground-assets!PBUiBackground#color:member",
30251
+ "docComment": "/**\n * default=(1.0, 1.0, 1.0, 1.0), pixel = color * sample2D(texture, uv)\n */\n",
29865
30252
  "excerptTokens": [
29866
30253
  {
29867
30254
  "kind": "Content",
@@ -29892,17 +30279,17 @@
29892
30279
  },
29893
30280
  {
29894
30281
  "kind": "PropertySignature",
29895
- "canonicalReference": "@dcl/playground-assets!PBUiText#font:member",
29896
- "docComment": "/**\n * default=0\n */\n",
30282
+ "canonicalReference": "@dcl/playground-assets!PBUiBackground#texture:member",
30283
+ "docComment": "",
29897
30284
  "excerptTokens": [
29898
30285
  {
29899
30286
  "kind": "Content",
29900
- "text": "font?: "
30287
+ "text": "texture?: "
29901
30288
  },
29902
30289
  {
29903
30290
  "kind": "Reference",
29904
- "text": "Font",
29905
- "canonicalReference": "@dcl/playground-assets!Font:enum"
30291
+ "text": "TextureUnion",
30292
+ "canonicalReference": "@dcl/playground-assets!TextureUnion:interface"
29906
30293
  },
29907
30294
  {
29908
30295
  "kind": "Content",
@@ -29916,7 +30303,7 @@
29916
30303
  "isReadonly": false,
29917
30304
  "isOptional": true,
29918
30305
  "releaseTag": "Public",
29919
- "name": "font",
30306
+ "name": "texture",
29920
30307
  "propertyTypeTokenRange": {
29921
30308
  "startIndex": 1,
29922
30309
  "endIndex": 3
@@ -29924,16 +30311,17 @@
29924
30311
  },
29925
30312
  {
29926
30313
  "kind": "PropertySignature",
29927
- "canonicalReference": "@dcl/playground-assets!PBUiText#fontSize:member",
29928
- "docComment": "/**\n * default=10\n */\n",
30314
+ "canonicalReference": "@dcl/playground-assets!PBUiBackground#textureMode:member",
30315
+ "docComment": "",
29929
30316
  "excerptTokens": [
29930
30317
  {
29931
30318
  "kind": "Content",
29932
- "text": "fontSize?: "
30319
+ "text": "textureMode: "
29933
30320
  },
29934
30321
  {
29935
- "kind": "Content",
29936
- "text": "number | undefined"
30322
+ "kind": "Reference",
30323
+ "text": "BackgroundTextureMode",
30324
+ "canonicalReference": "@dcl/playground-assets!BackgroundTextureMode:enum"
29937
30325
  },
29938
30326
  {
29939
30327
  "kind": "Content",
@@ -29941,9 +30329,9 @@
29941
30329
  }
29942
30330
  ],
29943
30331
  "isReadonly": false,
29944
- "isOptional": true,
30332
+ "isOptional": false,
29945
30333
  "releaseTag": "Public",
29946
- "name": "fontSize",
30334
+ "name": "textureMode",
29947
30335
  "propertyTypeTokenRange": {
29948
30336
  "startIndex": 1,
29949
30337
  "endIndex": 2
@@ -29951,17 +30339,17 @@
29951
30339
  },
29952
30340
  {
29953
30341
  "kind": "PropertySignature",
29954
- "canonicalReference": "@dcl/playground-assets!PBUiText#textAlign:member",
29955
- "docComment": "/**\n * default='center'\n */\n",
30342
+ "canonicalReference": "@dcl/playground-assets!PBUiBackground#textureSlices:member",
30343
+ "docComment": "/**\n * default=(1/3, 1/3, 1/3, 1/3)\n */\n",
29956
30344
  "excerptTokens": [
29957
30345
  {
29958
30346
  "kind": "Content",
29959
- "text": "textAlign?: "
30347
+ "text": "textureSlices?: "
29960
30348
  },
29961
30349
  {
29962
30350
  "kind": "Reference",
29963
- "text": "TextAlignMode",
29964
- "canonicalReference": "@dcl/playground-assets!TextAlignMode:enum"
30351
+ "text": "BorderRect",
30352
+ "canonicalReference": "@dcl/playground-assets!BorderRect:interface"
29965
30353
  },
29966
30354
  {
29967
30355
  "kind": "Content",
@@ -29975,7 +30363,7 @@
29975
30363
  "isReadonly": false,
29976
30364
  "isOptional": true,
29977
30365
  "releaseTag": "Public",
29978
- "name": "textAlign",
30366
+ "name": "textureSlices",
29979
30367
  "propertyTypeTokenRange": {
29980
30368
  "startIndex": 1,
29981
30369
  "endIndex": 3
@@ -29983,16 +30371,16 @@
29983
30371
  },
29984
30372
  {
29985
30373
  "kind": "PropertySignature",
29986
- "canonicalReference": "@dcl/playground-assets!PBUiText#value:member",
29987
- "docComment": "",
30374
+ "canonicalReference": "@dcl/playground-assets!PBUiBackground#uvs:member",
30375
+ "docComment": "/**\n * default=[0,0,0,1,1,0,1,0]: starting from bottom-left vertex clock-wise\n */\n",
29988
30376
  "excerptTokens": [
29989
30377
  {
29990
30378
  "kind": "Content",
29991
- "text": "value: "
30379
+ "text": "uvs: "
29992
30380
  },
29993
30381
  {
29994
30382
  "kind": "Content",
29995
- "text": "string"
30383
+ "text": "number[]"
29996
30384
  },
29997
30385
  {
29998
30386
  "kind": "Content",
@@ -30002,7 +30390,7 @@
30002
30390
  "isReadonly": false,
30003
30391
  "isOptional": false,
30004
30392
  "releaseTag": "Public",
30005
- "name": "value",
30393
+ "name": "uvs",
30006
30394
  "propertyTypeTokenRange": {
30007
30395
  "startIndex": 1,
30008
30396
  "endIndex": 2
@@ -30013,12 +30401,12 @@
30013
30401
  },
30014
30402
  {
30015
30403
  "kind": "Variable",
30016
- "canonicalReference": "@dcl/playground-assets!PBUiText:var",
30404
+ "canonicalReference": "@dcl/playground-assets!PBUiBackground:var",
30017
30405
  "docComment": "/**\n * Internal\n */\n",
30018
30406
  "excerptTokens": [
30019
30407
  {
30020
30408
  "kind": "Content",
30021
- "text": "PBUiText: "
30409
+ "text": "PBUiBackground: "
30022
30410
  },
30023
30411
  {
30024
30412
  "kind": "Content",
@@ -30026,8 +30414,1154 @@
30026
30414
  },
30027
30415
  {
30028
30416
  "kind": "Reference",
30029
- "text": "PBUiText",
30030
- "canonicalReference": "@dcl/playground-assets!PBUiText:interface"
30417
+ "text": "PBUiBackground",
30418
+ "canonicalReference": "@dcl/playground-assets!PBUiBackground:interface"
30419
+ },
30420
+ {
30421
+ "kind": "Content",
30422
+ "text": ", writer?: "
30423
+ },
30424
+ {
30425
+ "kind": "Reference",
30426
+ "text": "_m0.Writer",
30427
+ "canonicalReference": "protobufjs!Writer:class"
30428
+ },
30429
+ {
30430
+ "kind": "Content",
30431
+ "text": "): "
30432
+ },
30433
+ {
30434
+ "kind": "Reference",
30435
+ "text": "_m0.Writer",
30436
+ "canonicalReference": "protobufjs!Writer:class"
30437
+ },
30438
+ {
30439
+ "kind": "Content",
30440
+ "text": ";\n decode(input: "
30441
+ },
30442
+ {
30443
+ "kind": "Reference",
30444
+ "text": "_m0.Reader",
30445
+ "canonicalReference": "protobufjs!Reader:class"
30446
+ },
30447
+ {
30448
+ "kind": "Content",
30449
+ "text": " | "
30450
+ },
30451
+ {
30452
+ "kind": "Reference",
30453
+ "text": "Uint8Array",
30454
+ "canonicalReference": "!Uint8Array:interface"
30455
+ },
30456
+ {
30457
+ "kind": "Content",
30458
+ "text": ", length?: number): "
30459
+ },
30460
+ {
30461
+ "kind": "Reference",
30462
+ "text": "PBUiBackground",
30463
+ "canonicalReference": "@dcl/playground-assets!PBUiBackground:interface"
30464
+ },
30465
+ {
30466
+ "kind": "Content",
30467
+ "text": ";\n}"
30468
+ }
30469
+ ],
30470
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/ui_background.gen.d.ts",
30471
+ "isReadonly": true,
30472
+ "releaseTag": "Public",
30473
+ "name": "PBUiBackground",
30474
+ "variableTypeTokenRange": {
30475
+ "startIndex": 1,
30476
+ "endIndex": 14
30477
+ }
30478
+ },
30479
+ {
30480
+ "kind": "Interface",
30481
+ "canonicalReference": "@dcl/playground-assets!PBUiDropdown:interface",
30482
+ "docComment": "",
30483
+ "excerptTokens": [
30484
+ {
30485
+ "kind": "Content",
30486
+ "text": "export interface PBUiDropdown "
30487
+ }
30488
+ ],
30489
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/ui_dropdown.gen.d.ts",
30490
+ "releaseTag": "Public",
30491
+ "name": "PBUiDropdown",
30492
+ "preserveMemberOrder": false,
30493
+ "members": [
30494
+ {
30495
+ "kind": "PropertySignature",
30496
+ "canonicalReference": "@dcl/playground-assets!PBUiDropdown#acceptEmpty:member",
30497
+ "docComment": "",
30498
+ "excerptTokens": [
30499
+ {
30500
+ "kind": "Content",
30501
+ "text": "acceptEmpty: "
30502
+ },
30503
+ {
30504
+ "kind": "Content",
30505
+ "text": "boolean"
30506
+ },
30507
+ {
30508
+ "kind": "Content",
30509
+ "text": ";"
30510
+ }
30511
+ ],
30512
+ "isReadonly": false,
30513
+ "isOptional": false,
30514
+ "releaseTag": "Public",
30515
+ "name": "acceptEmpty",
30516
+ "propertyTypeTokenRange": {
30517
+ "startIndex": 1,
30518
+ "endIndex": 2
30519
+ }
30520
+ },
30521
+ {
30522
+ "kind": "PropertySignature",
30523
+ "canonicalReference": "@dcl/playground-assets!PBUiDropdown#color:member",
30524
+ "docComment": "/**\n * default=(0.0,0.0,0.0,1.0)\n */\n",
30525
+ "excerptTokens": [
30526
+ {
30527
+ "kind": "Content",
30528
+ "text": "color?: "
30529
+ },
30530
+ {
30531
+ "kind": "Reference",
30532
+ "text": "Color4",
30533
+ "canonicalReference": "@dcl/playground-assets!PBColor4:interface"
30534
+ },
30535
+ {
30536
+ "kind": "Content",
30537
+ "text": " | undefined"
30538
+ },
30539
+ {
30540
+ "kind": "Content",
30541
+ "text": ";"
30542
+ }
30543
+ ],
30544
+ "isReadonly": false,
30545
+ "isOptional": true,
30546
+ "releaseTag": "Public",
30547
+ "name": "color",
30548
+ "propertyTypeTokenRange": {
30549
+ "startIndex": 1,
30550
+ "endIndex": 3
30551
+ }
30552
+ },
30553
+ {
30554
+ "kind": "PropertySignature",
30555
+ "canonicalReference": "@dcl/playground-assets!PBUiDropdown#disabled:member",
30556
+ "docComment": "",
30557
+ "excerptTokens": [
30558
+ {
30559
+ "kind": "Content",
30560
+ "text": "disabled: "
30561
+ },
30562
+ {
30563
+ "kind": "Content",
30564
+ "text": "boolean"
30565
+ },
30566
+ {
30567
+ "kind": "Content",
30568
+ "text": ";"
30569
+ }
30570
+ ],
30571
+ "isReadonly": false,
30572
+ "isOptional": false,
30573
+ "releaseTag": "Public",
30574
+ "name": "disabled",
30575
+ "propertyTypeTokenRange": {
30576
+ "startIndex": 1,
30577
+ "endIndex": 2
30578
+ }
30579
+ },
30580
+ {
30581
+ "kind": "PropertySignature",
30582
+ "canonicalReference": "@dcl/playground-assets!PBUiDropdown#emptyLabel:member",
30583
+ "docComment": "",
30584
+ "excerptTokens": [
30585
+ {
30586
+ "kind": "Content",
30587
+ "text": "emptyLabel?: "
30588
+ },
30589
+ {
30590
+ "kind": "Content",
30591
+ "text": "string | undefined"
30592
+ },
30593
+ {
30594
+ "kind": "Content",
30595
+ "text": ";"
30596
+ }
30597
+ ],
30598
+ "isReadonly": false,
30599
+ "isOptional": true,
30600
+ "releaseTag": "Public",
30601
+ "name": "emptyLabel",
30602
+ "propertyTypeTokenRange": {
30603
+ "startIndex": 1,
30604
+ "endIndex": 2
30605
+ }
30606
+ },
30607
+ {
30608
+ "kind": "PropertySignature",
30609
+ "canonicalReference": "@dcl/playground-assets!PBUiDropdown#font:member",
30610
+ "docComment": "/**\n * default=0\n */\n",
30611
+ "excerptTokens": [
30612
+ {
30613
+ "kind": "Content",
30614
+ "text": "font?: "
30615
+ },
30616
+ {
30617
+ "kind": "Reference",
30618
+ "text": "Font",
30619
+ "canonicalReference": "@dcl/playground-assets!Font:enum"
30620
+ },
30621
+ {
30622
+ "kind": "Content",
30623
+ "text": " | undefined"
30624
+ },
30625
+ {
30626
+ "kind": "Content",
30627
+ "text": ";"
30628
+ }
30629
+ ],
30630
+ "isReadonly": false,
30631
+ "isOptional": true,
30632
+ "releaseTag": "Public",
30633
+ "name": "font",
30634
+ "propertyTypeTokenRange": {
30635
+ "startIndex": 1,
30636
+ "endIndex": 3
30637
+ }
30638
+ },
30639
+ {
30640
+ "kind": "PropertySignature",
30641
+ "canonicalReference": "@dcl/playground-assets!PBUiDropdown#fontSize:member",
30642
+ "docComment": "/**\n * default=10\n */\n",
30643
+ "excerptTokens": [
30644
+ {
30645
+ "kind": "Content",
30646
+ "text": "fontSize?: "
30647
+ },
30648
+ {
30649
+ "kind": "Content",
30650
+ "text": "number | undefined"
30651
+ },
30652
+ {
30653
+ "kind": "Content",
30654
+ "text": ";"
30655
+ }
30656
+ ],
30657
+ "isReadonly": false,
30658
+ "isOptional": true,
30659
+ "releaseTag": "Public",
30660
+ "name": "fontSize",
30661
+ "propertyTypeTokenRange": {
30662
+ "startIndex": 1,
30663
+ "endIndex": 2
30664
+ }
30665
+ },
30666
+ {
30667
+ "kind": "PropertySignature",
30668
+ "canonicalReference": "@dcl/playground-assets!PBUiDropdown#options:member",
30669
+ "docComment": "",
30670
+ "excerptTokens": [
30671
+ {
30672
+ "kind": "Content",
30673
+ "text": "options: "
30674
+ },
30675
+ {
30676
+ "kind": "Content",
30677
+ "text": "string[]"
30678
+ },
30679
+ {
30680
+ "kind": "Content",
30681
+ "text": ";"
30682
+ }
30683
+ ],
30684
+ "isReadonly": false,
30685
+ "isOptional": false,
30686
+ "releaseTag": "Public",
30687
+ "name": "options",
30688
+ "propertyTypeTokenRange": {
30689
+ "startIndex": 1,
30690
+ "endIndex": 2
30691
+ }
30692
+ },
30693
+ {
30694
+ "kind": "PropertySignature",
30695
+ "canonicalReference": "@dcl/playground-assets!PBUiDropdown#selectedIndex:member",
30696
+ "docComment": "/**\n * default=null when accept_empty==true; default=0 when accept_empty==false\n */\n",
30697
+ "excerptTokens": [
30698
+ {
30699
+ "kind": "Content",
30700
+ "text": "selectedIndex?: "
30701
+ },
30702
+ {
30703
+ "kind": "Content",
30704
+ "text": "number | undefined"
30705
+ },
30706
+ {
30707
+ "kind": "Content",
30708
+ "text": ";"
30709
+ }
30710
+ ],
30711
+ "isReadonly": false,
30712
+ "isOptional": true,
30713
+ "releaseTag": "Public",
30714
+ "name": "selectedIndex",
30715
+ "propertyTypeTokenRange": {
30716
+ "startIndex": 1,
30717
+ "endIndex": 2
30718
+ }
30719
+ },
30720
+ {
30721
+ "kind": "PropertySignature",
30722
+ "canonicalReference": "@dcl/playground-assets!PBUiDropdown#textAlign:member",
30723
+ "docComment": "/**\n * default='center'\n */\n",
30724
+ "excerptTokens": [
30725
+ {
30726
+ "kind": "Content",
30727
+ "text": "textAlign?: "
30728
+ },
30729
+ {
30730
+ "kind": "Reference",
30731
+ "text": "TextAlignMode",
30732
+ "canonicalReference": "@dcl/playground-assets!TextAlignMode:enum"
30733
+ },
30734
+ {
30735
+ "kind": "Content",
30736
+ "text": " | undefined"
30737
+ },
30738
+ {
30739
+ "kind": "Content",
30740
+ "text": ";"
30741
+ }
30742
+ ],
30743
+ "isReadonly": false,
30744
+ "isOptional": true,
30745
+ "releaseTag": "Public",
30746
+ "name": "textAlign",
30747
+ "propertyTypeTokenRange": {
30748
+ "startIndex": 1,
30749
+ "endIndex": 3
30750
+ }
30751
+ }
30752
+ ],
30753
+ "extendsTokenRanges": []
30754
+ },
30755
+ {
30756
+ "kind": "Variable",
30757
+ "canonicalReference": "@dcl/playground-assets!PBUiDropdown:var",
30758
+ "docComment": "/**\n * Internal\n */\n",
30759
+ "excerptTokens": [
30760
+ {
30761
+ "kind": "Content",
30762
+ "text": "PBUiDropdown: "
30763
+ },
30764
+ {
30765
+ "kind": "Content",
30766
+ "text": "{\n encode(message: "
30767
+ },
30768
+ {
30769
+ "kind": "Reference",
30770
+ "text": "PBUiDropdown",
30771
+ "canonicalReference": "@dcl/playground-assets!PBUiDropdown:interface"
30772
+ },
30773
+ {
30774
+ "kind": "Content",
30775
+ "text": ", writer?: "
30776
+ },
30777
+ {
30778
+ "kind": "Reference",
30779
+ "text": "_m0.Writer",
30780
+ "canonicalReference": "protobufjs!Writer:class"
30781
+ },
30782
+ {
30783
+ "kind": "Content",
30784
+ "text": "): "
30785
+ },
30786
+ {
30787
+ "kind": "Reference",
30788
+ "text": "_m0.Writer",
30789
+ "canonicalReference": "protobufjs!Writer:class"
30790
+ },
30791
+ {
30792
+ "kind": "Content",
30793
+ "text": ";\n decode(input: "
30794
+ },
30795
+ {
30796
+ "kind": "Reference",
30797
+ "text": "_m0.Reader",
30798
+ "canonicalReference": "protobufjs!Reader:class"
30799
+ },
30800
+ {
30801
+ "kind": "Content",
30802
+ "text": " | "
30803
+ },
30804
+ {
30805
+ "kind": "Reference",
30806
+ "text": "Uint8Array",
30807
+ "canonicalReference": "!Uint8Array:interface"
30808
+ },
30809
+ {
30810
+ "kind": "Content",
30811
+ "text": ", length?: number): "
30812
+ },
30813
+ {
30814
+ "kind": "Reference",
30815
+ "text": "PBUiDropdown",
30816
+ "canonicalReference": "@dcl/playground-assets!PBUiDropdown:interface"
30817
+ },
30818
+ {
30819
+ "kind": "Content",
30820
+ "text": ";\n}"
30821
+ }
30822
+ ],
30823
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/ui_dropdown.gen.d.ts",
30824
+ "isReadonly": true,
30825
+ "releaseTag": "Public",
30826
+ "name": "PBUiDropdown",
30827
+ "variableTypeTokenRange": {
30828
+ "startIndex": 1,
30829
+ "endIndex": 14
30830
+ }
30831
+ },
30832
+ {
30833
+ "kind": "Interface",
30834
+ "canonicalReference": "@dcl/playground-assets!PBUiDropdownResult:interface",
30835
+ "docComment": "",
30836
+ "excerptTokens": [
30837
+ {
30838
+ "kind": "Content",
30839
+ "text": "export interface PBUiDropdownResult "
30840
+ }
30841
+ ],
30842
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/ui_dropdown_result.gen.d.ts",
30843
+ "releaseTag": "Public",
30844
+ "name": "PBUiDropdownResult",
30845
+ "preserveMemberOrder": false,
30846
+ "members": [
30847
+ {
30848
+ "kind": "PropertySignature",
30849
+ "canonicalReference": "@dcl/playground-assets!PBUiDropdownResult#value:member",
30850
+ "docComment": "",
30851
+ "excerptTokens": [
30852
+ {
30853
+ "kind": "Content",
30854
+ "text": "value: "
30855
+ },
30856
+ {
30857
+ "kind": "Content",
30858
+ "text": "number"
30859
+ },
30860
+ {
30861
+ "kind": "Content",
30862
+ "text": ";"
30863
+ }
30864
+ ],
30865
+ "isReadonly": false,
30866
+ "isOptional": false,
30867
+ "releaseTag": "Public",
30868
+ "name": "value",
30869
+ "propertyTypeTokenRange": {
30870
+ "startIndex": 1,
30871
+ "endIndex": 2
30872
+ }
30873
+ }
30874
+ ],
30875
+ "extendsTokenRanges": []
30876
+ },
30877
+ {
30878
+ "kind": "Variable",
30879
+ "canonicalReference": "@dcl/playground-assets!PBUiDropdownResult:var",
30880
+ "docComment": "/**\n * Internal\n */\n",
30881
+ "excerptTokens": [
30882
+ {
30883
+ "kind": "Content",
30884
+ "text": "PBUiDropdownResult: "
30885
+ },
30886
+ {
30887
+ "kind": "Content",
30888
+ "text": "{\n encode(message: "
30889
+ },
30890
+ {
30891
+ "kind": "Reference",
30892
+ "text": "PBUiDropdownResult",
30893
+ "canonicalReference": "@dcl/playground-assets!PBUiDropdownResult:interface"
30894
+ },
30895
+ {
30896
+ "kind": "Content",
30897
+ "text": ", writer?: "
30898
+ },
30899
+ {
30900
+ "kind": "Reference",
30901
+ "text": "_m0.Writer",
30902
+ "canonicalReference": "protobufjs!Writer:class"
30903
+ },
30904
+ {
30905
+ "kind": "Content",
30906
+ "text": "): "
30907
+ },
30908
+ {
30909
+ "kind": "Reference",
30910
+ "text": "_m0.Writer",
30911
+ "canonicalReference": "protobufjs!Writer:class"
30912
+ },
30913
+ {
30914
+ "kind": "Content",
30915
+ "text": ";\n decode(input: "
30916
+ },
30917
+ {
30918
+ "kind": "Reference",
30919
+ "text": "_m0.Reader",
30920
+ "canonicalReference": "protobufjs!Reader:class"
30921
+ },
30922
+ {
30923
+ "kind": "Content",
30924
+ "text": " | "
30925
+ },
30926
+ {
30927
+ "kind": "Reference",
30928
+ "text": "Uint8Array",
30929
+ "canonicalReference": "!Uint8Array:interface"
30930
+ },
30931
+ {
30932
+ "kind": "Content",
30933
+ "text": ", length?: number): "
30934
+ },
30935
+ {
30936
+ "kind": "Reference",
30937
+ "text": "PBUiDropdownResult",
30938
+ "canonicalReference": "@dcl/playground-assets!PBUiDropdownResult:interface"
30939
+ },
30940
+ {
30941
+ "kind": "Content",
30942
+ "text": ";\n}"
30943
+ }
30944
+ ],
30945
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/ui_dropdown_result.gen.d.ts",
30946
+ "isReadonly": true,
30947
+ "releaseTag": "Public",
30948
+ "name": "PBUiDropdownResult",
30949
+ "variableTypeTokenRange": {
30950
+ "startIndex": 1,
30951
+ "endIndex": 14
30952
+ }
30953
+ },
30954
+ {
30955
+ "kind": "Interface",
30956
+ "canonicalReference": "@dcl/playground-assets!PBUiInput:interface",
30957
+ "docComment": "",
30958
+ "excerptTokens": [
30959
+ {
30960
+ "kind": "Content",
30961
+ "text": "export interface PBUiInput "
30962
+ }
30963
+ ],
30964
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/ui_input.gen.d.ts",
30965
+ "releaseTag": "Public",
30966
+ "name": "PBUiInput",
30967
+ "preserveMemberOrder": false,
30968
+ "members": [
30969
+ {
30970
+ "kind": "PropertySignature",
30971
+ "canonicalReference": "@dcl/playground-assets!PBUiInput#color:member",
30972
+ "docComment": "/**\n * default=(0.0,0.0,0.0,1.0)\n */\n",
30973
+ "excerptTokens": [
30974
+ {
30975
+ "kind": "Content",
30976
+ "text": "color?: "
30977
+ },
30978
+ {
30979
+ "kind": "Reference",
30980
+ "text": "Color4",
30981
+ "canonicalReference": "@dcl/playground-assets!PBColor4:interface"
30982
+ },
30983
+ {
30984
+ "kind": "Content",
30985
+ "text": " | undefined"
30986
+ },
30987
+ {
30988
+ "kind": "Content",
30989
+ "text": ";"
30990
+ }
30991
+ ],
30992
+ "isReadonly": false,
30993
+ "isOptional": true,
30994
+ "releaseTag": "Public",
30995
+ "name": "color",
30996
+ "propertyTypeTokenRange": {
30997
+ "startIndex": 1,
30998
+ "endIndex": 3
30999
+ }
31000
+ },
31001
+ {
31002
+ "kind": "PropertySignature",
31003
+ "canonicalReference": "@dcl/playground-assets!PBUiInput#disabled:member",
31004
+ "docComment": "",
31005
+ "excerptTokens": [
31006
+ {
31007
+ "kind": "Content",
31008
+ "text": "disabled: "
31009
+ },
31010
+ {
31011
+ "kind": "Content",
31012
+ "text": "boolean"
31013
+ },
31014
+ {
31015
+ "kind": "Content",
31016
+ "text": ";"
31017
+ }
31018
+ ],
31019
+ "isReadonly": false,
31020
+ "isOptional": false,
31021
+ "releaseTag": "Public",
31022
+ "name": "disabled",
31023
+ "propertyTypeTokenRange": {
31024
+ "startIndex": 1,
31025
+ "endIndex": 2
31026
+ }
31027
+ },
31028
+ {
31029
+ "kind": "PropertySignature",
31030
+ "canonicalReference": "@dcl/playground-assets!PBUiInput#font:member",
31031
+ "docComment": "/**\n * default=0\n */\n",
31032
+ "excerptTokens": [
31033
+ {
31034
+ "kind": "Content",
31035
+ "text": "font?: "
31036
+ },
31037
+ {
31038
+ "kind": "Reference",
31039
+ "text": "Font",
31040
+ "canonicalReference": "@dcl/playground-assets!Font:enum"
31041
+ },
31042
+ {
31043
+ "kind": "Content",
31044
+ "text": " | undefined"
31045
+ },
31046
+ {
31047
+ "kind": "Content",
31048
+ "text": ";"
31049
+ }
31050
+ ],
31051
+ "isReadonly": false,
31052
+ "isOptional": true,
31053
+ "releaseTag": "Public",
31054
+ "name": "font",
31055
+ "propertyTypeTokenRange": {
31056
+ "startIndex": 1,
31057
+ "endIndex": 3
31058
+ }
31059
+ },
31060
+ {
31061
+ "kind": "PropertySignature",
31062
+ "canonicalReference": "@dcl/playground-assets!PBUiInput#fontSize:member",
31063
+ "docComment": "/**\n * default=10\n */\n",
31064
+ "excerptTokens": [
31065
+ {
31066
+ "kind": "Content",
31067
+ "text": "fontSize?: "
31068
+ },
31069
+ {
31070
+ "kind": "Content",
31071
+ "text": "number | undefined"
31072
+ },
31073
+ {
31074
+ "kind": "Content",
31075
+ "text": ";"
31076
+ }
31077
+ ],
31078
+ "isReadonly": false,
31079
+ "isOptional": true,
31080
+ "releaseTag": "Public",
31081
+ "name": "fontSize",
31082
+ "propertyTypeTokenRange": {
31083
+ "startIndex": 1,
31084
+ "endIndex": 2
31085
+ }
31086
+ },
31087
+ {
31088
+ "kind": "PropertySignature",
31089
+ "canonicalReference": "@dcl/playground-assets!PBUiInput#placeholder:member",
31090
+ "docComment": "",
31091
+ "excerptTokens": [
31092
+ {
31093
+ "kind": "Content",
31094
+ "text": "placeholder: "
31095
+ },
31096
+ {
31097
+ "kind": "Content",
31098
+ "text": "string"
31099
+ },
31100
+ {
31101
+ "kind": "Content",
31102
+ "text": ";"
31103
+ }
31104
+ ],
31105
+ "isReadonly": false,
31106
+ "isOptional": false,
31107
+ "releaseTag": "Public",
31108
+ "name": "placeholder",
31109
+ "propertyTypeTokenRange": {
31110
+ "startIndex": 1,
31111
+ "endIndex": 2
31112
+ }
31113
+ },
31114
+ {
31115
+ "kind": "PropertySignature",
31116
+ "canonicalReference": "@dcl/playground-assets!PBUiInput#placeholderColor:member",
31117
+ "docComment": "/**\n * default=(0.3,0.3,0.3,1.0)\n */\n",
31118
+ "excerptTokens": [
31119
+ {
31120
+ "kind": "Content",
31121
+ "text": "placeholderColor?: "
31122
+ },
31123
+ {
31124
+ "kind": "Reference",
31125
+ "text": "Color4",
31126
+ "canonicalReference": "@dcl/playground-assets!PBColor4:interface"
31127
+ },
31128
+ {
31129
+ "kind": "Content",
31130
+ "text": " | undefined"
31131
+ },
31132
+ {
31133
+ "kind": "Content",
31134
+ "text": ";"
31135
+ }
31136
+ ],
31137
+ "isReadonly": false,
31138
+ "isOptional": true,
31139
+ "releaseTag": "Public",
31140
+ "name": "placeholderColor",
31141
+ "propertyTypeTokenRange": {
31142
+ "startIndex": 1,
31143
+ "endIndex": 3
31144
+ }
31145
+ },
31146
+ {
31147
+ "kind": "PropertySignature",
31148
+ "canonicalReference": "@dcl/playground-assets!PBUiInput#textAlign:member",
31149
+ "docComment": "/**\n * default='center'\n */\n",
31150
+ "excerptTokens": [
31151
+ {
31152
+ "kind": "Content",
31153
+ "text": "textAlign?: "
31154
+ },
31155
+ {
31156
+ "kind": "Reference",
31157
+ "text": "TextAlignMode",
31158
+ "canonicalReference": "@dcl/playground-assets!TextAlignMode:enum"
31159
+ },
31160
+ {
31161
+ "kind": "Content",
31162
+ "text": " | undefined"
31163
+ },
31164
+ {
31165
+ "kind": "Content",
31166
+ "text": ";"
31167
+ }
31168
+ ],
31169
+ "isReadonly": false,
31170
+ "isOptional": true,
31171
+ "releaseTag": "Public",
31172
+ "name": "textAlign",
31173
+ "propertyTypeTokenRange": {
31174
+ "startIndex": 1,
31175
+ "endIndex": 3
31176
+ }
31177
+ }
31178
+ ],
31179
+ "extendsTokenRanges": []
31180
+ },
31181
+ {
31182
+ "kind": "Variable",
31183
+ "canonicalReference": "@dcl/playground-assets!PBUiInput:var",
31184
+ "docComment": "/**\n * Internal\n */\n",
31185
+ "excerptTokens": [
31186
+ {
31187
+ "kind": "Content",
31188
+ "text": "PBUiInput: "
31189
+ },
31190
+ {
31191
+ "kind": "Content",
31192
+ "text": "{\n encode(message: "
31193
+ },
31194
+ {
31195
+ "kind": "Reference",
31196
+ "text": "PBUiInput",
31197
+ "canonicalReference": "@dcl/playground-assets!PBUiInput:interface"
31198
+ },
31199
+ {
31200
+ "kind": "Content",
31201
+ "text": ", writer?: "
31202
+ },
31203
+ {
31204
+ "kind": "Reference",
31205
+ "text": "_m0.Writer",
31206
+ "canonicalReference": "protobufjs!Writer:class"
31207
+ },
31208
+ {
31209
+ "kind": "Content",
31210
+ "text": "): "
31211
+ },
31212
+ {
31213
+ "kind": "Reference",
31214
+ "text": "_m0.Writer",
31215
+ "canonicalReference": "protobufjs!Writer:class"
31216
+ },
31217
+ {
31218
+ "kind": "Content",
31219
+ "text": ";\n decode(input: "
31220
+ },
31221
+ {
31222
+ "kind": "Reference",
31223
+ "text": "_m0.Reader",
31224
+ "canonicalReference": "protobufjs!Reader:class"
31225
+ },
31226
+ {
31227
+ "kind": "Content",
31228
+ "text": " | "
31229
+ },
31230
+ {
31231
+ "kind": "Reference",
31232
+ "text": "Uint8Array",
31233
+ "canonicalReference": "!Uint8Array:interface"
31234
+ },
31235
+ {
31236
+ "kind": "Content",
31237
+ "text": ", length?: number): "
31238
+ },
31239
+ {
31240
+ "kind": "Reference",
31241
+ "text": "PBUiInput",
31242
+ "canonicalReference": "@dcl/playground-assets!PBUiInput:interface"
31243
+ },
31244
+ {
31245
+ "kind": "Content",
31246
+ "text": ";\n}"
31247
+ }
31248
+ ],
31249
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/ui_input.gen.d.ts",
31250
+ "isReadonly": true,
31251
+ "releaseTag": "Public",
31252
+ "name": "PBUiInput",
31253
+ "variableTypeTokenRange": {
31254
+ "startIndex": 1,
31255
+ "endIndex": 14
31256
+ }
31257
+ },
31258
+ {
31259
+ "kind": "Interface",
31260
+ "canonicalReference": "@dcl/playground-assets!PBUiInputResult:interface",
31261
+ "docComment": "",
31262
+ "excerptTokens": [
31263
+ {
31264
+ "kind": "Content",
31265
+ "text": "export interface PBUiInputResult "
31266
+ }
31267
+ ],
31268
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/ui_input_result.gen.d.ts",
31269
+ "releaseTag": "Public",
31270
+ "name": "PBUiInputResult",
31271
+ "preserveMemberOrder": false,
31272
+ "members": [
31273
+ {
31274
+ "kind": "PropertySignature",
31275
+ "canonicalReference": "@dcl/playground-assets!PBUiInputResult#value:member",
31276
+ "docComment": "",
31277
+ "excerptTokens": [
31278
+ {
31279
+ "kind": "Content",
31280
+ "text": "value: "
31281
+ },
31282
+ {
31283
+ "kind": "Content",
31284
+ "text": "string"
31285
+ },
31286
+ {
31287
+ "kind": "Content",
31288
+ "text": ";"
31289
+ }
31290
+ ],
31291
+ "isReadonly": false,
31292
+ "isOptional": false,
31293
+ "releaseTag": "Public",
31294
+ "name": "value",
31295
+ "propertyTypeTokenRange": {
31296
+ "startIndex": 1,
31297
+ "endIndex": 2
31298
+ }
31299
+ }
31300
+ ],
31301
+ "extendsTokenRanges": []
31302
+ },
31303
+ {
31304
+ "kind": "Variable",
31305
+ "canonicalReference": "@dcl/playground-assets!PBUiInputResult:var",
31306
+ "docComment": "/**\n * Internal\n */\n",
31307
+ "excerptTokens": [
31308
+ {
31309
+ "kind": "Content",
31310
+ "text": "PBUiInputResult: "
31311
+ },
31312
+ {
31313
+ "kind": "Content",
31314
+ "text": "{\n encode(message: "
31315
+ },
31316
+ {
31317
+ "kind": "Reference",
31318
+ "text": "PBUiInputResult",
31319
+ "canonicalReference": "@dcl/playground-assets!PBUiInputResult:interface"
31320
+ },
31321
+ {
31322
+ "kind": "Content",
31323
+ "text": ", writer?: "
31324
+ },
31325
+ {
31326
+ "kind": "Reference",
31327
+ "text": "_m0.Writer",
31328
+ "canonicalReference": "protobufjs!Writer:class"
31329
+ },
31330
+ {
31331
+ "kind": "Content",
31332
+ "text": "): "
31333
+ },
31334
+ {
31335
+ "kind": "Reference",
31336
+ "text": "_m0.Writer",
31337
+ "canonicalReference": "protobufjs!Writer:class"
31338
+ },
31339
+ {
31340
+ "kind": "Content",
31341
+ "text": ";\n decode(input: "
31342
+ },
31343
+ {
31344
+ "kind": "Reference",
31345
+ "text": "_m0.Reader",
31346
+ "canonicalReference": "protobufjs!Reader:class"
31347
+ },
31348
+ {
31349
+ "kind": "Content",
31350
+ "text": " | "
31351
+ },
31352
+ {
31353
+ "kind": "Reference",
31354
+ "text": "Uint8Array",
31355
+ "canonicalReference": "!Uint8Array:interface"
31356
+ },
31357
+ {
31358
+ "kind": "Content",
31359
+ "text": ", length?: number): "
31360
+ },
31361
+ {
31362
+ "kind": "Reference",
31363
+ "text": "PBUiInputResult",
31364
+ "canonicalReference": "@dcl/playground-assets!PBUiInputResult:interface"
31365
+ },
31366
+ {
31367
+ "kind": "Content",
31368
+ "text": ";\n}"
31369
+ }
31370
+ ],
31371
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/ui_input_result.gen.d.ts",
31372
+ "isReadonly": true,
31373
+ "releaseTag": "Public",
31374
+ "name": "PBUiInputResult",
31375
+ "variableTypeTokenRange": {
31376
+ "startIndex": 1,
31377
+ "endIndex": 14
31378
+ }
31379
+ },
31380
+ {
31381
+ "kind": "Interface",
31382
+ "canonicalReference": "@dcl/playground-assets!PBUiText:interface",
31383
+ "docComment": "",
31384
+ "excerptTokens": [
31385
+ {
31386
+ "kind": "Content",
31387
+ "text": "export interface PBUiText "
31388
+ }
31389
+ ],
31390
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/ui_text.gen.d.ts",
31391
+ "releaseTag": "Public",
31392
+ "name": "PBUiText",
31393
+ "preserveMemberOrder": false,
31394
+ "members": [
31395
+ {
31396
+ "kind": "PropertySignature",
31397
+ "canonicalReference": "@dcl/playground-assets!PBUiText#color:member",
31398
+ "docComment": "/**\n * default=(1.0,1.0,1.0,1.0)\n */\n",
31399
+ "excerptTokens": [
31400
+ {
31401
+ "kind": "Content",
31402
+ "text": "color?: "
31403
+ },
31404
+ {
31405
+ "kind": "Reference",
31406
+ "text": "Color4",
31407
+ "canonicalReference": "@dcl/playground-assets!PBColor4:interface"
31408
+ },
31409
+ {
31410
+ "kind": "Content",
31411
+ "text": " | undefined"
31412
+ },
31413
+ {
31414
+ "kind": "Content",
31415
+ "text": ";"
31416
+ }
31417
+ ],
31418
+ "isReadonly": false,
31419
+ "isOptional": true,
31420
+ "releaseTag": "Public",
31421
+ "name": "color",
31422
+ "propertyTypeTokenRange": {
31423
+ "startIndex": 1,
31424
+ "endIndex": 3
31425
+ }
31426
+ },
31427
+ {
31428
+ "kind": "PropertySignature",
31429
+ "canonicalReference": "@dcl/playground-assets!PBUiText#font:member",
31430
+ "docComment": "/**\n * default=0\n */\n",
31431
+ "excerptTokens": [
31432
+ {
31433
+ "kind": "Content",
31434
+ "text": "font?: "
31435
+ },
31436
+ {
31437
+ "kind": "Reference",
31438
+ "text": "Font",
31439
+ "canonicalReference": "@dcl/playground-assets!Font:enum"
31440
+ },
31441
+ {
31442
+ "kind": "Content",
31443
+ "text": " | undefined"
31444
+ },
31445
+ {
31446
+ "kind": "Content",
31447
+ "text": ";"
31448
+ }
31449
+ ],
31450
+ "isReadonly": false,
31451
+ "isOptional": true,
31452
+ "releaseTag": "Public",
31453
+ "name": "font",
31454
+ "propertyTypeTokenRange": {
31455
+ "startIndex": 1,
31456
+ "endIndex": 3
31457
+ }
31458
+ },
31459
+ {
31460
+ "kind": "PropertySignature",
31461
+ "canonicalReference": "@dcl/playground-assets!PBUiText#fontSize:member",
31462
+ "docComment": "/**\n * default=10\n */\n",
31463
+ "excerptTokens": [
31464
+ {
31465
+ "kind": "Content",
31466
+ "text": "fontSize?: "
31467
+ },
31468
+ {
31469
+ "kind": "Content",
31470
+ "text": "number | undefined"
31471
+ },
31472
+ {
31473
+ "kind": "Content",
31474
+ "text": ";"
31475
+ }
31476
+ ],
31477
+ "isReadonly": false,
31478
+ "isOptional": true,
31479
+ "releaseTag": "Public",
31480
+ "name": "fontSize",
31481
+ "propertyTypeTokenRange": {
31482
+ "startIndex": 1,
31483
+ "endIndex": 2
31484
+ }
31485
+ },
31486
+ {
31487
+ "kind": "PropertySignature",
31488
+ "canonicalReference": "@dcl/playground-assets!PBUiText#textAlign:member",
31489
+ "docComment": "/**\n * default='center'\n */\n",
31490
+ "excerptTokens": [
31491
+ {
31492
+ "kind": "Content",
31493
+ "text": "textAlign?: "
31494
+ },
31495
+ {
31496
+ "kind": "Reference",
31497
+ "text": "TextAlignMode",
31498
+ "canonicalReference": "@dcl/playground-assets!TextAlignMode:enum"
31499
+ },
31500
+ {
31501
+ "kind": "Content",
31502
+ "text": " | undefined"
31503
+ },
31504
+ {
31505
+ "kind": "Content",
31506
+ "text": ";"
31507
+ }
31508
+ ],
31509
+ "isReadonly": false,
31510
+ "isOptional": true,
31511
+ "releaseTag": "Public",
31512
+ "name": "textAlign",
31513
+ "propertyTypeTokenRange": {
31514
+ "startIndex": 1,
31515
+ "endIndex": 3
31516
+ }
31517
+ },
31518
+ {
31519
+ "kind": "PropertySignature",
31520
+ "canonicalReference": "@dcl/playground-assets!PBUiText#value:member",
31521
+ "docComment": "",
31522
+ "excerptTokens": [
31523
+ {
31524
+ "kind": "Content",
31525
+ "text": "value: "
31526
+ },
31527
+ {
31528
+ "kind": "Content",
31529
+ "text": "string"
31530
+ },
31531
+ {
31532
+ "kind": "Content",
31533
+ "text": ";"
31534
+ }
31535
+ ],
31536
+ "isReadonly": false,
31537
+ "isOptional": false,
31538
+ "releaseTag": "Public",
31539
+ "name": "value",
31540
+ "propertyTypeTokenRange": {
31541
+ "startIndex": 1,
31542
+ "endIndex": 2
31543
+ }
31544
+ }
31545
+ ],
31546
+ "extendsTokenRanges": []
31547
+ },
31548
+ {
31549
+ "kind": "Variable",
31550
+ "canonicalReference": "@dcl/playground-assets!PBUiText:var",
31551
+ "docComment": "/**\n * Internal\n */\n",
31552
+ "excerptTokens": [
31553
+ {
31554
+ "kind": "Content",
31555
+ "text": "PBUiText: "
31556
+ },
31557
+ {
31558
+ "kind": "Content",
31559
+ "text": "{\n encode(message: "
31560
+ },
31561
+ {
31562
+ "kind": "Reference",
31563
+ "text": "PBUiText",
31564
+ "canonicalReference": "@dcl/playground-assets!PBUiText:interface"
30031
31565
  },
30032
31566
  {
30033
31567
  "kind": "Content",
@@ -32803,7 +34337,211 @@
32803
34337
  "overloadIndex": 1,
32804
34338
  "parameters": [
32805
34339
  {
32806
- "parameterName": "origin",
34340
+ "parameterName": "origin",
34341
+ "parameterTypeTokenRange": {
34342
+ "startIndex": 1,
34343
+ "endIndex": 2
34344
+ },
34345
+ "isOptional": false
34346
+ },
34347
+ {
34348
+ "parameterName": "normal",
34349
+ "parameterTypeTokenRange": {
34350
+ "startIndex": 3,
34351
+ "endIndex": 4
34352
+ },
34353
+ "isOptional": false
34354
+ }
34355
+ ],
34356
+ "name": "romPositionAndNormal"
34357
+ },
34358
+ {
34359
+ "kind": "Function",
34360
+ "canonicalReference": "@dcl/playground-assets!Plane.signedDistanceTo:function(1)",
34361
+ "docComment": "/**\n * Calculates the distance to a point\n *\n * @param point - point to calculate distance to\n *\n * @returns the signed distance (float) from the given point to the Plane.\n */\n",
34362
+ "excerptTokens": [
34363
+ {
34364
+ "kind": "Content",
34365
+ "text": "function signedDistanceTo(plane: "
34366
+ },
34367
+ {
34368
+ "kind": "Reference",
34369
+ "text": "ReadonlyPlane",
34370
+ "canonicalReference": "@dcl/playground-assets!Plane.ReadonlyPlane:type"
34371
+ },
34372
+ {
34373
+ "kind": "Content",
34374
+ "text": ", point: "
34375
+ },
34376
+ {
34377
+ "kind": "Reference",
34378
+ "text": "Vector3.ReadonlyVector3",
34379
+ "canonicalReference": "@dcl/playground-assets!Vector3.ReadonlyVector3:type"
34380
+ },
34381
+ {
34382
+ "kind": "Content",
34383
+ "text": "): "
34384
+ },
34385
+ {
34386
+ "kind": "Content",
34387
+ "text": "number"
34388
+ },
34389
+ {
34390
+ "kind": "Content",
34391
+ "text": ";"
34392
+ }
34393
+ ],
34394
+ "returnTypeTokenRange": {
34395
+ "startIndex": 5,
34396
+ "endIndex": 6
34397
+ },
34398
+ "releaseTag": "Public",
34399
+ "overloadIndex": 1,
34400
+ "parameters": [
34401
+ {
34402
+ "parameterName": "plane",
34403
+ "parameterTypeTokenRange": {
34404
+ "startIndex": 1,
34405
+ "endIndex": 2
34406
+ },
34407
+ "isOptional": false
34408
+ },
34409
+ {
34410
+ "parameterName": "point",
34411
+ "parameterTypeTokenRange": {
34412
+ "startIndex": 3,
34413
+ "endIndex": 4
34414
+ },
34415
+ "isOptional": false
34416
+ }
34417
+ ],
34418
+ "name": "signedDistanceTo"
34419
+ },
34420
+ {
34421
+ "kind": "Function",
34422
+ "canonicalReference": "@dcl/playground-assets!Plane.signedDistanceToPlaneFromPositionAndNormal:function(1)",
34423
+ "docComment": "/**\n * Calculates the distance from a plane and a point\n *\n * @param origin - origin of the plane to be constructed\n *\n * @param normal - normal of the plane to be constructed\n *\n * @param point - point to calculate distance to\n *\n * @returns the signed distance between the plane defined by the normal vector at the \"origin\"\" point and the given other point.\n */\n",
34424
+ "excerptTokens": [
34425
+ {
34426
+ "kind": "Content",
34427
+ "text": "function signedDistanceToPlaneFromPositionAndNormal(origin: "
34428
+ },
34429
+ {
34430
+ "kind": "Reference",
34431
+ "text": "Vector3.ReadonlyVector3",
34432
+ "canonicalReference": "@dcl/playground-assets!Vector3.ReadonlyVector3:type"
34433
+ },
34434
+ {
34435
+ "kind": "Content",
34436
+ "text": ", normal: "
34437
+ },
34438
+ {
34439
+ "kind": "Reference",
34440
+ "text": "Vector3.ReadonlyVector3",
34441
+ "canonicalReference": "@dcl/playground-assets!Vector3.ReadonlyVector3:type"
34442
+ },
34443
+ {
34444
+ "kind": "Content",
34445
+ "text": ", point: "
34446
+ },
34447
+ {
34448
+ "kind": "Reference",
34449
+ "text": "Vector3.ReadonlyVector3",
34450
+ "canonicalReference": "@dcl/playground-assets!Vector3.ReadonlyVector3:type"
34451
+ },
34452
+ {
34453
+ "kind": "Content",
34454
+ "text": "): "
34455
+ },
34456
+ {
34457
+ "kind": "Content",
34458
+ "text": "number"
34459
+ },
34460
+ {
34461
+ "kind": "Content",
34462
+ "text": ";"
34463
+ }
34464
+ ],
34465
+ "returnTypeTokenRange": {
34466
+ "startIndex": 7,
34467
+ "endIndex": 8
34468
+ },
34469
+ "releaseTag": "Public",
34470
+ "overloadIndex": 1,
34471
+ "parameters": [
34472
+ {
34473
+ "parameterName": "origin",
34474
+ "parameterTypeTokenRange": {
34475
+ "startIndex": 1,
34476
+ "endIndex": 2
34477
+ },
34478
+ "isOptional": false
34479
+ },
34480
+ {
34481
+ "parameterName": "normal",
34482
+ "parameterTypeTokenRange": {
34483
+ "startIndex": 3,
34484
+ "endIndex": 4
34485
+ },
34486
+ "isOptional": false
34487
+ },
34488
+ {
34489
+ "parameterName": "point",
34490
+ "parameterTypeTokenRange": {
34491
+ "startIndex": 5,
34492
+ "endIndex": 6
34493
+ },
34494
+ "isOptional": false
34495
+ }
34496
+ ],
34497
+ "name": "signedDistanceToPlaneFromPositionAndNormal"
34498
+ },
34499
+ {
34500
+ "kind": "Function",
34501
+ "canonicalReference": "@dcl/playground-assets!Plane.transform:function(1)",
34502
+ "docComment": "/**\n * Applies a transformation the plane and returns the result\n *\n * @param transformation - the transformation matrix to be applied to the plane\n *\n * @returns a new Plane as the result of the transformation of the current Plane by the given matrix.\n */\n",
34503
+ "excerptTokens": [
34504
+ {
34505
+ "kind": "Content",
34506
+ "text": "function transform(plane: "
34507
+ },
34508
+ {
34509
+ "kind": "Reference",
34510
+ "text": "ReadonlyPlane",
34511
+ "canonicalReference": "@dcl/playground-assets!Plane.ReadonlyPlane:type"
34512
+ },
34513
+ {
34514
+ "kind": "Content",
34515
+ "text": ", transformation: "
34516
+ },
34517
+ {
34518
+ "kind": "Reference",
34519
+ "text": "Matrix.ReadonlyMatrix",
34520
+ "canonicalReference": "@dcl/playground-assets!Matrix.ReadonlyMatrix:type"
34521
+ },
34522
+ {
34523
+ "kind": "Content",
34524
+ "text": "): "
34525
+ },
34526
+ {
34527
+ "kind": "Reference",
34528
+ "text": "MutablePlane",
34529
+ "canonicalReference": "@dcl/playground-assets!Plane.MutablePlane:type"
34530
+ },
34531
+ {
34532
+ "kind": "Content",
34533
+ "text": ";"
34534
+ }
34535
+ ],
34536
+ "returnTypeTokenRange": {
34537
+ "startIndex": 5,
34538
+ "endIndex": 6
34539
+ },
34540
+ "releaseTag": "Public",
34541
+ "overloadIndex": 1,
34542
+ "parameters": [
34543
+ {
34544
+ "parameterName": "plane",
32807
34545
  "parameterTypeTokenRange": {
32808
34546
  "startIndex": 1,
32809
34547
  "endIndex": 2
@@ -32811,7 +34549,7 @@
32811
34549
  "isOptional": false
32812
34550
  },
32813
34551
  {
32814
- "parameterName": "normal",
34552
+ "parameterName": "transformation",
32815
34553
  "parameterTypeTokenRange": {
32816
34554
  "startIndex": 3,
32817
34555
  "endIndex": 4
@@ -32819,213 +34557,46 @@
32819
34557
  "isOptional": false
32820
34558
  }
32821
34559
  ],
32822
- "name": "romPositionAndNormal"
34560
+ "name": "transform"
34561
+ }
34562
+ ]
34563
+ },
34564
+ {
34565
+ "kind": "Variable",
34566
+ "canonicalReference": "@dcl/playground-assets!PointerEvents:var",
34567
+ "docComment": "/**\n * @public\n */\n",
34568
+ "excerptTokens": [
34569
+ {
34570
+ "kind": "Content",
34571
+ "text": "PointerEvents: "
32823
34572
  },
32824
34573
  {
32825
- "kind": "Function",
32826
- "canonicalReference": "@dcl/playground-assets!Plane.signedDistanceTo:function(1)",
32827
- "docComment": "/**\n * Calculates the distance to a point\n *\n * @param point - point to calculate distance to\n *\n * @returns the signed distance (float) from the given point to the Plane.\n */\n",
32828
- "excerptTokens": [
32829
- {
32830
- "kind": "Content",
32831
- "text": "function signedDistanceTo(plane: "
32832
- },
32833
- {
32834
- "kind": "Reference",
32835
- "text": "ReadonlyPlane",
32836
- "canonicalReference": "@dcl/playground-assets!Plane.ReadonlyPlane:type"
32837
- },
32838
- {
32839
- "kind": "Content",
32840
- "text": ", point: "
32841
- },
32842
- {
32843
- "kind": "Reference",
32844
- "text": "Vector3.ReadonlyVector3",
32845
- "canonicalReference": "@dcl/playground-assets!Vector3.ReadonlyVector3:type"
32846
- },
32847
- {
32848
- "kind": "Content",
32849
- "text": "): "
32850
- },
32851
- {
32852
- "kind": "Content",
32853
- "text": "number"
32854
- },
32855
- {
32856
- "kind": "Content",
32857
- "text": ";"
32858
- }
32859
- ],
32860
- "returnTypeTokenRange": {
32861
- "startIndex": 5,
32862
- "endIndex": 6
32863
- },
32864
- "releaseTag": "Public",
32865
- "overloadIndex": 1,
32866
- "parameters": [
32867
- {
32868
- "parameterName": "plane",
32869
- "parameterTypeTokenRange": {
32870
- "startIndex": 1,
32871
- "endIndex": 2
32872
- },
32873
- "isOptional": false
32874
- },
32875
- {
32876
- "parameterName": "point",
32877
- "parameterTypeTokenRange": {
32878
- "startIndex": 3,
32879
- "endIndex": 4
32880
- },
32881
- "isOptional": false
32882
- }
32883
- ],
32884
- "name": "signedDistanceTo"
34574
+ "kind": "Reference",
34575
+ "text": "ComponentDefinition",
34576
+ "canonicalReference": "@dcl/playground-assets!ComponentDefinition:type"
32885
34577
  },
32886
34578
  {
32887
- "kind": "Function",
32888
- "canonicalReference": "@dcl/playground-assets!Plane.signedDistanceToPlaneFromPositionAndNormal:function(1)",
32889
- "docComment": "/**\n * Calculates the distance from a plane and a point\n *\n * @param origin - origin of the plane to be constructed\n *\n * @param normal - normal of the plane to be constructed\n *\n * @param point - point to calculate distance to\n *\n * @returns the signed distance between the plane defined by the normal vector at the \"origin\"\" point and the given other point.\n */\n",
32890
- "excerptTokens": [
32891
- {
32892
- "kind": "Content",
32893
- "text": "function signedDistanceToPlaneFromPositionAndNormal(origin: "
32894
- },
32895
- {
32896
- "kind": "Reference",
32897
- "text": "Vector3.ReadonlyVector3",
32898
- "canonicalReference": "@dcl/playground-assets!Vector3.ReadonlyVector3:type"
32899
- },
32900
- {
32901
- "kind": "Content",
32902
- "text": ", normal: "
32903
- },
32904
- {
32905
- "kind": "Reference",
32906
- "text": "Vector3.ReadonlyVector3",
32907
- "canonicalReference": "@dcl/playground-assets!Vector3.ReadonlyVector3:type"
32908
- },
32909
- {
32910
- "kind": "Content",
32911
- "text": ", point: "
32912
- },
32913
- {
32914
- "kind": "Reference",
32915
- "text": "Vector3.ReadonlyVector3",
32916
- "canonicalReference": "@dcl/playground-assets!Vector3.ReadonlyVector3:type"
32917
- },
32918
- {
32919
- "kind": "Content",
32920
- "text": "): "
32921
- },
32922
- {
32923
- "kind": "Content",
32924
- "text": "number"
32925
- },
32926
- {
32927
- "kind": "Content",
32928
- "text": ";"
32929
- }
32930
- ],
32931
- "returnTypeTokenRange": {
32932
- "startIndex": 7,
32933
- "endIndex": 8
32934
- },
32935
- "releaseTag": "Public",
32936
- "overloadIndex": 1,
32937
- "parameters": [
32938
- {
32939
- "parameterName": "origin",
32940
- "parameterTypeTokenRange": {
32941
- "startIndex": 1,
32942
- "endIndex": 2
32943
- },
32944
- "isOptional": false
32945
- },
32946
- {
32947
- "parameterName": "normal",
32948
- "parameterTypeTokenRange": {
32949
- "startIndex": 3,
32950
- "endIndex": 4
32951
- },
32952
- "isOptional": false
32953
- },
32954
- {
32955
- "parameterName": "point",
32956
- "parameterTypeTokenRange": {
32957
- "startIndex": 5,
32958
- "endIndex": 6
32959
- },
32960
- "isOptional": false
32961
- }
32962
- ],
32963
- "name": "signedDistanceToPlaneFromPositionAndNormal"
34579
+ "kind": "Content",
34580
+ "text": "<"
32964
34581
  },
32965
34582
  {
32966
- "kind": "Function",
32967
- "canonicalReference": "@dcl/playground-assets!Plane.transform:function(1)",
32968
- "docComment": "/**\n * Applies a transformation the plane and returns the result\n *\n * @param transformation - the transformation matrix to be applied to the plane\n *\n * @returns a new Plane as the result of the transformation of the current Plane by the given matrix.\n */\n",
32969
- "excerptTokens": [
32970
- {
32971
- "kind": "Content",
32972
- "text": "function transform(plane: "
32973
- },
32974
- {
32975
- "kind": "Reference",
32976
- "text": "ReadonlyPlane",
32977
- "canonicalReference": "@dcl/playground-assets!Plane.ReadonlyPlane:type"
32978
- },
32979
- {
32980
- "kind": "Content",
32981
- "text": ", transformation: "
32982
- },
32983
- {
32984
- "kind": "Reference",
32985
- "text": "Matrix.ReadonlyMatrix",
32986
- "canonicalReference": "@dcl/playground-assets!Matrix.ReadonlyMatrix:type"
32987
- },
32988
- {
32989
- "kind": "Content",
32990
- "text": "): "
32991
- },
32992
- {
32993
- "kind": "Reference",
32994
- "text": "MutablePlane",
32995
- "canonicalReference": "@dcl/playground-assets!Plane.MutablePlane:type"
32996
- },
32997
- {
32998
- "kind": "Content",
32999
- "text": ";"
33000
- }
33001
- ],
33002
- "returnTypeTokenRange": {
33003
- "startIndex": 5,
33004
- "endIndex": 6
33005
- },
33006
- "releaseTag": "Public",
33007
- "overloadIndex": 1,
33008
- "parameters": [
33009
- {
33010
- "parameterName": "plane",
33011
- "parameterTypeTokenRange": {
33012
- "startIndex": 1,
33013
- "endIndex": 2
33014
- },
33015
- "isOptional": false
33016
- },
33017
- {
33018
- "parameterName": "transformation",
33019
- "parameterTypeTokenRange": {
33020
- "startIndex": 3,
33021
- "endIndex": 4
33022
- },
33023
- "isOptional": false
33024
- }
33025
- ],
33026
- "name": "transform"
34583
+ "kind": "Reference",
34584
+ "text": "PBPointerEvents",
34585
+ "canonicalReference": "@dcl/playground-assets!PBPointerEvents:interface"
34586
+ },
34587
+ {
34588
+ "kind": "Content",
34589
+ "text": ">"
33027
34590
  }
33028
- ]
34591
+ ],
34592
+ "fileUrlPath": "../ecs/dist/components/generated/global.gen.d.ts",
34593
+ "isReadonly": true,
34594
+ "releaseTag": "Public",
34595
+ "name": "PointerEvents",
34596
+ "variableTypeTokenRange": {
34597
+ "startIndex": 1,
34598
+ "endIndex": 5
34599
+ }
33029
34600
  },
33030
34601
  {
33031
34602
  "kind": "Variable",
@@ -33124,7 +34695,16 @@
33124
34695
  },
33125
34696
  {
33126
34697
  "kind": "Content",
33127
- "text": ", opts?: import(\"../../systems/events\")."
34698
+ "text": ", opts?: "
34699
+ },
34700
+ {
34701
+ "kind": "Reference",
34702
+ "text": "Partial",
34703
+ "canonicalReference": "!Partial:type"
34704
+ },
34705
+ {
34706
+ "kind": "Content",
34707
+ "text": "<import(\"../../systems/events\")."
33128
34708
  },
33129
34709
  {
33130
34710
  "kind": "Reference",
@@ -33133,7 +34713,7 @@
33133
34713
  },
33134
34714
  {
33135
34715
  "kind": "Content",
33136
- "text": " | undefined): void;\n onPointerDown(entity: unknown, cb: import(\"../../systems/events\")."
34716
+ "text": "> | undefined): void;\n onPointerDown(entity: unknown, cb: import(\"../../systems/events\")."
33137
34717
  },
33138
34718
  {
33139
34719
  "kind": "Reference",
@@ -33142,7 +34722,16 @@
33142
34722
  },
33143
34723
  {
33144
34724
  "kind": "Content",
33145
- "text": ", opts?: import(\"../../systems/events\")."
34725
+ "text": ", opts?: "
34726
+ },
34727
+ {
34728
+ "kind": "Reference",
34729
+ "text": "Partial",
34730
+ "canonicalReference": "!Partial:type"
34731
+ },
34732
+ {
34733
+ "kind": "Content",
34734
+ "text": "<import(\"../../systems/events\")."
33146
34735
  },
33147
34736
  {
33148
34737
  "kind": "Reference",
@@ -33151,7 +34740,7 @@
33151
34740
  },
33152
34741
  {
33153
34742
  "kind": "Content",
33154
- "text": " | undefined): void;\n onPointerUp(entity: unknown, cb: import(\"../../systems/events\")."
34743
+ "text": "> | undefined): void;\n onPointerUp(entity: unknown, cb: import(\"../../systems/events\")."
33155
34744
  },
33156
34745
  {
33157
34746
  "kind": "Reference",
@@ -33160,7 +34749,16 @@
33160
34749
  },
33161
34750
  {
33162
34751
  "kind": "Content",
33163
- "text": ", opts?: import(\"../../systems/events\")."
34752
+ "text": ", opts?: "
34753
+ },
34754
+ {
34755
+ "kind": "Reference",
34756
+ "text": "Partial",
34757
+ "canonicalReference": "!Partial:type"
34758
+ },
34759
+ {
34760
+ "kind": "Content",
34761
+ "text": "<import(\"../../systems/events\")."
33164
34762
  },
33165
34763
  {
33166
34764
  "kind": "Reference",
@@ -33169,7 +34767,7 @@
33169
34767
  },
33170
34768
  {
33171
34769
  "kind": "Content",
33172
- "text": " | undefined): void;\n}"
34770
+ "text": "> | undefined): void;\n}"
33173
34771
  }
33174
34772
  ],
33175
34773
  "fileUrlPath": "../ecs/dist/runtime/initialization/index.d.ts",
@@ -33178,7 +34776,7 @@
33178
34776
  "name": "pointerEventsSystem",
33179
34777
  "variableTypeTokenRange": {
33180
34778
  "startIndex": 1,
33181
- "endIndex": 14
34779
+ "endIndex": 20
33182
34780
  }
33183
34781
  },
33184
34782
  {
@@ -33191,7 +34789,7 @@
33191
34789
  "text": "export declare const enum PointerEventType "
33192
34790
  }
33193
34791
  ],
33194
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/pointer_hover_feedback.gen.d.ts",
34792
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/pointer_events.gen.d.ts",
33195
34793
  "releaseTag": "Public",
33196
34794
  "name": "PointerEventType",
33197
34795
  "preserveMemberOrder": false,
@@ -33282,43 +34880,6 @@
33282
34880
  }
33283
34881
  ]
33284
34882
  },
33285
- {
33286
- "kind": "Variable",
33287
- "canonicalReference": "@dcl/playground-assets!PointerHoverFeedback:var",
33288
- "docComment": "/**\n * @public\n */\n",
33289
- "excerptTokens": [
33290
- {
33291
- "kind": "Content",
33292
- "text": "PointerHoverFeedback: "
33293
- },
33294
- {
33295
- "kind": "Reference",
33296
- "text": "ComponentDefinition",
33297
- "canonicalReference": "@dcl/playground-assets!ComponentDefinition:type"
33298
- },
33299
- {
33300
- "kind": "Content",
33301
- "text": "<"
33302
- },
33303
- {
33304
- "kind": "Reference",
33305
- "text": "PBPointerHoverFeedback",
33306
- "canonicalReference": "@dcl/playground-assets!PBPointerHoverFeedback:interface"
33307
- },
33308
- {
33309
- "kind": "Content",
33310
- "text": ">"
33311
- }
33312
- ],
33313
- "fileUrlPath": "../ecs/dist/components/generated/global.gen.d.ts",
33314
- "isReadonly": true,
33315
- "releaseTag": "Public",
33316
- "name": "PointerHoverFeedback",
33317
- "variableTypeTokenRange": {
33318
- "startIndex": 1,
33319
- "endIndex": 5
33320
- }
33321
- },
33322
34883
  {
33323
34884
  "kind": "Variable",
33324
34885
  "canonicalReference": "@dcl/playground-assets!PointerLock:var",
@@ -35975,20 +37536,29 @@
35975
37536
  "extendsTokenRanges": []
35976
37537
  },
35977
37538
  {
35978
- "kind": "Interface",
35979
- "canonicalReference": "@dcl/playground-assets!ReactEcs.JSX.Element:interface",
37539
+ "kind": "TypeAlias",
37540
+ "canonicalReference": "@dcl/playground-assets!ReactEcs.JSX.Element:type",
35980
37541
  "docComment": "",
35981
37542
  "excerptTokens": [
35982
37543
  {
35983
37544
  "kind": "Content",
35984
- "text": "interface Element "
37545
+ "text": "type Element = "
37546
+ },
37547
+ {
37548
+ "kind": "Content",
37549
+ "text": "{} | null"
37550
+ },
37551
+ {
37552
+ "kind": "Content",
37553
+ "text": ";"
35985
37554
  }
35986
37555
  ],
35987
37556
  "releaseTag": "Public",
35988
37557
  "name": "Element",
35989
- "preserveMemberOrder": false,
35990
- "members": [],
35991
- "extendsTokenRanges": []
37558
+ "typeTokenRange": {
37559
+ "startIndex": 1,
37560
+ "endIndex": 2
37561
+ }
35992
37562
  },
35993
37563
  {
35994
37564
  "kind": "TypeAlias",
@@ -39803,6 +41373,41 @@
39803
41373
  "endIndex": 5
39804
41374
  }
39805
41375
  },
41376
+ {
41377
+ "kind": "TypeAlias",
41378
+ "canonicalReference": "@dcl/playground-assets!UiAvatarTexture:type",
41379
+ "docComment": "/**\n * @public\n */\n",
41380
+ "excerptTokens": [
41381
+ {
41382
+ "kind": "Content",
41383
+ "text": "export declare type UiAvatarTexture = "
41384
+ },
41385
+ {
41386
+ "kind": "Content",
41387
+ "text": "{\n avatarTexture?: "
41388
+ },
41389
+ {
41390
+ "kind": "Reference",
41391
+ "text": "AvatarTexture",
41392
+ "canonicalReference": "@dcl/playground-assets!AvatarTexture:interface"
41393
+ },
41394
+ {
41395
+ "kind": "Content",
41396
+ "text": ";\n}"
41397
+ },
41398
+ {
41399
+ "kind": "Content",
41400
+ "text": ";"
41401
+ }
41402
+ ],
41403
+ "fileUrlPath": "../react-ecs/dist/components/uiBackground/types.d.ts",
41404
+ "releaseTag": "Public",
41405
+ "name": "UiAvatarTexture",
41406
+ "typeTokenRange": {
41407
+ "startIndex": 1,
41408
+ "endIndex": 4
41409
+ }
41410
+ },
39806
41411
  {
39807
41412
  "kind": "Variable",
39808
41413
  "canonicalReference": "@dcl/playground-assets!UiBackground:var",
@@ -39840,6 +41445,91 @@
39840
41445
  "endIndex": 5
39841
41446
  }
39842
41447
  },
41448
+ {
41449
+ "kind": "TypeAlias",
41450
+ "canonicalReference": "@dcl/playground-assets!UiBackgroundProps:type",
41451
+ "docComment": "/**\n * @public\n */\n",
41452
+ "excerptTokens": [
41453
+ {
41454
+ "kind": "Content",
41455
+ "text": "export declare type UiBackgroundProps = "
41456
+ },
41457
+ {
41458
+ "kind": "Reference",
41459
+ "text": "Partial",
41460
+ "canonicalReference": "!Partial:type"
41461
+ },
41462
+ {
41463
+ "kind": "Content",
41464
+ "text": "<"
41465
+ },
41466
+ {
41467
+ "kind": "Reference",
41468
+ "text": "Omit",
41469
+ "canonicalReference": "!Omit:type"
41470
+ },
41471
+ {
41472
+ "kind": "Content",
41473
+ "text": "<"
41474
+ },
41475
+ {
41476
+ "kind": "Reference",
41477
+ "text": "PBUiBackground",
41478
+ "canonicalReference": "@dcl/playground-assets!PBUiBackground:interface"
41479
+ },
41480
+ {
41481
+ "kind": "Content",
41482
+ "text": ", 'texture'>> & "
41483
+ },
41484
+ {
41485
+ "kind": "Reference",
41486
+ "text": "UiTextureUnion",
41487
+ "canonicalReference": "@dcl/playground-assets!UiTextureUnion:type"
41488
+ },
41489
+ {
41490
+ "kind": "Content",
41491
+ "text": ";"
41492
+ }
41493
+ ],
41494
+ "fileUrlPath": "../react-ecs/dist/components/uiBackground/types.d.ts",
41495
+ "releaseTag": "Public",
41496
+ "name": "UiBackgroundProps",
41497
+ "typeTokenRange": {
41498
+ "startIndex": 1,
41499
+ "endIndex": 8
41500
+ }
41501
+ },
41502
+ {
41503
+ "kind": "TypeAlias",
41504
+ "canonicalReference": "@dcl/playground-assets!UiButtonProps:type",
41505
+ "docComment": "/**\n * @public\n */\n",
41506
+ "excerptTokens": [
41507
+ {
41508
+ "kind": "Content",
41509
+ "text": "export declare type UiButtonProps = "
41510
+ },
41511
+ {
41512
+ "kind": "Reference",
41513
+ "text": "PBUiText",
41514
+ "canonicalReference": "@dcl/playground-assets!PBUiText:interface"
41515
+ },
41516
+ {
41517
+ "kind": "Content",
41518
+ "text": " & {\n type?: 'primary' | 'secondary';\n}"
41519
+ },
41520
+ {
41521
+ "kind": "Content",
41522
+ "text": ";"
41523
+ }
41524
+ ],
41525
+ "fileUrlPath": "../react-ecs/dist/components/Button/types.d.ts",
41526
+ "releaseTag": "Public",
41527
+ "name": "UiButtonProps",
41528
+ "typeTokenRange": {
41529
+ "startIndex": 1,
41530
+ "endIndex": 3
41531
+ }
41532
+ },
39843
41533
  {
39844
41534
  "kind": "TypeAlias",
39845
41535
  "canonicalReference": "@dcl/playground-assets!UiComponent:type",
@@ -39856,7 +41546,7 @@
39856
41546
  {
39857
41547
  "kind": "Reference",
39858
41548
  "text": "JSX.Element",
39859
- "canonicalReference": "@dcl/playground-assets!JSX.Element:interface"
41549
+ "canonicalReference": "@dcl/playground-assets!JSX.Element:type"
39860
41550
  },
39861
41551
  {
39862
41552
  "kind": "Content",
@@ -39871,6 +41561,120 @@
39871
41561
  "endIndex": 3
39872
41562
  }
39873
41563
  },
41564
+ {
41565
+ "kind": "Variable",
41566
+ "canonicalReference": "@dcl/playground-assets!UiDropdown:var",
41567
+ "docComment": "/**\n * @public\n */\n",
41568
+ "excerptTokens": [
41569
+ {
41570
+ "kind": "Content",
41571
+ "text": "UiDropdown: "
41572
+ },
41573
+ {
41574
+ "kind": "Reference",
41575
+ "text": "ComponentDefinition",
41576
+ "canonicalReference": "@dcl/playground-assets!ComponentDefinition:type"
41577
+ },
41578
+ {
41579
+ "kind": "Content",
41580
+ "text": "<"
41581
+ },
41582
+ {
41583
+ "kind": "Reference",
41584
+ "text": "PBUiDropdown",
41585
+ "canonicalReference": "@dcl/playground-assets!PBUiDropdown:interface"
41586
+ },
41587
+ {
41588
+ "kind": "Content",
41589
+ "text": ">"
41590
+ }
41591
+ ],
41592
+ "fileUrlPath": "../ecs/dist/components/generated/global.gen.d.ts",
41593
+ "isReadonly": true,
41594
+ "releaseTag": "Public",
41595
+ "name": "UiDropdown",
41596
+ "variableTypeTokenRange": {
41597
+ "startIndex": 1,
41598
+ "endIndex": 5
41599
+ }
41600
+ },
41601
+ {
41602
+ "kind": "TypeAlias",
41603
+ "canonicalReference": "@dcl/playground-assets!UiDropdownProps:type",
41604
+ "docComment": "/**\n * @public\n */\n",
41605
+ "excerptTokens": [
41606
+ {
41607
+ "kind": "Content",
41608
+ "text": "export declare type UiDropdownProps = "
41609
+ },
41610
+ {
41611
+ "kind": "Reference",
41612
+ "text": "Partial",
41613
+ "canonicalReference": "!Partial:type"
41614
+ },
41615
+ {
41616
+ "kind": "Content",
41617
+ "text": "<"
41618
+ },
41619
+ {
41620
+ "kind": "Reference",
41621
+ "text": "PBUiDropdown",
41622
+ "canonicalReference": "@dcl/playground-assets!PBUiDropdown:interface"
41623
+ },
41624
+ {
41625
+ "kind": "Content",
41626
+ "text": "> & {\n onChange?(value: number): void;\n}"
41627
+ },
41628
+ {
41629
+ "kind": "Content",
41630
+ "text": ";"
41631
+ }
41632
+ ],
41633
+ "fileUrlPath": "../react-ecs/dist/components/Dropdown/types.d.ts",
41634
+ "releaseTag": "Public",
41635
+ "name": "UiDropdownProps",
41636
+ "typeTokenRange": {
41637
+ "startIndex": 1,
41638
+ "endIndex": 5
41639
+ }
41640
+ },
41641
+ {
41642
+ "kind": "Variable",
41643
+ "canonicalReference": "@dcl/playground-assets!UiDropdownResult:var",
41644
+ "docComment": "/**\n * @public\n */\n",
41645
+ "excerptTokens": [
41646
+ {
41647
+ "kind": "Content",
41648
+ "text": "UiDropdownResult: "
41649
+ },
41650
+ {
41651
+ "kind": "Reference",
41652
+ "text": "ComponentDefinition",
41653
+ "canonicalReference": "@dcl/playground-assets!ComponentDefinition:type"
41654
+ },
41655
+ {
41656
+ "kind": "Content",
41657
+ "text": "<"
41658
+ },
41659
+ {
41660
+ "kind": "Reference",
41661
+ "text": "PBUiDropdownResult",
41662
+ "canonicalReference": "@dcl/playground-assets!PBUiDropdownResult:interface"
41663
+ },
41664
+ {
41665
+ "kind": "Content",
41666
+ "text": ">"
41667
+ }
41668
+ ],
41669
+ "fileUrlPath": "../ecs/dist/components/generated/global.gen.d.ts",
41670
+ "isReadonly": true,
41671
+ "releaseTag": "Public",
41672
+ "name": "UiDropdownResult",
41673
+ "variableTypeTokenRange": {
41674
+ "startIndex": 1,
41675
+ "endIndex": 5
41676
+ }
41677
+ },
39874
41678
  {
39875
41679
  "kind": "Function",
39876
41680
  "canonicalReference": "@dcl/playground-assets!UiEntity:function(1)",
@@ -39914,7 +41718,7 @@
39914
41718
  {
39915
41719
  "kind": "Reference",
39916
41720
  "text": "ReactEcs.JSX.Element",
39917
- "canonicalReference": "@dcl/playground-assets!ReactEcs.JSX.Element:interface"
41721
+ "canonicalReference": "@dcl/playground-assets!ReactEcs.JSX.Element:type"
39918
41722
  },
39919
41723
  {
39920
41724
  "kind": "Content",
@@ -39940,6 +41744,111 @@
39940
41744
  ],
39941
41745
  "name": "UiEntity"
39942
41746
  },
41747
+ {
41748
+ "kind": "Variable",
41749
+ "canonicalReference": "@dcl/playground-assets!UiInput:var",
41750
+ "docComment": "/**\n * @public\n */\n",
41751
+ "excerptTokens": [
41752
+ {
41753
+ "kind": "Content",
41754
+ "text": "UiInput: "
41755
+ },
41756
+ {
41757
+ "kind": "Reference",
41758
+ "text": "ComponentDefinition",
41759
+ "canonicalReference": "@dcl/playground-assets!ComponentDefinition:type"
41760
+ },
41761
+ {
41762
+ "kind": "Content",
41763
+ "text": "<"
41764
+ },
41765
+ {
41766
+ "kind": "Reference",
41767
+ "text": "PBUiInput",
41768
+ "canonicalReference": "@dcl/playground-assets!PBUiInput:interface"
41769
+ },
41770
+ {
41771
+ "kind": "Content",
41772
+ "text": ">"
41773
+ }
41774
+ ],
41775
+ "fileUrlPath": "../ecs/dist/components/generated/global.gen.d.ts",
41776
+ "isReadonly": true,
41777
+ "releaseTag": "Public",
41778
+ "name": "UiInput",
41779
+ "variableTypeTokenRange": {
41780
+ "startIndex": 1,
41781
+ "endIndex": 5
41782
+ }
41783
+ },
41784
+ {
41785
+ "kind": "TypeAlias",
41786
+ "canonicalReference": "@dcl/playground-assets!UiInputProps:type",
41787
+ "docComment": "/**\n * @public\n */\n",
41788
+ "excerptTokens": [
41789
+ {
41790
+ "kind": "Content",
41791
+ "text": "export declare type UiInputProps = "
41792
+ },
41793
+ {
41794
+ "kind": "Reference",
41795
+ "text": "PBUiInput",
41796
+ "canonicalReference": "@dcl/playground-assets!PBUiInput:interface"
41797
+ },
41798
+ {
41799
+ "kind": "Content",
41800
+ "text": " & {\n onChange?(value: string): void;\n}"
41801
+ },
41802
+ {
41803
+ "kind": "Content",
41804
+ "text": ";"
41805
+ }
41806
+ ],
41807
+ "fileUrlPath": "../react-ecs/dist/components/Input/types.d.ts",
41808
+ "releaseTag": "Public",
41809
+ "name": "UiInputProps",
41810
+ "typeTokenRange": {
41811
+ "startIndex": 1,
41812
+ "endIndex": 3
41813
+ }
41814
+ },
41815
+ {
41816
+ "kind": "Variable",
41817
+ "canonicalReference": "@dcl/playground-assets!UiInputResult:var",
41818
+ "docComment": "/**\n * @public\n */\n",
41819
+ "excerptTokens": [
41820
+ {
41821
+ "kind": "Content",
41822
+ "text": "UiInputResult: "
41823
+ },
41824
+ {
41825
+ "kind": "Reference",
41826
+ "text": "ComponentDefinition",
41827
+ "canonicalReference": "@dcl/playground-assets!ComponentDefinition:type"
41828
+ },
41829
+ {
41830
+ "kind": "Content",
41831
+ "text": "<"
41832
+ },
41833
+ {
41834
+ "kind": "Reference",
41835
+ "text": "PBUiInputResult",
41836
+ "canonicalReference": "@dcl/playground-assets!PBUiInputResult:interface"
41837
+ },
41838
+ {
41839
+ "kind": "Content",
41840
+ "text": ">"
41841
+ }
41842
+ ],
41843
+ "fileUrlPath": "../ecs/dist/components/generated/global.gen.d.ts",
41844
+ "isReadonly": true,
41845
+ "releaseTag": "Public",
41846
+ "name": "UiInputResult",
41847
+ "variableTypeTokenRange": {
41848
+ "startIndex": 1,
41849
+ "endIndex": 5
41850
+ }
41851
+ },
39943
41852
  {
39944
41853
  "kind": "Variable",
39945
41854
  "canonicalReference": "@dcl/playground-assets!UiText:var",
@@ -39977,6 +41886,104 @@
39977
41886
  "endIndex": 5
39978
41887
  }
39979
41888
  },
41889
+ {
41890
+ "kind": "TypeAlias",
41891
+ "canonicalReference": "@dcl/playground-assets!UiTextProps:type",
41892
+ "docComment": "/**\n * @public\n */\n",
41893
+ "excerptTokens": [
41894
+ {
41895
+ "kind": "Content",
41896
+ "text": "export declare type UiTextProps = "
41897
+ },
41898
+ {
41899
+ "kind": "Reference",
41900
+ "text": "PBUiText",
41901
+ "canonicalReference": "@dcl/playground-assets!PBUiText:interface"
41902
+ },
41903
+ {
41904
+ "kind": "Content",
41905
+ "text": ";"
41906
+ }
41907
+ ],
41908
+ "fileUrlPath": "../react-ecs/dist/components/Label/types.d.ts",
41909
+ "releaseTag": "Public",
41910
+ "name": "UiTextProps",
41911
+ "typeTokenRange": {
41912
+ "startIndex": 1,
41913
+ "endIndex": 2
41914
+ }
41915
+ },
41916
+ {
41917
+ "kind": "TypeAlias",
41918
+ "canonicalReference": "@dcl/playground-assets!UiTexture:type",
41919
+ "docComment": "/**\n * @public\n */\n",
41920
+ "excerptTokens": [
41921
+ {
41922
+ "kind": "Content",
41923
+ "text": "export declare type UiTexture = "
41924
+ },
41925
+ {
41926
+ "kind": "Content",
41927
+ "text": "{\n texture?: "
41928
+ },
41929
+ {
41930
+ "kind": "Reference",
41931
+ "text": "Texture",
41932
+ "canonicalReference": "@dcl/playground-assets!Texture:interface"
41933
+ },
41934
+ {
41935
+ "kind": "Content",
41936
+ "text": ";\n}"
41937
+ },
41938
+ {
41939
+ "kind": "Content",
41940
+ "text": ";"
41941
+ }
41942
+ ],
41943
+ "fileUrlPath": "../react-ecs/dist/components/uiBackground/types.d.ts",
41944
+ "releaseTag": "Public",
41945
+ "name": "UiTexture",
41946
+ "typeTokenRange": {
41947
+ "startIndex": 1,
41948
+ "endIndex": 4
41949
+ }
41950
+ },
41951
+ {
41952
+ "kind": "TypeAlias",
41953
+ "canonicalReference": "@dcl/playground-assets!UiTextureUnion:type",
41954
+ "docComment": "/**\n * @public\n */\n",
41955
+ "excerptTokens": [
41956
+ {
41957
+ "kind": "Content",
41958
+ "text": "export declare type UiTextureUnion = "
41959
+ },
41960
+ {
41961
+ "kind": "Reference",
41962
+ "text": "UiAvatarTexture",
41963
+ "canonicalReference": "@dcl/playground-assets!UiAvatarTexture:type"
41964
+ },
41965
+ {
41966
+ "kind": "Content",
41967
+ "text": " | "
41968
+ },
41969
+ {
41970
+ "kind": "Reference",
41971
+ "text": "UiTexture",
41972
+ "canonicalReference": "@dcl/playground-assets!UiTexture:type"
41973
+ },
41974
+ {
41975
+ "kind": "Content",
41976
+ "text": ";"
41977
+ }
41978
+ ],
41979
+ "fileUrlPath": "../react-ecs/dist/components/uiBackground/types.d.ts",
41980
+ "releaseTag": "Public",
41981
+ "name": "UiTextureUnion",
41982
+ "typeTokenRange": {
41983
+ "startIndex": 1,
41984
+ "endIndex": 4
41985
+ }
41986
+ },
39980
41987
  {
39981
41988
  "kind": "Variable",
39982
41989
  "canonicalReference": "@dcl/playground-assets!UiTransform:var",