@dcl/playground-assets 7.7.10-13970051569.commit-59a4262 → 7.7.10-14036045753.commit-8d32240

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.
@@ -212,6 +212,18 @@ export const enum BillboardMode {
212
212
  BM_Z = 4
213
213
  }
214
214
 
215
+ // @public
216
+ export interface BorderRadius {
217
+ // (undocumented)
218
+ bottomLeft: PositionUnit;
219
+ // (undocumented)
220
+ bottomRight: PositionUnit;
221
+ // (undocumented)
222
+ topLeft: PositionUnit;
223
+ // (undocumented)
224
+ topRight: PositionUnit;
225
+ }
226
+
215
227
  // @public (undocumented)
216
228
  export interface BorderRect {
217
229
  // (undocumented)
@@ -3090,6 +3102,37 @@ export interface PBUiTransform {
3090
3102
  alignContent?: YGAlign | undefined;
3091
3103
  alignItems?: YGAlign | undefined;
3092
3104
  alignSelf: YGAlign;
3105
+ // (undocumented)
3106
+ borderBottomColor?: PBColor4 | undefined;
3107
+ // (undocumented)
3108
+ borderBottomLeftRadius?: number | undefined;
3109
+ borderBottomLeftRadiusUnit?: YGUnit | undefined;
3110
+ // (undocumented)
3111
+ borderBottomRightRadius?: number | undefined;
3112
+ borderBottomRightRadiusUnit?: YGUnit | undefined;
3113
+ // (undocumented)
3114
+ borderBottomWidth?: number | undefined;
3115
+ borderBottomWidthUnit?: YGUnit | undefined;
3116
+ // (undocumented)
3117
+ borderLeftColor?: PBColor4 | undefined;
3118
+ // (undocumented)
3119
+ borderLeftWidth?: number | undefined;
3120
+ borderLeftWidthUnit?: YGUnit | undefined;
3121
+ // (undocumented)
3122
+ borderRightColor?: PBColor4 | undefined;
3123
+ // (undocumented)
3124
+ borderRightWidth?: number | undefined;
3125
+ borderRightWidthUnit?: YGUnit | undefined;
3126
+ borderTopColor?: PBColor4 | undefined;
3127
+ // (undocumented)
3128
+ borderTopLeftRadius?: number | undefined;
3129
+ borderTopLeftRadiusUnit?: YGUnit | undefined;
3130
+ // (undocumented)
3131
+ borderTopRightRadius?: number | undefined;
3132
+ borderTopRightRadiusUnit?: YGUnit | undefined;
3133
+ // (undocumented)
3134
+ borderTopWidth?: number | undefined;
3135
+ borderTopWidthUnit?: YGUnit | undefined;
3093
3136
  display: YGDisplay;
3094
3137
  // (undocumented)
3095
3138
  flexBasis: number;
@@ -4265,6 +4308,12 @@ export interface UiTransformProps {
4265
4308
  alignContent?: AlignType;
4266
4309
  alignItems?: AlignType;
4267
4310
  alignSelf?: AlignType;
4311
+ // (undocumented)
4312
+ borderColor?: Record<keyof Partial<Position>, PBColor4> | PBColor4 | undefined;
4313
+ // (undocumented)
4314
+ borderRadius?: Partial<BorderRadius> | PositionUnit;
4315
+ // (undocumented)
4316
+ borderWidth?: Partial<Position> | PositionUnit;
4268
4317
  display?: DisplayType;
4269
4318
  flex?: number;
4270
4319
  flexBasis?: number;
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@dcl/playground-assets",
3
3
  "description": "",
4
- "version": "7.7.10-13970051569.commit-59a4262",
4
+ "version": "7.7.10-14036045753.commit-8d32240",
5
5
  "author": "Decentraland",
6
6
  "dependencies": {
7
- "@dcl/js-runtime": "7.7.10-13970051569.commit-59a4262",
8
- "@dcl/sdk": "7.7.10-13970051569.commit-59a4262"
7
+ "@dcl/js-runtime": "7.7.10-14036045753.commit-8d32240",
8
+ "@dcl/sdk": "7.7.10-14036045753.commit-8d32240"
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": "59a4262226d0377a6c4bc1e13276aa21e4bcf35a"
35
+ "commit": "8d32240be828682a0e97b38c9e8a298d51eb5dcd"
36
36
  }