@dcl/playground-assets 7.12.3-19272644543.commit-c9229e1 → 7.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1285,17 +1285,6 @@ declare module "~system/RestrictedActions" {
1285
1285
  }
1286
1286
  export interface TeleportToResponse {
1287
1287
  }
1288
- export interface SetUiFocusRequest {
1289
- elementId: string;
1290
- }
1291
- export interface ClearUiFocusRequest {
1292
- }
1293
- export interface GetUiFocusRequest {
1294
- }
1295
- export interface UiFocusResponse {
1296
- /** the element that is/was focussed */
1297
- elementId?: string | undefined;
1298
- }
1299
1288
  export interface CopyToClipboardRequest {
1300
1289
  text: string;
1301
1290
  }
@@ -1322,12 +1311,6 @@ declare module "~system/RestrictedActions" {
1322
1311
  export function setCommunicationsAdapter(body: CommsAdapterRequest): Promise<SuccessResponse>;
1323
1312
  /** TriggerSceneEmote will trigger an scene emote file in this current user */
1324
1313
  export function triggerSceneEmote(body: TriggerSceneEmoteRequest): Promise<SuccessResponse>;
1325
- /** Sets the focus to a specific UI element */
1326
- export function setUiFocus(body: SetUiFocusRequest): Promise<UiFocusResponse>;
1327
- /** Clears the focus from any currently focused textentry or dropdown */
1328
- export function clearUiFocus(body: SetUiFocusRequest): Promise<UiFocusResponse>;
1329
- /** Returns the element_id of any currently focused textentry or dropdown */
1330
- export function getUiFocus(body: GetUiFocusRequest): Promise<UiFocusResponse>;
1331
1314
  /** CopyToClipboard copies the provided text into the clipboard */
1332
1315
  export function copyToClipboard(body: CopyToClipboardRequest): Promise<EmptyResponse>;
1333
1316
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dcl/sdk",
3
3
  "description": "",
4
- "version": "7.12.3-19272644543.commit-c9229e1",
4
+ "version": "7.13.0",
5
5
  "author": "Decentraland",
6
6
  "dependencies": {
7
7
  "@dcl/ecs": "file:../ecs",
@@ -35,5 +35,5 @@
35
35
  },
36
36
  "types": "./index.d.ts",
37
37
  "typings": "./index.d.ts",
38
- "commit": "c9229e1cc22b0e2e668e40f0bf51de1f442308c7"
38
+ "commit": "7df9c3029b7e9d824a41fdecdd9f63024b16e25b"
39
39
  }