@dcl/playground-assets 7.24.4-28592331167.commit-697ce9e → 7.24.4-28656241733.commit-c65544e

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.
@@ -1942,299 +1942,6 @@
1942
1942
  }
1943
1943
  ]
1944
1944
  },
1945
- {
1946
- "kind": "TypeAlias",
1947
- "canonicalReference": "@dcl/playground-assets!AuthoritativePutComponentMessage:type",
1948
- "docComment": "/**\n * @public\n */\n",
1949
- "excerptTokens": [
1950
- {
1951
- "kind": "Content",
1952
- "text": "export type AuthoritativePutComponentMessage = "
1953
- },
1954
- {
1955
- "kind": "Reference",
1956
- "text": "CrdtMessageHeader",
1957
- "canonicalReference": "@dcl/playground-assets!CrdtMessageHeader:type"
1958
- },
1959
- {
1960
- "kind": "Content",
1961
- "text": " & "
1962
- },
1963
- {
1964
- "kind": "Reference",
1965
- "text": "AuthoritativePutComponentMessageBody",
1966
- "canonicalReference": "@dcl/playground-assets!AuthoritativePutComponentMessageBody:type"
1967
- },
1968
- {
1969
- "kind": "Content",
1970
- "text": ";"
1971
- }
1972
- ],
1973
- "fileUrlPath": "../ecs/dist/serialization/crdt/types.d.ts",
1974
- "releaseTag": "Public",
1975
- "name": "AuthoritativePutComponentMessage",
1976
- "typeTokenRange": {
1977
- "startIndex": 1,
1978
- "endIndex": 4
1979
- }
1980
- },
1981
- {
1982
- "kind": "TypeAlias",
1983
- "canonicalReference": "@dcl/playground-assets!AuthoritativePutComponentMessageBody:type",
1984
- "docComment": "/**\n * Server authoritative message - identical to PutComponentMessageBody but with forced processing Min. length = header (8 bytes) + 16 bytes = 24 bytes\n *\n * @param entity - Uint32 number of the entity\n *\n * @param componentId - Uint32 number of id\n *\n * @param timestamp - Uint32 Lamport timestamp (server's authoritative timestamp)\n *\n * @param data - Uint8[] data of component => length(4 bytes) + block of bytes[0..length-1]\n *\n * @public\n */\n",
1985
- "excerptTokens": [
1986
- {
1987
- "kind": "Content",
1988
- "text": "export type AuthoritativePutComponentMessageBody = "
1989
- },
1990
- {
1991
- "kind": "Content",
1992
- "text": "{\n type: "
1993
- },
1994
- {
1995
- "kind": "Reference",
1996
- "text": "CrdtMessageType.AUTHORITATIVE_PUT_COMPONENT",
1997
- "canonicalReference": "@dcl/playground-assets!CrdtMessageType.AUTHORITATIVE_PUT_COMPONENT:member"
1998
- },
1999
- {
2000
- "kind": "Content",
2001
- "text": ";\n entityId: "
2002
- },
2003
- {
2004
- "kind": "Reference",
2005
- "text": "Entity",
2006
- "canonicalReference": "@dcl/playground-assets!Entity:type"
2007
- },
2008
- {
2009
- "kind": "Content",
2010
- "text": ";\n componentId: number;\n timestamp: number;\n data: "
2011
- },
2012
- {
2013
- "kind": "Reference",
2014
- "text": "Uint8Array",
2015
- "canonicalReference": "!Uint8Array:interface"
2016
- },
2017
- {
2018
- "kind": "Content",
2019
- "text": ";\n}"
2020
- },
2021
- {
2022
- "kind": "Content",
2023
- "text": ";"
2024
- }
2025
- ],
2026
- "fileUrlPath": "../ecs/dist/serialization/crdt/types.d.ts",
2027
- "releaseTag": "Public",
2028
- "name": "AuthoritativePutComponentMessageBody",
2029
- "typeTokenRange": {
2030
- "startIndex": 1,
2031
- "endIndex": 8
2032
- }
2033
- },
2034
- {
2035
- "kind": "Namespace",
2036
- "canonicalReference": "@dcl/playground-assets!AuthoritativePutComponentOperation:namespace",
2037
- "docComment": "/**\n * @public\n */\n",
2038
- "excerptTokens": [
2039
- {
2040
- "kind": "Content",
2041
- "text": "export declare namespace AuthoritativePutComponentOperation "
2042
- }
2043
- ],
2044
- "fileUrlPath": "../ecs/dist/serialization/crdt/authoritativePutComponent.d.ts",
2045
- "releaseTag": "Public",
2046
- "name": "AuthoritativePutComponentOperation",
2047
- "preserveMemberOrder": false,
2048
- "members": [
2049
- {
2050
- "kind": "Variable",
2051
- "canonicalReference": "@dcl/playground-assets!AuthoritativePutComponentOperation.MESSAGE_HEADER_LENGTH:var",
2052
- "docComment": "",
2053
- "excerptTokens": [
2054
- {
2055
- "kind": "Content",
2056
- "text": "MESSAGE_HEADER_LENGTH = "
2057
- },
2058
- {
2059
- "kind": "Content",
2060
- "text": "16"
2061
- }
2062
- ],
2063
- "initializerTokenRange": {
2064
- "startIndex": 1,
2065
- "endIndex": 2
2066
- },
2067
- "isReadonly": true,
2068
- "releaseTag": "Public",
2069
- "name": "MESSAGE_HEADER_LENGTH",
2070
- "variableTypeTokenRange": {
2071
- "startIndex": 0,
2072
- "endIndex": 0
2073
- }
2074
- },
2075
- {
2076
- "kind": "Function",
2077
- "canonicalReference": "@dcl/playground-assets!AuthoritativePutComponentOperation.read:function(1)",
2078
- "docComment": "",
2079
- "excerptTokens": [
2080
- {
2081
- "kind": "Content",
2082
- "text": "function read(buf: "
2083
- },
2084
- {
2085
- "kind": "Reference",
2086
- "text": "ByteBuffer",
2087
- "canonicalReference": "@dcl/playground-assets!ByteBuffer:interface"
2088
- },
2089
- {
2090
- "kind": "Content",
2091
- "text": "): "
2092
- },
2093
- {
2094
- "kind": "Reference",
2095
- "text": "AuthoritativePutComponentMessage",
2096
- "canonicalReference": "@dcl/playground-assets!AuthoritativePutComponentMessage:type"
2097
- },
2098
- {
2099
- "kind": "Content",
2100
- "text": " | null"
2101
- },
2102
- {
2103
- "kind": "Content",
2104
- "text": ";"
2105
- }
2106
- ],
2107
- "returnTypeTokenRange": {
2108
- "startIndex": 3,
2109
- "endIndex": 5
2110
- },
2111
- "releaseTag": "Public",
2112
- "overloadIndex": 1,
2113
- "parameters": [
2114
- {
2115
- "parameterName": "buf",
2116
- "parameterTypeTokenRange": {
2117
- "startIndex": 1,
2118
- "endIndex": 2
2119
- },
2120
- "isOptional": false
2121
- }
2122
- ],
2123
- "name": "read"
2124
- },
2125
- {
2126
- "kind": "Function",
2127
- "canonicalReference": "@dcl/playground-assets!AuthoritativePutComponentOperation.write:function(1)",
2128
- "docComment": "/**\n * Call this function for an optimal writing data passing the ByteBuffer already allocated\n */\n",
2129
- "excerptTokens": [
2130
- {
2131
- "kind": "Content",
2132
- "text": "function write(entity: "
2133
- },
2134
- {
2135
- "kind": "Reference",
2136
- "text": "Entity",
2137
- "canonicalReference": "@dcl/playground-assets!Entity:type"
2138
- },
2139
- {
2140
- "kind": "Content",
2141
- "text": ", timestamp: "
2142
- },
2143
- {
2144
- "kind": "Content",
2145
- "text": "number"
2146
- },
2147
- {
2148
- "kind": "Content",
2149
- "text": ", componentId: "
2150
- },
2151
- {
2152
- "kind": "Content",
2153
- "text": "number"
2154
- },
2155
- {
2156
- "kind": "Content",
2157
- "text": ", data: "
2158
- },
2159
- {
2160
- "kind": "Reference",
2161
- "text": "Uint8Array",
2162
- "canonicalReference": "!Uint8Array:interface"
2163
- },
2164
- {
2165
- "kind": "Content",
2166
- "text": ", buf: "
2167
- },
2168
- {
2169
- "kind": "Reference",
2170
- "text": "ByteBuffer",
2171
- "canonicalReference": "@dcl/playground-assets!ByteBuffer:interface"
2172
- },
2173
- {
2174
- "kind": "Content",
2175
- "text": "): "
2176
- },
2177
- {
2178
- "kind": "Content",
2179
- "text": "void"
2180
- },
2181
- {
2182
- "kind": "Content",
2183
- "text": ";"
2184
- }
2185
- ],
2186
- "returnTypeTokenRange": {
2187
- "startIndex": 11,
2188
- "endIndex": 12
2189
- },
2190
- "releaseTag": "Public",
2191
- "overloadIndex": 1,
2192
- "parameters": [
2193
- {
2194
- "parameterName": "entity",
2195
- "parameterTypeTokenRange": {
2196
- "startIndex": 1,
2197
- "endIndex": 2
2198
- },
2199
- "isOptional": false
2200
- },
2201
- {
2202
- "parameterName": "timestamp",
2203
- "parameterTypeTokenRange": {
2204
- "startIndex": 3,
2205
- "endIndex": 4
2206
- },
2207
- "isOptional": false
2208
- },
2209
- {
2210
- "parameterName": "componentId",
2211
- "parameterTypeTokenRange": {
2212
- "startIndex": 5,
2213
- "endIndex": 6
2214
- },
2215
- "isOptional": false
2216
- },
2217
- {
2218
- "parameterName": "data",
2219
- "parameterTypeTokenRange": {
2220
- "startIndex": 7,
2221
- "endIndex": 8
2222
- },
2223
- "isOptional": false
2224
- },
2225
- {
2226
- "parameterName": "buf",
2227
- "parameterTypeTokenRange": {
2228
- "startIndex": 9,
2229
- "endIndex": 10
2230
- },
2231
- "isOptional": false
2232
- }
2233
- ],
2234
- "name": "write"
2235
- }
2236
- ]
2237
- },
2238
1945
  {
2239
1946
  "kind": "Enum",
2240
1947
  "canonicalReference": "@dcl/playground-assets!AvatarAnchorPointType:enum",
@@ -3745,61 +3452,6 @@
3745
3452
  ],
3746
3453
  "name": "get"
3747
3454
  },
3748
- {
3749
- "kind": "MethodSignature",
3750
- "canonicalReference": "@dcl/playground-assets!BaseComponent#getCrdtState:member(1)",
3751
- "docComment": "/**\n * Get the CRDT state for an entity (serialized data and timestamp)\n *\n * @param entity - Entity to get the CRDT state for\n *\n * @returns Object with serialized data and timestamp, or null if entity doesn't have the component\n *\n * @public\n */\n",
3752
- "excerptTokens": [
3753
- {
3754
- "kind": "Content",
3755
- "text": "getCrdtState(entity: "
3756
- },
3757
- {
3758
- "kind": "Reference",
3759
- "text": "Entity",
3760
- "canonicalReference": "@dcl/playground-assets!Entity:type"
3761
- },
3762
- {
3763
- "kind": "Content",
3764
- "text": "): "
3765
- },
3766
- {
3767
- "kind": "Content",
3768
- "text": "{\n data: "
3769
- },
3770
- {
3771
- "kind": "Reference",
3772
- "text": "Uint8Array",
3773
- "canonicalReference": "!Uint8Array:interface"
3774
- },
3775
- {
3776
- "kind": "Content",
3777
- "text": ";\n timestamp: number;\n } | null"
3778
- },
3779
- {
3780
- "kind": "Content",
3781
- "text": ";"
3782
- }
3783
- ],
3784
- "isOptional": false,
3785
- "returnTypeTokenRange": {
3786
- "startIndex": 3,
3787
- "endIndex": 6
3788
- },
3789
- "releaseTag": "Public",
3790
- "overloadIndex": 1,
3791
- "parameters": [
3792
- {
3793
- "parameterName": "entity",
3794
- "parameterTypeTokenRange": {
3795
- "startIndex": 1,
3796
- "endIndex": 2
3797
- },
3798
- "isOptional": false
3799
- }
3800
- ],
3801
- "name": "getCrdtState"
3802
- },
3803
3455
  {
3804
3456
  "kind": "MethodSignature",
3805
3457
  "canonicalReference": "@dcl/playground-assets!BaseComponent#getCrdtUpdates:member(1)",
@@ -4036,123 +3688,6 @@
4036
3688
  }
4037
3689
  ],
4038
3690
  "name": "updateFromCrdt"
4039
- },
4040
- {
4041
- "kind": "MethodSignature",
4042
- "canonicalReference": "@dcl/playground-assets!BaseComponent#validateBeforeChange:member(1)",
4043
- "docComment": "/**\n * @public\n */\n",
4044
- "excerptTokens": [
4045
- {
4046
- "kind": "Content",
4047
- "text": "validateBeforeChange(entity: "
4048
- },
4049
- {
4050
- "kind": "Reference",
4051
- "text": "Entity",
4052
- "canonicalReference": "@dcl/playground-assets!Entity:type"
4053
- },
4054
- {
4055
- "kind": "Content",
4056
- "text": ", cb: "
4057
- },
4058
- {
4059
- "kind": "Reference",
4060
- "text": "ValidateCallback",
4061
- "canonicalReference": "@dcl/playground-assets!ValidateCallback:type"
4062
- },
4063
- {
4064
- "kind": "Content",
4065
- "text": "<T>"
4066
- },
4067
- {
4068
- "kind": "Content",
4069
- "text": "): "
4070
- },
4071
- {
4072
- "kind": "Content",
4073
- "text": "void"
4074
- },
4075
- {
4076
- "kind": "Content",
4077
- "text": ";"
4078
- }
4079
- ],
4080
- "isOptional": false,
4081
- "returnTypeTokenRange": {
4082
- "startIndex": 6,
4083
- "endIndex": 7
4084
- },
4085
- "releaseTag": "Public",
4086
- "overloadIndex": 1,
4087
- "parameters": [
4088
- {
4089
- "parameterName": "entity",
4090
- "parameterTypeTokenRange": {
4091
- "startIndex": 1,
4092
- "endIndex": 2
4093
- },
4094
- "isOptional": false
4095
- },
4096
- {
4097
- "parameterName": "cb",
4098
- "parameterTypeTokenRange": {
4099
- "startIndex": 3,
4100
- "endIndex": 5
4101
- },
4102
- "isOptional": false
4103
- }
4104
- ],
4105
- "name": "validateBeforeChange"
4106
- },
4107
- {
4108
- "kind": "MethodSignature",
4109
- "canonicalReference": "@dcl/playground-assets!BaseComponent#validateBeforeChange:member(2)",
4110
- "docComment": "",
4111
- "excerptTokens": [
4112
- {
4113
- "kind": "Content",
4114
- "text": "validateBeforeChange(cb: "
4115
- },
4116
- {
4117
- "kind": "Reference",
4118
- "text": "ValidateCallback",
4119
- "canonicalReference": "@dcl/playground-assets!ValidateCallback:type"
4120
- },
4121
- {
4122
- "kind": "Content",
4123
- "text": "<T>"
4124
- },
4125
- {
4126
- "kind": "Content",
4127
- "text": "): "
4128
- },
4129
- {
4130
- "kind": "Content",
4131
- "text": "void"
4132
- },
4133
- {
4134
- "kind": "Content",
4135
- "text": ";"
4136
- }
4137
- ],
4138
- "isOptional": false,
4139
- "returnTypeTokenRange": {
4140
- "startIndex": 4,
4141
- "endIndex": 5
4142
- },
4143
- "releaseTag": "Public",
4144
- "overloadIndex": 2,
4145
- "parameters": [
4146
- {
4147
- "parameterName": "cb",
4148
- "parameterTypeTokenRange": {
4149
- "startIndex": 1,
4150
- "endIndex": 3
4151
- },
4152
- "isOptional": false
4153
- }
4154
- ],
4155
- "name": "validateBeforeChange"
4156
3691
  }
4157
3692
  ],
4158
3693
  "extendsTokenRanges": []
@@ -17076,15 +16611,6 @@
17076
16611
  "kind": "Content",
17077
16612
  "text": " | "
17078
16613
  },
17079
- {
17080
- "kind": "Reference",
17081
- "text": "AuthoritativePutComponentMessage",
17082
- "canonicalReference": "@dcl/playground-assets!AuthoritativePutComponentMessage:type"
17083
- },
17084
- {
17085
- "kind": "Content",
17086
- "text": " | "
17087
- },
17088
16614
  {
17089
16615
  "kind": "Reference",
17090
16616
  "text": "DeleteComponentMessage",
@@ -17145,7 +16671,7 @@
17145
16671
  "name": "CrdtMessage",
17146
16672
  "typeTokenRange": {
17147
16673
  "startIndex": 1,
17148
- "endIndex": 16
16674
+ "endIndex": 14
17149
16675
  }
17150
16676
  },
17151
16677
  {
@@ -17166,15 +16692,6 @@
17166
16692
  "kind": "Content",
17167
16693
  "text": " | "
17168
16694
  },
17169
- {
17170
- "kind": "Reference",
17171
- "text": "AuthoritativePutComponentMessageBody",
17172
- "canonicalReference": "@dcl/playground-assets!AuthoritativePutComponentMessageBody:type"
17173
- },
17174
- {
17175
- "kind": "Content",
17176
- "text": " | "
17177
- },
17178
16695
  {
17179
16696
  "kind": "Reference",
17180
16697
  "text": "DeleteComponentMessageBody",
@@ -17217,7 +16734,7 @@
17217
16734
  "name": "CrdtMessageBody",
17218
16735
  "typeTokenRange": {
17219
16736
  "startIndex": 1,
17220
- "endIndex": 12
16737
+ "endIndex": 10
17221
16738
  }
17222
16739
  },
17223
16740
  {
@@ -17507,27 +17024,6 @@
17507
17024
  "releaseTag": "Public",
17508
17025
  "name": "APPEND_VALUE"
17509
17026
  },
17510
- {
17511
- "kind": "EnumMember",
17512
- "canonicalReference": "@dcl/playground-assets!CrdtMessageType.AUTHORITATIVE_PUT_COMPONENT:member",
17513
- "docComment": "",
17514
- "excerptTokens": [
17515
- {
17516
- "kind": "Content",
17517
- "text": "AUTHORITATIVE_PUT_COMPONENT = "
17518
- },
17519
- {
17520
- "kind": "Content",
17521
- "text": "8"
17522
- }
17523
- ],
17524
- "initializerTokenRange": {
17525
- "startIndex": 1,
17526
- "endIndex": 2
17527
- },
17528
- "releaseTag": "Public",
17529
- "name": "AUTHORITATIVE_PUT_COMPONENT"
17530
- },
17531
17027
  {
17532
17028
  "kind": "EnumMember",
17533
17029
  "canonicalReference": "@dcl/playground-assets!CrdtMessageType.DELETE_COMPONENT:member",
@@ -17623,7 +17119,7 @@
17623
17119
  },
17624
17120
  {
17625
17121
  "kind": "Content",
17626
- "text": "9"
17122
+ "text": "8"
17627
17123
  }
17628
17124
  ],
17629
17125
  "initializerTokenRange": {
@@ -17743,30 +17239,6 @@
17743
17239
  "endIndex": 6
17744
17240
  }
17745
17241
  },
17746
- {
17747
- "kind": "Variable",
17748
- "canonicalReference": "@dcl/playground-assets!CreatedBy:var",
17749
- "docComment": "",
17750
- "excerptTokens": [
17751
- {
17752
- "kind": "Content",
17753
- "text": "CreatedBy: "
17754
- },
17755
- {
17756
- "kind": "Reference",
17757
- "text": "ICreatedBy",
17758
- "canonicalReference": "@dcl/playground-assets!ICreatedBy:type"
17759
- }
17760
- ],
17761
- "fileUrlPath": "../ecs/dist/index.d.ts",
17762
- "isReadonly": true,
17763
- "releaseTag": "Public",
17764
- "name": "CreatedBy",
17765
- "variableTypeTokenRange": {
17766
- "startIndex": 1,
17767
- "endIndex": 2
17768
- }
17769
- },
17770
17242
  {
17771
17243
  "kind": "Function",
17772
17244
  "canonicalReference": "@dcl/playground-assets!createEntityContainer:function(1)",
@@ -23246,91 +22718,6 @@
23246
22718
  "endIndex": 9
23247
22719
  }
23248
22720
  },
23249
- {
23250
- "kind": "TypeAlias",
23251
- "canonicalReference": "@dcl/playground-assets!ICreatedBy:type",
23252
- "docComment": "",
23253
- "excerptTokens": [
23254
- {
23255
- "kind": "Content",
23256
- "text": "export type ICreatedBy = "
23257
- },
23258
- {
23259
- "kind": "Reference",
23260
- "text": "LastWriteWinElementSetComponentDefinition",
23261
- "canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
23262
- },
23263
- {
23264
- "kind": "Content",
23265
- "text": "<"
23266
- },
23267
- {
23268
- "kind": "Reference",
23269
- "text": "ICreatedByType",
23270
- "canonicalReference": "@dcl/playground-assets!ICreatedByType:interface"
23271
- },
23272
- {
23273
- "kind": "Content",
23274
- "text": ">"
23275
- },
23276
- {
23277
- "kind": "Content",
23278
- "text": ";"
23279
- }
23280
- ],
23281
- "fileUrlPath": "../ecs/dist/components/manual/CreatedBy.d.ts",
23282
- "releaseTag": "Public",
23283
- "name": "ICreatedBy",
23284
- "typeTokenRange": {
23285
- "startIndex": 1,
23286
- "endIndex": 5
23287
- }
23288
- },
23289
- {
23290
- "kind": "Interface",
23291
- "canonicalReference": "@dcl/playground-assets!ICreatedByType:interface",
23292
- "docComment": "",
23293
- "excerptTokens": [
23294
- {
23295
- "kind": "Content",
23296
- "text": "export interface ICreatedByType "
23297
- }
23298
- ],
23299
- "fileUrlPath": "../ecs/dist/components/manual/CreatedBy.d.ts",
23300
- "releaseTag": "Public",
23301
- "name": "ICreatedByType",
23302
- "preserveMemberOrder": false,
23303
- "members": [
23304
- {
23305
- "kind": "PropertySignature",
23306
- "canonicalReference": "@dcl/playground-assets!ICreatedByType#address:member",
23307
- "docComment": "",
23308
- "excerptTokens": [
23309
- {
23310
- "kind": "Content",
23311
- "text": "address: "
23312
- },
23313
- {
23314
- "kind": "Content",
23315
- "text": "string"
23316
- },
23317
- {
23318
- "kind": "Content",
23319
- "text": ";"
23320
- }
23321
- ],
23322
- "isReadonly": false,
23323
- "isOptional": false,
23324
- "releaseTag": "Public",
23325
- "name": "address",
23326
- "propertyTypeTokenRange": {
23327
- "startIndex": 1,
23328
- "endIndex": 2
23329
- }
23330
- }
23331
- ],
23332
- "extendsTokenRanges": []
23333
- },
23334
22721
  {
23335
22722
  "kind": "Interface",
23336
22723
  "canonicalReference": "@dcl/playground-assets!IEngine:interface",
@@ -26398,6 +25785,53 @@
26398
25785
  "endIndex": 16
26399
25786
  }
26400
25787
  },
25788
+ {
25789
+ "kind": "Function",
25790
+ "canonicalReference": "@dcl/playground-assets!InteractableArea:function(1)",
25791
+ "docComment": "/**\n * InteractableArea component\n *\n * Constrains its children to the area inside the renderer-reported interactable area. This is the portion of the screen not covered by client UI such as the minimap, chat window, or other platform overlays. On the Unity desktop client the left 25% of the screen is reserved for client UI, so this container positions its children within the remaining 75%.\n *\n * The container is absolutely positioned with top/left/right/bottom matching the current `UiCanvasInformation.interactableArea`, so a child sized 100%x100% fills the interactable area exactly.\n *\n * @example\n *\n * <InteractableArea><MyHud /></InteractableArea>\n *\n * @category Component\n *\n * @public\n */\n",
25792
+ "excerptTokens": [
25793
+ {
25794
+ "kind": "Content",
25795
+ "text": "export declare function InteractableArea(props: "
25796
+ },
25797
+ {
25798
+ "kind": "Reference",
25799
+ "text": "UiInteractableAreaProps",
25800
+ "canonicalReference": "@dcl/playground-assets!UiInteractableAreaProps:type"
25801
+ },
25802
+ {
25803
+ "kind": "Content",
25804
+ "text": "): "
25805
+ },
25806
+ {
25807
+ "kind": "Reference",
25808
+ "text": "ReactEcs.JSX.Element",
25809
+ "canonicalReference": "@dcl/playground-assets!ReactEcs.JSX.Element:interface"
25810
+ },
25811
+ {
25812
+ "kind": "Content",
25813
+ "text": ";"
25814
+ }
25815
+ ],
25816
+ "fileUrlPath": "../react-ecs/dist/components/InteractableArea/index.d.ts",
25817
+ "returnTypeTokenRange": {
25818
+ "startIndex": 3,
25819
+ "endIndex": 4
25820
+ },
25821
+ "releaseTag": "Public",
25822
+ "overloadIndex": 1,
25823
+ "parameters": [
25824
+ {
25825
+ "parameterName": "props",
25826
+ "parameterTypeTokenRange": {
25827
+ "startIndex": 1,
25828
+ "endIndex": 2
25829
+ },
25830
+ "isOptional": false
25831
+ }
25832
+ ],
25833
+ "name": "InteractableArea"
25834
+ },
26401
25835
  {
26402
25836
  "kind": "Enum",
26403
25837
  "canonicalReference": "@dcl/playground-assets!InteractionType:enum",
@@ -26457,342 +25891,6 @@
26457
25891
  }
26458
25892
  ]
26459
25893
  },
26460
- {
26461
- "kind": "Interface",
26462
- "canonicalReference": "@dcl/playground-assets!InternalBaseComponent:interface",
26463
- "docComment": "/**\n * Internal component interface that exposes all internal methods for SDK use This is not exposed to users, only for internal SDK operations\n */\n",
26464
- "excerptTokens": [
26465
- {
26466
- "kind": "Content",
26467
- "text": "export interface InternalBaseComponent<T> extends "
26468
- },
26469
- {
26470
- "kind": "Reference",
26471
- "text": "BaseComponent",
26472
- "canonicalReference": "@dcl/playground-assets!BaseComponent:interface"
26473
- },
26474
- {
26475
- "kind": "Content",
26476
- "text": "<T>"
26477
- },
26478
- {
26479
- "kind": "Content",
26480
- "text": " "
26481
- }
26482
- ],
26483
- "fileUrlPath": "../ecs/dist/engine/component.d.ts",
26484
- "releaseTag": "Public",
26485
- "typeParameters": [
26486
- {
26487
- "typeParameterName": "T",
26488
- "constraintTokenRange": {
26489
- "startIndex": 0,
26490
- "endIndex": 0
26491
- },
26492
- "defaultTypeTokenRange": {
26493
- "startIndex": 0,
26494
- "endIndex": 0
26495
- }
26496
- }
26497
- ],
26498
- "name": "InternalBaseComponent",
26499
- "preserveMemberOrder": false,
26500
- "members": [
26501
- {
26502
- "kind": "MethodSignature",
26503
- "canonicalReference": "@dcl/playground-assets!InternalBaseComponent#__dry_run_updateFromCrdt:member(1)",
26504
- "docComment": "/**\n * Dry run update to check if a CRDT message would be accepted without actually applying it\n *\n * @public\n */\n",
26505
- "excerptTokens": [
26506
- {
26507
- "kind": "Content",
26508
- "text": "__dry_run_updateFromCrdt(body: "
26509
- },
26510
- {
26511
- "kind": "Reference",
26512
- "text": "CrdtMessageBody",
26513
- "canonicalReference": "@dcl/playground-assets!CrdtMessageBody:type"
26514
- },
26515
- {
26516
- "kind": "Content",
26517
- "text": "): "
26518
- },
26519
- {
26520
- "kind": "Reference",
26521
- "text": "ProcessMessageResultType",
26522
- "canonicalReference": "@dcl/playground-assets!ProcessMessageResultType:enum"
26523
- },
26524
- {
26525
- "kind": "Content",
26526
- "text": ";"
26527
- }
26528
- ],
26529
- "isOptional": false,
26530
- "returnTypeTokenRange": {
26531
- "startIndex": 3,
26532
- "endIndex": 4
26533
- },
26534
- "releaseTag": "Public",
26535
- "overloadIndex": 1,
26536
- "parameters": [
26537
- {
26538
- "parameterName": "body",
26539
- "parameterTypeTokenRange": {
26540
- "startIndex": 1,
26541
- "endIndex": 2
26542
- },
26543
- "isOptional": false
26544
- }
26545
- ],
26546
- "name": "__dry_run_updateFromCrdt"
26547
- },
26548
- {
26549
- "kind": "MethodSignature",
26550
- "canonicalReference": "@dcl/playground-assets!InternalBaseComponent#__onChangeCallbacks:member(1)",
26551
- "docComment": "/**\n * @public\n */\n",
26552
- "excerptTokens": [
26553
- {
26554
- "kind": "Content",
26555
- "text": "__onChangeCallbacks(entity: "
26556
- },
26557
- {
26558
- "kind": "Reference",
26559
- "text": "Entity",
26560
- "canonicalReference": "@dcl/playground-assets!Entity:type"
26561
- },
26562
- {
26563
- "kind": "Content",
26564
- "text": ", value: "
26565
- },
26566
- {
26567
- "kind": "Content",
26568
- "text": "T"
26569
- },
26570
- {
26571
- "kind": "Content",
26572
- "text": "): "
26573
- },
26574
- {
26575
- "kind": "Content",
26576
- "text": "void"
26577
- },
26578
- {
26579
- "kind": "Content",
26580
- "text": ";"
26581
- }
26582
- ],
26583
- "isOptional": false,
26584
- "returnTypeTokenRange": {
26585
- "startIndex": 5,
26586
- "endIndex": 6
26587
- },
26588
- "releaseTag": "Public",
26589
- "overloadIndex": 1,
26590
- "parameters": [
26591
- {
26592
- "parameterName": "entity",
26593
- "parameterTypeTokenRange": {
26594
- "startIndex": 1,
26595
- "endIndex": 2
26596
- },
26597
- "isOptional": false
26598
- },
26599
- {
26600
- "parameterName": "value",
26601
- "parameterTypeTokenRange": {
26602
- "startIndex": 3,
26603
- "endIndex": 4
26604
- },
26605
- "isOptional": false
26606
- }
26607
- ],
26608
- "name": "__onChangeCallbacks"
26609
- },
26610
- {
26611
- "kind": "MethodSignature",
26612
- "canonicalReference": "@dcl/playground-assets!InternalBaseComponent#__run_validateBeforeChange:member(1)",
26613
- "docComment": "/**\n * @public\n */\n",
26614
- "excerptTokens": [
26615
- {
26616
- "kind": "Content",
26617
- "text": "__run_validateBeforeChange(entity: "
26618
- },
26619
- {
26620
- "kind": "Reference",
26621
- "text": "Entity",
26622
- "canonicalReference": "@dcl/playground-assets!Entity:type"
26623
- },
26624
- {
26625
- "kind": "Content",
26626
- "text": ", newValue: "
26627
- },
26628
- {
26629
- "kind": "Content",
26630
- "text": "T | undefined"
26631
- },
26632
- {
26633
- "kind": "Content",
26634
- "text": ", senderAddress: "
26635
- },
26636
- {
26637
- "kind": "Content",
26638
- "text": "string"
26639
- },
26640
- {
26641
- "kind": "Content",
26642
- "text": ", createdBy: "
26643
- },
26644
- {
26645
- "kind": "Content",
26646
- "text": "string"
26647
- },
26648
- {
26649
- "kind": "Content",
26650
- "text": "): "
26651
- },
26652
- {
26653
- "kind": "Content",
26654
- "text": "boolean"
26655
- },
26656
- {
26657
- "kind": "Content",
26658
- "text": ";"
26659
- }
26660
- ],
26661
- "isOptional": false,
26662
- "returnTypeTokenRange": {
26663
- "startIndex": 9,
26664
- "endIndex": 10
26665
- },
26666
- "releaseTag": "Public",
26667
- "overloadIndex": 1,
26668
- "parameters": [
26669
- {
26670
- "parameterName": "entity",
26671
- "parameterTypeTokenRange": {
26672
- "startIndex": 1,
26673
- "endIndex": 2
26674
- },
26675
- "isOptional": false
26676
- },
26677
- {
26678
- "parameterName": "newValue",
26679
- "parameterTypeTokenRange": {
26680
- "startIndex": 3,
26681
- "endIndex": 4
26682
- },
26683
- "isOptional": false
26684
- },
26685
- {
26686
- "parameterName": "senderAddress",
26687
- "parameterTypeTokenRange": {
26688
- "startIndex": 5,
26689
- "endIndex": 6
26690
- },
26691
- "isOptional": false
26692
- },
26693
- {
26694
- "parameterName": "createdBy",
26695
- "parameterTypeTokenRange": {
26696
- "startIndex": 7,
26697
- "endIndex": 8
26698
- },
26699
- "isOptional": false
26700
- }
26701
- ],
26702
- "name": "__run_validateBeforeChange"
26703
- },
26704
- {
26705
- "kind": "MethodSignature",
26706
- "canonicalReference": "@dcl/playground-assets!InternalBaseComponent#dirtyIterator:member(1)",
26707
- "docComment": "/**\n * @public\n */\n",
26708
- "excerptTokens": [
26709
- {
26710
- "kind": "Content",
26711
- "text": "dirtyIterator(): "
26712
- },
26713
- {
26714
- "kind": "Reference",
26715
- "text": "Iterable",
26716
- "canonicalReference": "!Iterable:interface"
26717
- },
26718
- {
26719
- "kind": "Content",
26720
- "text": "<"
26721
- },
26722
- {
26723
- "kind": "Reference",
26724
- "text": "Entity",
26725
- "canonicalReference": "@dcl/playground-assets!Entity:type"
26726
- },
26727
- {
26728
- "kind": "Content",
26729
- "text": ">"
26730
- },
26731
- {
26732
- "kind": "Content",
26733
- "text": ";"
26734
- }
26735
- ],
26736
- "isOptional": false,
26737
- "returnTypeTokenRange": {
26738
- "startIndex": 1,
26739
- "endIndex": 5
26740
- },
26741
- "releaseTag": "Public",
26742
- "overloadIndex": 1,
26743
- "parameters": [],
26744
- "name": "dirtyIterator"
26745
- },
26746
- {
26747
- "kind": "MethodSignature",
26748
- "canonicalReference": "@dcl/playground-assets!InternalBaseComponent#iterator:member(1)",
26749
- "docComment": "/**\n * Get the iterator to every entity has the component\n *\n * @public\n */\n",
26750
- "excerptTokens": [
26751
- {
26752
- "kind": "Content",
26753
- "text": "iterator(): "
26754
- },
26755
- {
26756
- "kind": "Reference",
26757
- "text": "Iterable",
26758
- "canonicalReference": "!Iterable:interface"
26759
- },
26760
- {
26761
- "kind": "Content",
26762
- "text": "<["
26763
- },
26764
- {
26765
- "kind": "Reference",
26766
- "text": "Entity",
26767
- "canonicalReference": "@dcl/playground-assets!Entity:type"
26768
- },
26769
- {
26770
- "kind": "Content",
26771
- "text": ", any]>"
26772
- },
26773
- {
26774
- "kind": "Content",
26775
- "text": ";"
26776
- }
26777
- ],
26778
- "isOptional": false,
26779
- "returnTypeTokenRange": {
26780
- "startIndex": 1,
26781
- "endIndex": 5
26782
- },
26783
- "releaseTag": "Public",
26784
- "overloadIndex": 1,
26785
- "parameters": [],
26786
- "name": "iterator"
26787
- }
26788
- ],
26789
- "extendsTokenRanges": [
26790
- {
26791
- "startIndex": 1,
26792
- "endIndex": 3
26793
- }
26794
- ]
26795
- },
26796
25894
  {
26797
25895
  "kind": "Interface",
26798
25896
  "canonicalReference": "@dcl/playground-assets!ISchema:interface",
@@ -90161,6 +89259,73 @@
90161
89259
  "endIndex": 5
90162
89260
  }
90163
89261
  },
89262
+ {
89263
+ "kind": "TypeAlias",
89264
+ "canonicalReference": "@dcl/playground-assets!UiInteractableAreaProps:type",
89265
+ "docComment": "/**\n * InteractableArea component props\n *\n * The container reads the current `interactableArea` reported by the renderer via `UiCanvasInformation` (the HUD-safe zone — the portion of the screen not covered by client UI such as the minimap, chat window, or other overlays) and constrains its children to the area inside those insets using absolute positioning. Layout props that control the container's own position (`positionType`, `position`) are owned by the component and are not configurable from props — every other layout, background and event prop is forwarded as usual.\n *\n * @public\n */\n",
89266
+ "excerptTokens": [
89267
+ {
89268
+ "kind": "Content",
89269
+ "text": "export type UiInteractableAreaProps = "
89270
+ },
89271
+ {
89272
+ "kind": "Reference",
89273
+ "text": "Omit",
89274
+ "canonicalReference": "!Omit:type"
89275
+ },
89276
+ {
89277
+ "kind": "Content",
89278
+ "text": "<"
89279
+ },
89280
+ {
89281
+ "kind": "Reference",
89282
+ "text": "EntityPropTypes",
89283
+ "canonicalReference": "@dcl/playground-assets!EntityPropTypes:interface"
89284
+ },
89285
+ {
89286
+ "kind": "Content",
89287
+ "text": ", 'uiTransform'> & {\n uiTransform?: "
89288
+ },
89289
+ {
89290
+ "kind": "Reference",
89291
+ "text": "Omit",
89292
+ "canonicalReference": "!Omit:type"
89293
+ },
89294
+ {
89295
+ "kind": "Content",
89296
+ "text": "<"
89297
+ },
89298
+ {
89299
+ "kind": "Reference",
89300
+ "text": "NonNullable",
89301
+ "canonicalReference": "!NonNullable:type"
89302
+ },
89303
+ {
89304
+ "kind": "Content",
89305
+ "text": "<"
89306
+ },
89307
+ {
89308
+ "kind": "Reference",
89309
+ "text": "EntityPropTypes",
89310
+ "canonicalReference": "@dcl/playground-assets!EntityPropTypes:interface"
89311
+ },
89312
+ {
89313
+ "kind": "Content",
89314
+ "text": "['uiTransform']>, 'positionType' | 'position'>;\n}"
89315
+ },
89316
+ {
89317
+ "kind": "Content",
89318
+ "text": ";"
89319
+ }
89320
+ ],
89321
+ "fileUrlPath": "../react-ecs/dist/components/InteractableArea/types.d.ts",
89322
+ "releaseTag": "Public",
89323
+ "name": "UiInteractableAreaProps",
89324
+ "typeTokenRange": {
89325
+ "startIndex": 1,
89326
+ "endIndex": 11
89327
+ }
89328
+ },
90164
89329
  {
90165
89330
  "kind": "Interface",
90166
89331
  "canonicalReference": "@dcl/playground-assets!UiLabelProps:interface",
@@ -91602,54 +90767,6 @@
91602
90767
  "endIndex": 2
91603
90768
  }
91604
90769
  },
91605
- {
91606
- "kind": "TypeAlias",
91607
- "canonicalReference": "@dcl/playground-assets!ValidateCallback:type",
91608
- "docComment": "",
91609
- "excerptTokens": [
91610
- {
91611
- "kind": "Content",
91612
- "text": "export type ValidateCallback<T> = "
91613
- },
91614
- {
91615
- "kind": "Content",
91616
- "text": "(value: {\n entity: "
91617
- },
91618
- {
91619
- "kind": "Reference",
91620
- "text": "Entity",
91621
- "canonicalReference": "@dcl/playground-assets!Entity:type"
91622
- },
91623
- {
91624
- "kind": "Content",
91625
- "text": ";\n currentValue: T | undefined;\n newValue: T | undefined;\n senderAddress: string;\n createdBy: string;\n}) => boolean"
91626
- },
91627
- {
91628
- "kind": "Content",
91629
- "text": ";"
91630
- }
91631
- ],
91632
- "fileUrlPath": "../ecs/dist/engine/component.d.ts",
91633
- "releaseTag": "Public",
91634
- "name": "ValidateCallback",
91635
- "typeParameters": [
91636
- {
91637
- "typeParameterName": "T",
91638
- "constraintTokenRange": {
91639
- "startIndex": 0,
91640
- "endIndex": 0
91641
- },
91642
- "defaultTypeTokenRange": {
91643
- "startIndex": 0,
91644
- "endIndex": 0
91645
- }
91646
- }
91647
- ],
91648
- "typeTokenRange": {
91649
- "startIndex": 1,
91650
- "endIndex": 4
91651
- }
91652
- },
91653
90770
  {
91654
90771
  "kind": "TypeAlias",
91655
90772
  "canonicalReference": "@dcl/playground-assets!ValueSetOptions:type",