@dcl/playground-assets 7.5.7-10236853633.commit-23b945d → 7.5.7-10289449044.commit-c15b62f
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/alpha.d.ts +4 -357
- package/dist/beta.d.ts +4 -357
- package/dist/index.bundled.d.ts +4 -357
- package/dist/index.js +6 -6
- package/dist/index.js.map +4 -4
- package/dist/playground/sdk/dcl-sdk.package.json +2 -2
- package/dist/playground-assets.d.ts +4 -357
- package/etc/playground-assets.api.json +417 -4005
- package/etc/playground-assets.api.md +0 -228
- package/package.json +4 -4
@@ -136,13 +136,6 @@ export const AvatarAttach: LastWriteWinElementSetComponentDefinition<PBAvatarAtt
|
|
136
136
|
// @public (undocumented)
|
137
137
|
export const AvatarBase: LastWriteWinElementSetComponentDefinition<PBAvatarBase>;
|
138
138
|
|
139
|
-
// @public (undocumented)
|
140
|
-
export const enum AvatarControlType {
|
141
|
-
CCT_NONE = 0,
|
142
|
-
CCT_RELATIVE = 1,
|
143
|
-
CCT_TANK = 2
|
144
|
-
}
|
145
|
-
|
146
139
|
// @public (undocumented)
|
147
140
|
export const AvatarEmoteCommand: GrowOnlyValueSetComponentDefinition<PBAvatarEmoteCommand>;
|
148
141
|
|
@@ -158,28 +151,6 @@ export const enum AvatarModifierType {
|
|
158
151
|
AMT_HIDE_AVATARS = 0
|
159
152
|
}
|
160
153
|
|
161
|
-
// @public (undocumented)
|
162
|
-
export interface AvatarMovementSettings {
|
163
|
-
allowWeightedMovement?: boolean | undefined;
|
164
|
-
// (undocumented)
|
165
|
-
controlMode?: AvatarControlType | undefined;
|
166
|
-
friction?: number | undefined;
|
167
|
-
gravity?: number | undefined;
|
168
|
-
jumpHeight?: number | undefined;
|
169
|
-
maxFallSpeed?: number | undefined;
|
170
|
-
runSpeed?: number | undefined;
|
171
|
-
turnSpeed?: number | undefined;
|
172
|
-
walkSpeed?: number | undefined;
|
173
|
-
}
|
174
|
-
|
175
|
-
// @public (undocumented)
|
176
|
-
export namespace AvatarMovementSettings {
|
177
|
-
// (undocumented)
|
178
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): AvatarMovementSettings;
|
179
|
-
// (undocumented)
|
180
|
-
export function encode(message: AvatarMovementSettings, writer?: _m0.Writer): _m0.Writer;
|
181
|
-
}
|
182
|
-
|
183
154
|
// @public (undocumented)
|
184
155
|
export const AvatarShape: LastWriteWinElementSetComponentDefinition<PBAvatarShape>;
|
185
156
|
|
@@ -396,29 +367,6 @@ export const enum CameraType {
|
|
396
367
|
// @public (undocumented)
|
397
368
|
export type Children = ReactEcs.JSX.ReactNode;
|
398
369
|
|
399
|
-
// @public (undocumented)
|
400
|
-
export interface CinematicSettings {
|
401
|
-
// Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
|
402
|
-
// Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
|
403
|
-
// Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
|
404
|
-
// Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
|
405
|
-
allowManualRotation?: boolean | undefined;
|
406
|
-
cameraEntity: number;
|
407
|
-
pitchRange?: number | undefined;
|
408
|
-
rollRange?: number | undefined;
|
409
|
-
yawRange?: number | undefined;
|
410
|
-
zoomMax?: number | undefined;
|
411
|
-
zoomMin?: number | undefined;
|
412
|
-
}
|
413
|
-
|
414
|
-
// @public (undocumented)
|
415
|
-
export namespace CinematicSettings {
|
416
|
-
// (undocumented)
|
417
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): CinematicSettings;
|
418
|
-
// (undocumented)
|
419
|
-
export function encode(message: CinematicSettings, writer?: _m0.Writer): _m0.Writer;
|
420
|
-
}
|
421
|
-
|
422
370
|
// @public (undocumented)
|
423
371
|
export const enum ColliderLayer {
|
424
372
|
// (undocumented)
|
@@ -650,8 +598,6 @@ export const componentDefinitionByName: {
|
|
650
598
|
"core::EngineInfo": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBEngineInfo>>;
|
651
599
|
"core::GltfContainer": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBGltfContainer>>;
|
652
600
|
"core::GltfContainerLoadingState": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBGltfContainerLoadingState>>;
|
653
|
-
"core::GltfNode": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBGltfNode>>;
|
654
|
-
"core::GltfNodeState": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBGltfNodeState>>;
|
655
601
|
"core::Material": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBMaterial>>;
|
656
602
|
"core::MeshCollider": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBMeshCollider>>;
|
657
603
|
"core::MeshRenderer": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBMeshRenderer>>;
|
@@ -673,7 +619,6 @@ export const componentDefinitionByName: {
|
|
673
619
|
"core::UiDropdownResult": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiDropdownResult>>;
|
674
620
|
"core::UiInput": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiInput>>;
|
675
621
|
"core::UiInputResult": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiInputResult>>;
|
676
|
-
"core::UiScrollResult": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiScrollResult>>;
|
677
622
|
"core::UiText": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiText>>;
|
678
623
|
"core::UiTransform": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiTransform>>;
|
679
624
|
"core::VideoEvent": GSetComponentGetter<GrowOnlyValueSetComponentDefinition<PBVideoEvent>>;
|
@@ -1221,22 +1166,6 @@ export const GltfContainer: LastWriteWinElementSetComponentDefinition<PBGltfCont
|
|
1221
1166
|
// @public (undocumented)
|
1222
1167
|
export const GltfContainerLoadingState: LastWriteWinElementSetComponentDefinition<PBGltfContainerLoadingState>;
|
1223
1168
|
|
1224
|
-
// @public (undocumented)
|
1225
|
-
export const GltfNode: LastWriteWinElementSetComponentDefinition<PBGltfNode>;
|
1226
|
-
|
1227
|
-
// @public (undocumented)
|
1228
|
-
export const GltfNodeState: LastWriteWinElementSetComponentDefinition<PBGltfNodeState>;
|
1229
|
-
|
1230
|
-
// @public (undocumented)
|
1231
|
-
export const enum GltfNodeStateValue {
|
1232
|
-
// (undocumented)
|
1233
|
-
GNSV_FAILED = 1,
|
1234
|
-
// (undocumented)
|
1235
|
-
GNSV_PENDING = 0,
|
1236
|
-
// (undocumented)
|
1237
|
-
GNSV_READY = 2
|
1238
|
-
}
|
1239
|
-
|
1240
1169
|
// @public (undocumented)
|
1241
1170
|
export interface GrowOnlyValueSetComponentDefinition<T> extends BaseComponent<T> {
|
1242
1171
|
addValue(entity: Entity, val: DeepReadonly<T>): DeepReadonlySet<T>;
|
@@ -1812,7 +1741,6 @@ export const MeshCollider: MeshColliderComponentDefinitionExtended;
|
|
1812
1741
|
export interface MeshColliderComponentDefinitionExtended extends LastWriteWinElementSetComponentDefinition<PBMeshCollider> {
|
1813
1742
|
setBox(entity: Entity, colliderLayers?: ColliderLayer | ColliderLayer[]): void;
|
1814
1743
|
setCylinder(entity: Entity, radiusBottom?: number, radiusTop?: number, colliderLayers?: ColliderLayer | ColliderLayer[]): void;
|
1815
|
-
setGltfMesh(entity: Entity, source: string, meshName: string, colliderLayers?: ColliderLayer | ColliderLayer[]): void;
|
1816
1744
|
setPlane(entity: Entity, colliderLayers?: ColliderLayer | ColliderLayer[]): void;
|
1817
1745
|
setSphere(entity: Entity, colliderLayers?: ColliderLayer | ColliderLayer[]): void;
|
1818
1746
|
}
|
@@ -1826,7 +1754,6 @@ export const MeshRenderer: MeshRendererComponentDefinitionExtended;
|
|
1826
1754
|
export interface MeshRendererComponentDefinitionExtended extends LastWriteWinElementSetComponentDefinition<PBMeshRenderer> {
|
1827
1755
|
setBox(entity: Entity, uvs?: number[]): void;
|
1828
1756
|
setCylinder(entity: Entity, radiusBottom?: number, radiusTop?: number): void;
|
1829
|
-
setGltfMesh(entity: Entity, source: string, meshName: string): void;
|
1830
1757
|
setPlane(entity: Entity, uvs?: number[]): void;
|
1831
1758
|
setSphere(entity: Entity): void;
|
1832
1759
|
}
|
@@ -2221,9 +2148,6 @@ export interface PBAvatarModifierArea {
|
|
2221
2148
|
area: PBVector3 | undefined;
|
2222
2149
|
excludeIds: string[];
|
2223
2150
|
modifiers: AvatarModifierType[];
|
2224
|
-
// (undocumented)
|
2225
|
-
movementSettings?: AvatarMovementSettings | undefined;
|
2226
|
-
useColliderRange?: boolean | undefined;
|
2227
2151
|
}
|
2228
2152
|
|
2229
2153
|
// @public (undocumented)
|
@@ -2286,10 +2210,7 @@ export namespace PBCameraMode {
|
|
2286
2210
|
// @public (undocumented)
|
2287
2211
|
export interface PBCameraModeArea {
|
2288
2212
|
area: PBVector3 | undefined;
|
2289
|
-
// (undocumented)
|
2290
|
-
cinematicSettings?: CinematicSettings | undefined;
|
2291
2213
|
mode: CameraType;
|
2292
|
-
useColliderRange?: boolean | undefined;
|
2293
2214
|
}
|
2294
2215
|
|
2295
2216
|
// @public (undocumented)
|
@@ -2370,13 +2291,8 @@ export namespace PBGltfContainer {
|
|
2370
2291
|
|
2371
2292
|
// @public (undocumented)
|
2372
2293
|
export interface PBGltfContainerLoadingState {
|
2373
|
-
animationNames: string[];
|
2374
2294
|
// (undocumented)
|
2375
2295
|
currentState: LoadingState;
|
2376
|
-
materialNames: string[];
|
2377
|
-
meshNames: string[];
|
2378
|
-
nodePaths: string[];
|
2379
|
-
skinNames: string[];
|
2380
2296
|
}
|
2381
2297
|
|
2382
2298
|
// @public (undocumented)
|
@@ -2387,38 +2303,8 @@ export namespace PBGltfContainerLoadingState {
|
|
2387
2303
|
export function encode(message: PBGltfContainerLoadingState, writer?: _m0.Writer): _m0.Writer;
|
2388
2304
|
}
|
2389
2305
|
|
2390
|
-
// @public (undocumented)
|
2391
|
-
export interface PBGltfNode {
|
2392
|
-
path: string;
|
2393
|
-
}
|
2394
|
-
|
2395
|
-
// @public (undocumented)
|
2396
|
-
export namespace PBGltfNode {
|
2397
|
-
// (undocumented)
|
2398
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBGltfNode;
|
2399
|
-
// (undocumented)
|
2400
|
-
export function encode(message: PBGltfNode, writer?: _m0.Writer): _m0.Writer;
|
2401
|
-
}
|
2402
|
-
|
2403
|
-
// @public (undocumented)
|
2404
|
-
export interface PBGltfNodeState {
|
2405
|
-
// (undocumented)
|
2406
|
-
error?: string | undefined;
|
2407
|
-
// (undocumented)
|
2408
|
-
state: GltfNodeStateValue;
|
2409
|
-
}
|
2410
|
-
|
2411
|
-
// @public (undocumented)
|
2412
|
-
export namespace PBGltfNodeState {
|
2413
|
-
// (undocumented)
|
2414
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBGltfNodeState;
|
2415
|
-
// (undocumented)
|
2416
|
-
export function encode(message: PBGltfNodeState, writer?: _m0.Writer): _m0.Writer;
|
2417
|
-
}
|
2418
|
-
|
2419
2306
|
// @public (undocumented)
|
2420
2307
|
export interface PBMaterial {
|
2421
|
-
gltf?: PBMaterial_GltfMaterial | undefined;
|
2422
2308
|
// (undocumented)
|
2423
2309
|
material?: {
|
2424
2310
|
$case: "unlit";
|
@@ -2437,22 +2323,6 @@ export namespace PBMaterial {
|
|
2437
2323
|
export function encode(message: PBMaterial, writer?: _m0.Writer): _m0.Writer;
|
2438
2324
|
}
|
2439
2325
|
|
2440
|
-
// @public (undocumented)
|
2441
|
-
export interface PBMaterial_GltfMaterial {
|
2442
|
-
// (undocumented)
|
2443
|
-
gltfSrc: string;
|
2444
|
-
// (undocumented)
|
2445
|
-
name: string;
|
2446
|
-
}
|
2447
|
-
|
2448
|
-
// @public (undocumented)
|
2449
|
-
export namespace PBMaterial_GltfMaterial {
|
2450
|
-
// (undocumented)
|
2451
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBMaterial_GltfMaterial;
|
2452
|
-
// (undocumented)
|
2453
|
-
export function encode(message: PBMaterial_GltfMaterial, writer?: _m0.Writer): _m0.Writer;
|
2454
|
-
}
|
2455
|
-
|
2456
2326
|
// @public (undocumented)
|
2457
2327
|
export interface PBMaterial_PbrMaterial {
|
2458
2328
|
albedoColor?: PBColor4 | undefined;
|
@@ -2512,9 +2382,6 @@ export interface PBMeshCollider {
|
|
2512
2382
|
} | {
|
2513
2383
|
$case: "plane";
|
2514
2384
|
plane: PBMeshCollider_PlaneMesh;
|
2515
|
-
} | {
|
2516
|
-
$case: "gltf";
|
2517
|
-
gltf: PBMeshCollider_GltfMesh;
|
2518
2385
|
} | undefined;
|
2519
2386
|
}
|
2520
2387
|
|
@@ -2552,20 +2419,6 @@ export namespace PBMeshCollider_CylinderMesh {
|
|
2552
2419
|
export function encode(message: PBMeshCollider_CylinderMesh, writer?: _m0.Writer): _m0.Writer;
|
2553
2420
|
}
|
2554
2421
|
|
2555
|
-
// @public (undocumented)
|
2556
|
-
export interface PBMeshCollider_GltfMesh {
|
2557
|
-
gltfSrc: string;
|
2558
|
-
name: string;
|
2559
|
-
}
|
2560
|
-
|
2561
|
-
// @public (undocumented)
|
2562
|
-
export namespace PBMeshCollider_GltfMesh {
|
2563
|
-
// (undocumented)
|
2564
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBMeshCollider_GltfMesh;
|
2565
|
-
// (undocumented)
|
2566
|
-
export function encode(message: PBMeshCollider_GltfMesh, writer?: _m0.Writer): _m0.Writer;
|
2567
|
-
}
|
2568
|
-
|
2569
2422
|
// @public (undocumented)
|
2570
2423
|
export interface PBMeshCollider_PlaneMesh {
|
2571
2424
|
}
|
@@ -2605,9 +2458,6 @@ export interface PBMeshRenderer {
|
|
2605
2458
|
} | {
|
2606
2459
|
$case: "plane";
|
2607
2460
|
plane: PBMeshRenderer_PlaneMesh;
|
2608
|
-
} | {
|
2609
|
-
$case: "gltf";
|
2610
|
-
gltf: PBMeshRenderer_GltfMesh;
|
2611
2461
|
} | undefined;
|
2612
2462
|
}
|
2613
2463
|
|
@@ -2646,20 +2496,6 @@ export namespace PBMeshRenderer_CylinderMesh {
|
|
2646
2496
|
export function encode(message: PBMeshRenderer_CylinderMesh, writer?: _m0.Writer): _m0.Writer;
|
2647
2497
|
}
|
2648
2498
|
|
2649
|
-
// @public (undocumented)
|
2650
|
-
export interface PBMeshRenderer_GltfMesh {
|
2651
|
-
gltfSrc: string;
|
2652
|
-
name: string;
|
2653
|
-
}
|
2654
|
-
|
2655
|
-
// @public (undocumented)
|
2656
|
-
export namespace PBMeshRenderer_GltfMesh {
|
2657
|
-
// (undocumented)
|
2658
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBMeshRenderer_GltfMesh;
|
2659
|
-
// (undocumented)
|
2660
|
-
export function encode(message: PBMeshRenderer_GltfMesh, writer?: _m0.Writer): _m0.Writer;
|
2661
|
-
}
|
2662
|
-
|
2663
2499
|
// @public (undocumented)
|
2664
2500
|
export interface PBMeshRenderer_PlaneMesh {
|
2665
2501
|
uvs: number[];
|
@@ -3106,27 +2942,11 @@ export namespace PBUiInputResult {
|
|
3106
2942
|
export function encode(message: PBUiInputResult, writer?: _m0.Writer): _m0.Writer;
|
3107
2943
|
}
|
3108
2944
|
|
3109
|
-
// @public (undocumented)
|
3110
|
-
export interface PBUiScrollResult {
|
3111
|
-
// (undocumented)
|
3112
|
-
value: PBVector2 | undefined;
|
3113
|
-
}
|
3114
|
-
|
3115
|
-
// @public (undocumented)
|
3116
|
-
export namespace PBUiScrollResult {
|
3117
|
-
// (undocumented)
|
3118
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBUiScrollResult;
|
3119
|
-
// (undocumented)
|
3120
|
-
export function encode(message: PBUiScrollResult, writer?: _m0.Writer): _m0.Writer;
|
3121
|
-
}
|
3122
|
-
|
3123
2945
|
// @public (undocumented)
|
3124
2946
|
export interface PBUiText {
|
3125
2947
|
color?: PBColor4 | undefined;
|
3126
2948
|
font?: Font | undefined;
|
3127
2949
|
fontSize?: number | undefined;
|
3128
|
-
outlineColor?: PBColor4 | undefined;
|
3129
|
-
outlineWidth?: number | undefined;
|
3130
2950
|
textAlign?: TextAlignMode | undefined;
|
3131
2951
|
textWrap?: TextWrap | undefined;
|
3132
2952
|
value: string;
|
@@ -3146,7 +2966,6 @@ export interface PBUiTransform {
|
|
3146
2966
|
alignItems?: YGAlign | undefined;
|
3147
2967
|
alignSelf: YGAlign;
|
3148
2968
|
display: YGDisplay;
|
3149
|
-
elementId?: string | undefined;
|
3150
2969
|
// (undocumented)
|
3151
2970
|
flexBasis: number;
|
3152
2971
|
flexBasisUnit: YGUnit;
|
@@ -3183,7 +3002,6 @@ export interface PBUiTransform {
|
|
3183
3002
|
// (undocumented)
|
3184
3003
|
minWidth: number;
|
3185
3004
|
minWidthUnit: YGUnit;
|
3186
|
-
opacity?: number | undefined;
|
3187
3005
|
overflow: YGOverflow;
|
3188
3006
|
// (undocumented)
|
3189
3007
|
paddingBottom: number;
|
@@ -3215,8 +3033,6 @@ export interface PBUiTransform {
|
|
3215
3033
|
positionType: YGPositionType;
|
3216
3034
|
// (undocumented)
|
3217
3035
|
rightOf: number;
|
3218
|
-
scrollPosition?: ScrollPositionValue | undefined;
|
3219
|
-
scrollVisible?: ShowScrollBar | undefined;
|
3220
3036
|
// (undocumented)
|
3221
3037
|
width: number;
|
3222
3038
|
widthUnit: YGUnit;
|
@@ -3883,41 +3699,6 @@ export namespace Schemas {
|
|
3883
3699
|
}) => void;
|
3884
3700
|
}
|
3885
3701
|
|
3886
|
-
// @public (undocumented)
|
3887
|
-
export interface ScrollPositionValue {
|
3888
|
-
// (undocumented)
|
3889
|
-
value?: {
|
3890
|
-
$case: "position";
|
3891
|
-
position: PBVector2;
|
3892
|
-
} | {
|
3893
|
-
$case: "reference";
|
3894
|
-
reference: string;
|
3895
|
-
} | undefined;
|
3896
|
-
}
|
3897
|
-
|
3898
|
-
// @public (undocumented)
|
3899
|
-
export namespace ScrollPositionValue {
|
3900
|
-
// (undocumented)
|
3901
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): ScrollPositionValue;
|
3902
|
-
// (undocumented)
|
3903
|
-
export function encode(message: ScrollPositionValue, writer?: _m0.Writer): _m0.Writer;
|
3904
|
-
}
|
3905
|
-
|
3906
|
-
// @public
|
3907
|
-
export type ScrollVisibleType = 'horizontal' | 'vertical' | 'both' | 'hidden';
|
3908
|
-
|
3909
|
-
// @public (undocumented)
|
3910
|
-
export const enum ShowScrollBar {
|
3911
|
-
// (undocumented)
|
3912
|
-
SSB_BOTH = 0,
|
3913
|
-
// (undocumented)
|
3914
|
-
SSB_HIDDEN = 3,
|
3915
|
-
// (undocumented)
|
3916
|
-
SSB_ONLY_HORIZONTAL = 2,
|
3917
|
-
// (undocumented)
|
3918
|
-
SSB_ONLY_VERTICAL = 1
|
3919
|
-
}
|
3920
|
-
|
3921
3702
|
// @public (undocumented)
|
3922
3703
|
export interface Spec {
|
3923
3704
|
// (undocumented)
|
@@ -4276,8 +4057,6 @@ export interface UiLabelProps {
|
|
4276
4057
|
color?: PBColor4 | undefined;
|
4277
4058
|
font?: UiFontType | undefined;
|
4278
4059
|
fontSize?: ScaleUnit | undefined;
|
4279
|
-
outlineColor?: PBColor4 | undefined;
|
4280
|
-
outlineWidth?: number | undefined;
|
4281
4060
|
textAlign?: TextAlignType | undefined;
|
4282
4061
|
textWrap?: UiTextWrapType | undefined;
|
4283
4062
|
value: string;
|
@@ -4286,9 +4065,6 @@ export interface UiLabelProps {
|
|
4286
4065
|
// @public
|
4287
4066
|
export type uint32 = number;
|
4288
4067
|
|
4289
|
-
// @public (undocumented)
|
4290
|
-
export const UiScrollResult: LastWriteWinElementSetComponentDefinition<PBUiScrollResult>;
|
4291
|
-
|
4292
4068
|
// @public (undocumented)
|
4293
4069
|
export const UiText: LastWriteWinElementSetComponentDefinition<PBUiText>;
|
4294
4070
|
|
@@ -4311,7 +4087,6 @@ export interface UiTransformProps {
|
|
4311
4087
|
alignItems?: AlignType;
|
4312
4088
|
alignSelf?: AlignType;
|
4313
4089
|
display?: DisplayType;
|
4314
|
-
elementId?: string;
|
4315
4090
|
flex?: number;
|
4316
4091
|
flexBasis?: number;
|
4317
4092
|
flexDirection?: FlexDirectionType;
|
@@ -4325,14 +4100,11 @@ export interface UiTransformProps {
|
|
4325
4100
|
maxWidth?: PositionUnit;
|
4326
4101
|
minHeight?: PositionUnit;
|
4327
4102
|
minWidth?: PositionUnit;
|
4328
|
-
opacity?: number;
|
4329
4103
|
overflow?: OverflowType;
|
4330
4104
|
padding?: Partial<Position> | PositionShorthand;
|
4331
4105
|
pointerFilter?: PointerFilterType;
|
4332
4106
|
position?: Partial<Position> | PositionShorthand;
|
4333
4107
|
positionType?: PositionType;
|
4334
|
-
scrollPosition?: PBVector2 | string;
|
4335
|
-
scrollVisible?: ScrollVisibleType;
|
4336
4108
|
width?: PositionUnit | 'auto';
|
4337
4109
|
}
|
4338
4110
|
|
package/package.json
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"name": "@dcl/playground-assets",
|
3
3
|
"description": "",
|
4
|
-
"version": "7.5.7-
|
4
|
+
"version": "7.5.7-10289449044.commit-c15b62f",
|
5
5
|
"author": "Decentraland",
|
6
6
|
"dependencies": {
|
7
|
-
"@dcl/js-runtime": "7.5.7-
|
8
|
-
"@dcl/sdk": "7.5.7-
|
7
|
+
"@dcl/js-runtime": "7.5.7-10289449044.commit-c15b62f",
|
8
|
+
"@dcl/sdk": "7.5.7-10289449044.commit-c15b62f"
|
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": "
|
35
|
+
"commit": "c15b62fcd335107b2a4674eed5079eabded04e8a"
|
36
36
|
}
|