@dcl/playground-assets 7.24.5-29334646366.commit-955c00d → 7.24.5-29428555187.commit-fb197d3

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dcl/sdk",
3
3
  "description": "",
4
- "version": "7.24.5-29334646366.commit-955c00d",
4
+ "version": "7.24.5-29428555187.commit-fb197d3",
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": "955c00dcfec264e375fa39058a34039205cf061d"
38
+ "commit": "fb197d38cdaec5a0de8d575b337ab142264644e7"
39
39
  }
@@ -8039,11 +8039,6 @@ export declare interface ReactBasedUiSystem {
8039
8039
  destroy(): void;
8040
8040
  /**
8041
8041
  * Set the main UI renderer. Optional virtual size defines the global UI scale factor.
8042
- *
8043
- * When no virtual size is provided, a platform default is used: 1600x720 on
8044
- * mobile, 1920x1080 otherwise. Providing an invalid size (values \<= 0)
8045
- * disables the virtual screen (no UI scaling). On mobile, a provided 16:9
8046
- * virtual size is overridden to 1600x720 to fit phone screens.
8047
8042
  */
8048
8043
  setUiRenderer(ui: UiComponent, options?: UiRendererOptions): void;
8049
8044
  /**
@@ -8058,8 +8053,7 @@ export declare interface ReactBasedUiSystem {
8058
8053
  * @param entity - The entity to associate with this UI renderer. When the entity is removed,
8059
8054
  * the UI renderer is automatically cleaned up.
8060
8055
  * @param ui - The UI component to render
8061
- * @param options - Optional virtual size used for UI scale factor when main UI has none.
8062
- * Defaults and the mobile 16:9 override behave as in {@link ReactBasedUiSystem.setUiRenderer}.
8056
+ * @param options - Optional virtual size used for UI scale factor when main UI has none
8063
8057
  */
8064
8058
  addUiRenderer(entity: Entity, ui: UiComponent, options?: UiRendererOptions): void;
8065
8059
  /**
@@ -76739,7 +76739,7 @@
76739
76739
  {
76740
76740
  "kind": "MethodSignature",
76741
76741
  "canonicalReference": "@dcl/playground-assets!ReactBasedUiSystem#addUiRenderer:member(1)",
76742
- "docComment": "/**\n * Add a UI renderer associated with an entity. The UI will be automatically cleaned up when the entity is removed from the engine.\n *\n * If a renderer is already associated with the given entity, it will be replaced.\n *\n * This allows dynamically adding UI Renderers that are rendered alongside the main UI set via setUiRenderer().\n *\n * @param entity - The entity to associate with this UI renderer. When the entity is removed, the UI renderer is automatically cleaned up.\n *\n * @param ui - The UI component to render\n *\n * @param options - Optional virtual size used for UI scale factor when main UI has none. Defaults and the mobile 16:9 override behave as in {@link ReactBasedUiSystem.setUiRenderer}.\n */\n",
76742
+ "docComment": "/**\n * Add a UI renderer associated with an entity. The UI will be automatically cleaned up when the entity is removed from the engine.\n *\n * If a renderer is already associated with the given entity, it will be replaced.\n *\n * This allows dynamically adding UI Renderers that are rendered alongside the main UI set via setUiRenderer().\n *\n * @param entity - The entity to associate with this UI renderer. When the entity is removed, the UI renderer is automatically cleaned up.\n *\n * @param ui - The UI component to render\n *\n * @param options - Optional virtual size used for UI scale factor when main UI has none\n */\n",
76743
76743
  "excerptTokens": [
76744
76744
  {
76745
76745
  "kind": "Content",
@@ -76893,7 +76893,7 @@
76893
76893
  {
76894
76894
  "kind": "MethodSignature",
76895
76895
  "canonicalReference": "@dcl/playground-assets!ReactBasedUiSystem#setUiRenderer:member(1)",
76896
- "docComment": "/**\n * Set the main UI renderer. Optional virtual size defines the global UI scale factor.\n *\n * When no virtual size is provided, a platform default is used: 1600x720 on mobile, 1920x1080 otherwise. Providing an invalid size (values \\<= 0) disables the virtual screen (no UI scaling). On mobile, a provided 16:9 virtual size is overridden to 1600x720 to fit phone screens.\n */\n",
76896
+ "docComment": "/**\n * Set the main UI renderer. Optional virtual size defines the global UI scale factor.\n */\n",
76897
76897
  "excerptTokens": [
76898
76898
  {
76899
76899
  "kind": "Content",
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@dcl/playground-assets",
3
3
  "description": "",
4
- "version": "7.24.5-29334646366.commit-955c00d",
4
+ "version": "7.24.5-29428555187.commit-fb197d3",
5
5
  "author": "Decentraland",
6
6
  "dependencies": {
7
- "@dcl/js-runtime": "7.24.5-29334646366.commit-955c00d",
8
- "@dcl/sdk": "7.24.5-29334646366.commit-955c00d"
7
+ "@dcl/js-runtime": "7.24.5-29428555187.commit-fb197d3",
8
+ "@dcl/sdk": "7.24.5-29428555187.commit-fb197d3"
9
9
  },
10
10
  "devDependencies": {
11
11
  "@microsoft/api-extractor": "^7.33.8"
@@ -32,5 +32,5 @@
32
32
  },
33
33
  "types": "./dist/index.d.ts",
34
34
  "typings": "./dist/index.d.ts",
35
- "commit": "955c00dcfec264e375fa39058a34039205cf061d"
35
+ "commit": "fb197d38cdaec5a0de8d575b337ab142264644e7"
36
36
  }