@dcl/playground-assets 7.7.10-14035313559.commit-093b171 → 7.8.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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "metadata": {
3
3
  "toolPackage": "@microsoft/api-extractor",
4
- "toolVersion": "7.52.1",
4
+ "toolVersion": "7.52.2",
5
5
  "schemaVersion": 1011,
6
6
  "oldestForwardsCompatibleVersion": 1001,
7
7
  "tsdocConfig": {
@@ -3118,6 +3118,136 @@
3118
3118
  }
3119
3119
  ]
3120
3120
  },
3121
+ {
3122
+ "kind": "Interface",
3123
+ "canonicalReference": "@dcl/playground-assets!BorderRadius:interface",
3124
+ "docComment": "/**\n * Type used for defining the border radius of the element\n *\n * @public\n */\n",
3125
+ "excerptTokens": [
3126
+ {
3127
+ "kind": "Content",
3128
+ "text": "export interface BorderRadius "
3129
+ }
3130
+ ],
3131
+ "fileUrlPath": "../react-ecs/dist/components/uiTransform/types.d.ts",
3132
+ "releaseTag": "Public",
3133
+ "name": "BorderRadius",
3134
+ "preserveMemberOrder": false,
3135
+ "members": [
3136
+ {
3137
+ "kind": "PropertySignature",
3138
+ "canonicalReference": "@dcl/playground-assets!BorderRadius#bottomLeft:member",
3139
+ "docComment": "",
3140
+ "excerptTokens": [
3141
+ {
3142
+ "kind": "Content",
3143
+ "text": "bottomLeft: "
3144
+ },
3145
+ {
3146
+ "kind": "Reference",
3147
+ "text": "PositionUnit",
3148
+ "canonicalReference": "@dcl/playground-assets!PositionUnit:type"
3149
+ },
3150
+ {
3151
+ "kind": "Content",
3152
+ "text": ";"
3153
+ }
3154
+ ],
3155
+ "isReadonly": false,
3156
+ "isOptional": false,
3157
+ "releaseTag": "Public",
3158
+ "name": "bottomLeft",
3159
+ "propertyTypeTokenRange": {
3160
+ "startIndex": 1,
3161
+ "endIndex": 2
3162
+ }
3163
+ },
3164
+ {
3165
+ "kind": "PropertySignature",
3166
+ "canonicalReference": "@dcl/playground-assets!BorderRadius#bottomRight:member",
3167
+ "docComment": "",
3168
+ "excerptTokens": [
3169
+ {
3170
+ "kind": "Content",
3171
+ "text": "bottomRight: "
3172
+ },
3173
+ {
3174
+ "kind": "Reference",
3175
+ "text": "PositionUnit",
3176
+ "canonicalReference": "@dcl/playground-assets!PositionUnit:type"
3177
+ },
3178
+ {
3179
+ "kind": "Content",
3180
+ "text": ";"
3181
+ }
3182
+ ],
3183
+ "isReadonly": false,
3184
+ "isOptional": false,
3185
+ "releaseTag": "Public",
3186
+ "name": "bottomRight",
3187
+ "propertyTypeTokenRange": {
3188
+ "startIndex": 1,
3189
+ "endIndex": 2
3190
+ }
3191
+ },
3192
+ {
3193
+ "kind": "PropertySignature",
3194
+ "canonicalReference": "@dcl/playground-assets!BorderRadius#topLeft:member",
3195
+ "docComment": "",
3196
+ "excerptTokens": [
3197
+ {
3198
+ "kind": "Content",
3199
+ "text": "topLeft: "
3200
+ },
3201
+ {
3202
+ "kind": "Reference",
3203
+ "text": "PositionUnit",
3204
+ "canonicalReference": "@dcl/playground-assets!PositionUnit:type"
3205
+ },
3206
+ {
3207
+ "kind": "Content",
3208
+ "text": ";"
3209
+ }
3210
+ ],
3211
+ "isReadonly": false,
3212
+ "isOptional": false,
3213
+ "releaseTag": "Public",
3214
+ "name": "topLeft",
3215
+ "propertyTypeTokenRange": {
3216
+ "startIndex": 1,
3217
+ "endIndex": 2
3218
+ }
3219
+ },
3220
+ {
3221
+ "kind": "PropertySignature",
3222
+ "canonicalReference": "@dcl/playground-assets!BorderRadius#topRight:member",
3223
+ "docComment": "",
3224
+ "excerptTokens": [
3225
+ {
3226
+ "kind": "Content",
3227
+ "text": "topRight: "
3228
+ },
3229
+ {
3230
+ "kind": "Reference",
3231
+ "text": "PositionUnit",
3232
+ "canonicalReference": "@dcl/playground-assets!PositionUnit:type"
3233
+ },
3234
+ {
3235
+ "kind": "Content",
3236
+ "text": ";"
3237
+ }
3238
+ ],
3239
+ "isReadonly": false,
3240
+ "isOptional": false,
3241
+ "releaseTag": "Public",
3242
+ "name": "topRight",
3243
+ "propertyTypeTokenRange": {
3244
+ "startIndex": 1,
3245
+ "endIndex": 2
3246
+ }
3247
+ }
3248
+ ],
3249
+ "extendsTokenRanges": []
3250
+ },
3121
3251
  {
3122
3252
  "kind": "Interface",
3123
3253
  "canonicalReference": "@dcl/playground-assets!BorderRect:interface",
@@ -52260,6 +52390,606 @@
52260
52390
  "endIndex": 2
52261
52391
  }
52262
52392
  },
52393
+ {
52394
+ "kind": "PropertySignature",
52395
+ "canonicalReference": "@dcl/playground-assets!PBUiTransform#borderBottomColor:member",
52396
+ "docComment": "",
52397
+ "excerptTokens": [
52398
+ {
52399
+ "kind": "Content",
52400
+ "text": "borderBottomColor?: "
52401
+ },
52402
+ {
52403
+ "kind": "Reference",
52404
+ "text": "Color4",
52405
+ "canonicalReference": "@dcl/playground-assets!Color4"
52406
+ },
52407
+ {
52408
+ "kind": "Content",
52409
+ "text": " | undefined"
52410
+ },
52411
+ {
52412
+ "kind": "Content",
52413
+ "text": ";"
52414
+ }
52415
+ ],
52416
+ "isReadonly": false,
52417
+ "isOptional": true,
52418
+ "releaseTag": "Public",
52419
+ "name": "borderBottomColor",
52420
+ "propertyTypeTokenRange": {
52421
+ "startIndex": 1,
52422
+ "endIndex": 3
52423
+ }
52424
+ },
52425
+ {
52426
+ "kind": "PropertySignature",
52427
+ "canonicalReference": "@dcl/playground-assets!PBUiTransform#borderBottomLeftRadius:member",
52428
+ "docComment": "",
52429
+ "excerptTokens": [
52430
+ {
52431
+ "kind": "Content",
52432
+ "text": "borderBottomLeftRadius?: "
52433
+ },
52434
+ {
52435
+ "kind": "Content",
52436
+ "text": "number | undefined"
52437
+ },
52438
+ {
52439
+ "kind": "Content",
52440
+ "text": ";"
52441
+ }
52442
+ ],
52443
+ "isReadonly": false,
52444
+ "isOptional": true,
52445
+ "releaseTag": "Public",
52446
+ "name": "borderBottomLeftRadius",
52447
+ "propertyTypeTokenRange": {
52448
+ "startIndex": 1,
52449
+ "endIndex": 2
52450
+ }
52451
+ },
52452
+ {
52453
+ "kind": "PropertySignature",
52454
+ "canonicalReference": "@dcl/playground-assets!PBUiTransform#borderBottomLeftRadiusUnit:member",
52455
+ "docComment": "/**\n * YGUnit.YGU_UNDEFINED\n */\n",
52456
+ "excerptTokens": [
52457
+ {
52458
+ "kind": "Content",
52459
+ "text": "borderBottomLeftRadiusUnit?: "
52460
+ },
52461
+ {
52462
+ "kind": "Reference",
52463
+ "text": "YGUnit",
52464
+ "canonicalReference": "@dcl/playground-assets!YGUnit:enum"
52465
+ },
52466
+ {
52467
+ "kind": "Content",
52468
+ "text": " | undefined"
52469
+ },
52470
+ {
52471
+ "kind": "Content",
52472
+ "text": ";"
52473
+ }
52474
+ ],
52475
+ "isReadonly": false,
52476
+ "isOptional": true,
52477
+ "releaseTag": "Public",
52478
+ "name": "borderBottomLeftRadiusUnit",
52479
+ "propertyTypeTokenRange": {
52480
+ "startIndex": 1,
52481
+ "endIndex": 3
52482
+ }
52483
+ },
52484
+ {
52485
+ "kind": "PropertySignature",
52486
+ "canonicalReference": "@dcl/playground-assets!PBUiTransform#borderBottomRightRadius:member",
52487
+ "docComment": "",
52488
+ "excerptTokens": [
52489
+ {
52490
+ "kind": "Content",
52491
+ "text": "borderBottomRightRadius?: "
52492
+ },
52493
+ {
52494
+ "kind": "Content",
52495
+ "text": "number | undefined"
52496
+ },
52497
+ {
52498
+ "kind": "Content",
52499
+ "text": ";"
52500
+ }
52501
+ ],
52502
+ "isReadonly": false,
52503
+ "isOptional": true,
52504
+ "releaseTag": "Public",
52505
+ "name": "borderBottomRightRadius",
52506
+ "propertyTypeTokenRange": {
52507
+ "startIndex": 1,
52508
+ "endIndex": 2
52509
+ }
52510
+ },
52511
+ {
52512
+ "kind": "PropertySignature",
52513
+ "canonicalReference": "@dcl/playground-assets!PBUiTransform#borderBottomRightRadiusUnit:member",
52514
+ "docComment": "/**\n * YGUnit.YGU_UNDEFINED\n */\n",
52515
+ "excerptTokens": [
52516
+ {
52517
+ "kind": "Content",
52518
+ "text": "borderBottomRightRadiusUnit?: "
52519
+ },
52520
+ {
52521
+ "kind": "Reference",
52522
+ "text": "YGUnit",
52523
+ "canonicalReference": "@dcl/playground-assets!YGUnit:enum"
52524
+ },
52525
+ {
52526
+ "kind": "Content",
52527
+ "text": " | undefined"
52528
+ },
52529
+ {
52530
+ "kind": "Content",
52531
+ "text": ";"
52532
+ }
52533
+ ],
52534
+ "isReadonly": false,
52535
+ "isOptional": true,
52536
+ "releaseTag": "Public",
52537
+ "name": "borderBottomRightRadiusUnit",
52538
+ "propertyTypeTokenRange": {
52539
+ "startIndex": 1,
52540
+ "endIndex": 3
52541
+ }
52542
+ },
52543
+ {
52544
+ "kind": "PropertySignature",
52545
+ "canonicalReference": "@dcl/playground-assets!PBUiTransform#borderBottomWidth:member",
52546
+ "docComment": "",
52547
+ "excerptTokens": [
52548
+ {
52549
+ "kind": "Content",
52550
+ "text": "borderBottomWidth?: "
52551
+ },
52552
+ {
52553
+ "kind": "Content",
52554
+ "text": "number | undefined"
52555
+ },
52556
+ {
52557
+ "kind": "Content",
52558
+ "text": ";"
52559
+ }
52560
+ ],
52561
+ "isReadonly": false,
52562
+ "isOptional": true,
52563
+ "releaseTag": "Public",
52564
+ "name": "borderBottomWidth",
52565
+ "propertyTypeTokenRange": {
52566
+ "startIndex": 1,
52567
+ "endIndex": 2
52568
+ }
52569
+ },
52570
+ {
52571
+ "kind": "PropertySignature",
52572
+ "canonicalReference": "@dcl/playground-assets!PBUiTransform#borderBottomWidthUnit:member",
52573
+ "docComment": "/**\n * YGUnit.YGU_UNDEFINED\n */\n",
52574
+ "excerptTokens": [
52575
+ {
52576
+ "kind": "Content",
52577
+ "text": "borderBottomWidthUnit?: "
52578
+ },
52579
+ {
52580
+ "kind": "Reference",
52581
+ "text": "YGUnit",
52582
+ "canonicalReference": "@dcl/playground-assets!YGUnit:enum"
52583
+ },
52584
+ {
52585
+ "kind": "Content",
52586
+ "text": " | undefined"
52587
+ },
52588
+ {
52589
+ "kind": "Content",
52590
+ "text": ";"
52591
+ }
52592
+ ],
52593
+ "isReadonly": false,
52594
+ "isOptional": true,
52595
+ "releaseTag": "Public",
52596
+ "name": "borderBottomWidthUnit",
52597
+ "propertyTypeTokenRange": {
52598
+ "startIndex": 1,
52599
+ "endIndex": 3
52600
+ }
52601
+ },
52602
+ {
52603
+ "kind": "PropertySignature",
52604
+ "canonicalReference": "@dcl/playground-assets!PBUiTransform#borderLeftColor:member",
52605
+ "docComment": "",
52606
+ "excerptTokens": [
52607
+ {
52608
+ "kind": "Content",
52609
+ "text": "borderLeftColor?: "
52610
+ },
52611
+ {
52612
+ "kind": "Reference",
52613
+ "text": "Color4",
52614
+ "canonicalReference": "@dcl/playground-assets!Color4"
52615
+ },
52616
+ {
52617
+ "kind": "Content",
52618
+ "text": " | undefined"
52619
+ },
52620
+ {
52621
+ "kind": "Content",
52622
+ "text": ";"
52623
+ }
52624
+ ],
52625
+ "isReadonly": false,
52626
+ "isOptional": true,
52627
+ "releaseTag": "Public",
52628
+ "name": "borderLeftColor",
52629
+ "propertyTypeTokenRange": {
52630
+ "startIndex": 1,
52631
+ "endIndex": 3
52632
+ }
52633
+ },
52634
+ {
52635
+ "kind": "PropertySignature",
52636
+ "canonicalReference": "@dcl/playground-assets!PBUiTransform#borderLeftWidth:member",
52637
+ "docComment": "",
52638
+ "excerptTokens": [
52639
+ {
52640
+ "kind": "Content",
52641
+ "text": "borderLeftWidth?: "
52642
+ },
52643
+ {
52644
+ "kind": "Content",
52645
+ "text": "number | undefined"
52646
+ },
52647
+ {
52648
+ "kind": "Content",
52649
+ "text": ";"
52650
+ }
52651
+ ],
52652
+ "isReadonly": false,
52653
+ "isOptional": true,
52654
+ "releaseTag": "Public",
52655
+ "name": "borderLeftWidth",
52656
+ "propertyTypeTokenRange": {
52657
+ "startIndex": 1,
52658
+ "endIndex": 2
52659
+ }
52660
+ },
52661
+ {
52662
+ "kind": "PropertySignature",
52663
+ "canonicalReference": "@dcl/playground-assets!PBUiTransform#borderLeftWidthUnit:member",
52664
+ "docComment": "/**\n * Border Width\n */\n",
52665
+ "excerptTokens": [
52666
+ {
52667
+ "kind": "Content",
52668
+ "text": "borderLeftWidthUnit?: "
52669
+ },
52670
+ {
52671
+ "kind": "Reference",
52672
+ "text": "YGUnit",
52673
+ "canonicalReference": "@dcl/playground-assets!YGUnit:enum"
52674
+ },
52675
+ {
52676
+ "kind": "Content",
52677
+ "text": " | undefined"
52678
+ },
52679
+ {
52680
+ "kind": "Content",
52681
+ "text": ";"
52682
+ }
52683
+ ],
52684
+ "isReadonly": false,
52685
+ "isOptional": true,
52686
+ "releaseTag": "Public",
52687
+ "name": "borderLeftWidthUnit",
52688
+ "propertyTypeTokenRange": {
52689
+ "startIndex": 1,
52690
+ "endIndex": 3
52691
+ }
52692
+ },
52693
+ {
52694
+ "kind": "PropertySignature",
52695
+ "canonicalReference": "@dcl/playground-assets!PBUiTransform#borderRightColor:member",
52696
+ "docComment": "",
52697
+ "excerptTokens": [
52698
+ {
52699
+ "kind": "Content",
52700
+ "text": "borderRightColor?: "
52701
+ },
52702
+ {
52703
+ "kind": "Reference",
52704
+ "text": "Color4",
52705
+ "canonicalReference": "@dcl/playground-assets!Color4"
52706
+ },
52707
+ {
52708
+ "kind": "Content",
52709
+ "text": " | undefined"
52710
+ },
52711
+ {
52712
+ "kind": "Content",
52713
+ "text": ";"
52714
+ }
52715
+ ],
52716
+ "isReadonly": false,
52717
+ "isOptional": true,
52718
+ "releaseTag": "Public",
52719
+ "name": "borderRightColor",
52720
+ "propertyTypeTokenRange": {
52721
+ "startIndex": 1,
52722
+ "endIndex": 3
52723
+ }
52724
+ },
52725
+ {
52726
+ "kind": "PropertySignature",
52727
+ "canonicalReference": "@dcl/playground-assets!PBUiTransform#borderRightWidth:member",
52728
+ "docComment": "",
52729
+ "excerptTokens": [
52730
+ {
52731
+ "kind": "Content",
52732
+ "text": "borderRightWidth?: "
52733
+ },
52734
+ {
52735
+ "kind": "Content",
52736
+ "text": "number | undefined"
52737
+ },
52738
+ {
52739
+ "kind": "Content",
52740
+ "text": ";"
52741
+ }
52742
+ ],
52743
+ "isReadonly": false,
52744
+ "isOptional": true,
52745
+ "releaseTag": "Public",
52746
+ "name": "borderRightWidth",
52747
+ "propertyTypeTokenRange": {
52748
+ "startIndex": 1,
52749
+ "endIndex": 2
52750
+ }
52751
+ },
52752
+ {
52753
+ "kind": "PropertySignature",
52754
+ "canonicalReference": "@dcl/playground-assets!PBUiTransform#borderRightWidthUnit:member",
52755
+ "docComment": "/**\n * YGUnit.YGU_UNDEFINED\n */\n",
52756
+ "excerptTokens": [
52757
+ {
52758
+ "kind": "Content",
52759
+ "text": "borderRightWidthUnit?: "
52760
+ },
52761
+ {
52762
+ "kind": "Reference",
52763
+ "text": "YGUnit",
52764
+ "canonicalReference": "@dcl/playground-assets!YGUnit:enum"
52765
+ },
52766
+ {
52767
+ "kind": "Content",
52768
+ "text": " | undefined"
52769
+ },
52770
+ {
52771
+ "kind": "Content",
52772
+ "text": ";"
52773
+ }
52774
+ ],
52775
+ "isReadonly": false,
52776
+ "isOptional": true,
52777
+ "releaseTag": "Public",
52778
+ "name": "borderRightWidthUnit",
52779
+ "propertyTypeTokenRange": {
52780
+ "startIndex": 1,
52781
+ "endIndex": 3
52782
+ }
52783
+ },
52784
+ {
52785
+ "kind": "PropertySignature",
52786
+ "canonicalReference": "@dcl/playground-assets!PBUiTransform#borderTopColor:member",
52787
+ "docComment": "/**\n * Border Color\n */\n",
52788
+ "excerptTokens": [
52789
+ {
52790
+ "kind": "Content",
52791
+ "text": "borderTopColor?: "
52792
+ },
52793
+ {
52794
+ "kind": "Reference",
52795
+ "text": "Color4",
52796
+ "canonicalReference": "@dcl/playground-assets!Color4"
52797
+ },
52798
+ {
52799
+ "kind": "Content",
52800
+ "text": " | undefined"
52801
+ },
52802
+ {
52803
+ "kind": "Content",
52804
+ "text": ";"
52805
+ }
52806
+ ],
52807
+ "isReadonly": false,
52808
+ "isOptional": true,
52809
+ "releaseTag": "Public",
52810
+ "name": "borderTopColor",
52811
+ "propertyTypeTokenRange": {
52812
+ "startIndex": 1,
52813
+ "endIndex": 3
52814
+ }
52815
+ },
52816
+ {
52817
+ "kind": "PropertySignature",
52818
+ "canonicalReference": "@dcl/playground-assets!PBUiTransform#borderTopLeftRadius:member",
52819
+ "docComment": "",
52820
+ "excerptTokens": [
52821
+ {
52822
+ "kind": "Content",
52823
+ "text": "borderTopLeftRadius?: "
52824
+ },
52825
+ {
52826
+ "kind": "Content",
52827
+ "text": "number | undefined"
52828
+ },
52829
+ {
52830
+ "kind": "Content",
52831
+ "text": ";"
52832
+ }
52833
+ ],
52834
+ "isReadonly": false,
52835
+ "isOptional": true,
52836
+ "releaseTag": "Public",
52837
+ "name": "borderTopLeftRadius",
52838
+ "propertyTypeTokenRange": {
52839
+ "startIndex": 1,
52840
+ "endIndex": 2
52841
+ }
52842
+ },
52843
+ {
52844
+ "kind": "PropertySignature",
52845
+ "canonicalReference": "@dcl/playground-assets!PBUiTransform#borderTopLeftRadiusUnit:member",
52846
+ "docComment": "/**\n * Border Radius\n */\n",
52847
+ "excerptTokens": [
52848
+ {
52849
+ "kind": "Content",
52850
+ "text": "borderTopLeftRadiusUnit?: "
52851
+ },
52852
+ {
52853
+ "kind": "Reference",
52854
+ "text": "YGUnit",
52855
+ "canonicalReference": "@dcl/playground-assets!YGUnit:enum"
52856
+ },
52857
+ {
52858
+ "kind": "Content",
52859
+ "text": " | undefined"
52860
+ },
52861
+ {
52862
+ "kind": "Content",
52863
+ "text": ";"
52864
+ }
52865
+ ],
52866
+ "isReadonly": false,
52867
+ "isOptional": true,
52868
+ "releaseTag": "Public",
52869
+ "name": "borderTopLeftRadiusUnit",
52870
+ "propertyTypeTokenRange": {
52871
+ "startIndex": 1,
52872
+ "endIndex": 3
52873
+ }
52874
+ },
52875
+ {
52876
+ "kind": "PropertySignature",
52877
+ "canonicalReference": "@dcl/playground-assets!PBUiTransform#borderTopRightRadius:member",
52878
+ "docComment": "",
52879
+ "excerptTokens": [
52880
+ {
52881
+ "kind": "Content",
52882
+ "text": "borderTopRightRadius?: "
52883
+ },
52884
+ {
52885
+ "kind": "Content",
52886
+ "text": "number | undefined"
52887
+ },
52888
+ {
52889
+ "kind": "Content",
52890
+ "text": ";"
52891
+ }
52892
+ ],
52893
+ "isReadonly": false,
52894
+ "isOptional": true,
52895
+ "releaseTag": "Public",
52896
+ "name": "borderTopRightRadius",
52897
+ "propertyTypeTokenRange": {
52898
+ "startIndex": 1,
52899
+ "endIndex": 2
52900
+ }
52901
+ },
52902
+ {
52903
+ "kind": "PropertySignature",
52904
+ "canonicalReference": "@dcl/playground-assets!PBUiTransform#borderTopRightRadiusUnit:member",
52905
+ "docComment": "/**\n * YGUnit.YGU_UNDEFINED\n */\n",
52906
+ "excerptTokens": [
52907
+ {
52908
+ "kind": "Content",
52909
+ "text": "borderTopRightRadiusUnit?: "
52910
+ },
52911
+ {
52912
+ "kind": "Reference",
52913
+ "text": "YGUnit",
52914
+ "canonicalReference": "@dcl/playground-assets!YGUnit:enum"
52915
+ },
52916
+ {
52917
+ "kind": "Content",
52918
+ "text": " | undefined"
52919
+ },
52920
+ {
52921
+ "kind": "Content",
52922
+ "text": ";"
52923
+ }
52924
+ ],
52925
+ "isReadonly": false,
52926
+ "isOptional": true,
52927
+ "releaseTag": "Public",
52928
+ "name": "borderTopRightRadiusUnit",
52929
+ "propertyTypeTokenRange": {
52930
+ "startIndex": 1,
52931
+ "endIndex": 3
52932
+ }
52933
+ },
52934
+ {
52935
+ "kind": "PropertySignature",
52936
+ "canonicalReference": "@dcl/playground-assets!PBUiTransform#borderTopWidth:member",
52937
+ "docComment": "",
52938
+ "excerptTokens": [
52939
+ {
52940
+ "kind": "Content",
52941
+ "text": "borderTopWidth?: "
52942
+ },
52943
+ {
52944
+ "kind": "Content",
52945
+ "text": "number | undefined"
52946
+ },
52947
+ {
52948
+ "kind": "Content",
52949
+ "text": ";"
52950
+ }
52951
+ ],
52952
+ "isReadonly": false,
52953
+ "isOptional": true,
52954
+ "releaseTag": "Public",
52955
+ "name": "borderTopWidth",
52956
+ "propertyTypeTokenRange": {
52957
+ "startIndex": 1,
52958
+ "endIndex": 2
52959
+ }
52960
+ },
52961
+ {
52962
+ "kind": "PropertySignature",
52963
+ "canonicalReference": "@dcl/playground-assets!PBUiTransform#borderTopWidthUnit:member",
52964
+ "docComment": "/**\n * YGUnit.YGU_UNDEFINED\n */\n",
52965
+ "excerptTokens": [
52966
+ {
52967
+ "kind": "Content",
52968
+ "text": "borderTopWidthUnit?: "
52969
+ },
52970
+ {
52971
+ "kind": "Reference",
52972
+ "text": "YGUnit",
52973
+ "canonicalReference": "@dcl/playground-assets!YGUnit:enum"
52974
+ },
52975
+ {
52976
+ "kind": "Content",
52977
+ "text": " | undefined"
52978
+ },
52979
+ {
52980
+ "kind": "Content",
52981
+ "text": ";"
52982
+ }
52983
+ ],
52984
+ "isReadonly": false,
52985
+ "isOptional": true,
52986
+ "releaseTag": "Public",
52987
+ "name": "borderTopWidthUnit",
52988
+ "propertyTypeTokenRange": {
52989
+ "startIndex": 1,
52990
+ "endIndex": 3
52991
+ }
52992
+ },
52263
52993
  {
52264
52994
  "kind": "PropertySignature",
52265
52995
  "canonicalReference": "@dcl/playground-assets!PBUiTransform#display:member",
@@ -71079,6 +71809,166 @@
71079
71809
  "endIndex": 2
71080
71810
  }
71081
71811
  },
71812
+ {
71813
+ "kind": "PropertySignature",
71814
+ "canonicalReference": "@dcl/playground-assets!UiTransformProps#borderColor:member",
71815
+ "docComment": "",
71816
+ "excerptTokens": [
71817
+ {
71818
+ "kind": "Content",
71819
+ "text": "borderColor?: "
71820
+ },
71821
+ {
71822
+ "kind": "Reference",
71823
+ "text": "Record",
71824
+ "canonicalReference": "!Record:type"
71825
+ },
71826
+ {
71827
+ "kind": "Content",
71828
+ "text": "<keyof "
71829
+ },
71830
+ {
71831
+ "kind": "Reference",
71832
+ "text": "Partial",
71833
+ "canonicalReference": "!Partial:type"
71834
+ },
71835
+ {
71836
+ "kind": "Content",
71837
+ "text": "<"
71838
+ },
71839
+ {
71840
+ "kind": "Reference",
71841
+ "text": "Position",
71842
+ "canonicalReference": "@dcl/playground-assets!Position:interface"
71843
+ },
71844
+ {
71845
+ "kind": "Content",
71846
+ "text": ">, "
71847
+ },
71848
+ {
71849
+ "kind": "Reference",
71850
+ "text": "Color4",
71851
+ "canonicalReference": "@dcl/playground-assets!Color4"
71852
+ },
71853
+ {
71854
+ "kind": "Content",
71855
+ "text": "> | "
71856
+ },
71857
+ {
71858
+ "kind": "Reference",
71859
+ "text": "Color4",
71860
+ "canonicalReference": "@dcl/playground-assets!Color4"
71861
+ },
71862
+ {
71863
+ "kind": "Content",
71864
+ "text": " | undefined"
71865
+ },
71866
+ {
71867
+ "kind": "Content",
71868
+ "text": ";"
71869
+ }
71870
+ ],
71871
+ "isReadonly": false,
71872
+ "isOptional": true,
71873
+ "releaseTag": "Public",
71874
+ "name": "borderColor",
71875
+ "propertyTypeTokenRange": {
71876
+ "startIndex": 1,
71877
+ "endIndex": 11
71878
+ }
71879
+ },
71880
+ {
71881
+ "kind": "PropertySignature",
71882
+ "canonicalReference": "@dcl/playground-assets!UiTransformProps#borderRadius:member",
71883
+ "docComment": "",
71884
+ "excerptTokens": [
71885
+ {
71886
+ "kind": "Content",
71887
+ "text": "borderRadius?: "
71888
+ },
71889
+ {
71890
+ "kind": "Reference",
71891
+ "text": "Partial",
71892
+ "canonicalReference": "!Partial:type"
71893
+ },
71894
+ {
71895
+ "kind": "Content",
71896
+ "text": "<"
71897
+ },
71898
+ {
71899
+ "kind": "Reference",
71900
+ "text": "BorderRadius",
71901
+ "canonicalReference": "@dcl/playground-assets!BorderRadius:interface"
71902
+ },
71903
+ {
71904
+ "kind": "Content",
71905
+ "text": "> | "
71906
+ },
71907
+ {
71908
+ "kind": "Reference",
71909
+ "text": "PositionUnit",
71910
+ "canonicalReference": "@dcl/playground-assets!PositionUnit:type"
71911
+ },
71912
+ {
71913
+ "kind": "Content",
71914
+ "text": ";"
71915
+ }
71916
+ ],
71917
+ "isReadonly": false,
71918
+ "isOptional": true,
71919
+ "releaseTag": "Public",
71920
+ "name": "borderRadius",
71921
+ "propertyTypeTokenRange": {
71922
+ "startIndex": 1,
71923
+ "endIndex": 6
71924
+ }
71925
+ },
71926
+ {
71927
+ "kind": "PropertySignature",
71928
+ "canonicalReference": "@dcl/playground-assets!UiTransformProps#borderWidth:member",
71929
+ "docComment": "",
71930
+ "excerptTokens": [
71931
+ {
71932
+ "kind": "Content",
71933
+ "text": "borderWidth?: "
71934
+ },
71935
+ {
71936
+ "kind": "Reference",
71937
+ "text": "Partial",
71938
+ "canonicalReference": "!Partial:type"
71939
+ },
71940
+ {
71941
+ "kind": "Content",
71942
+ "text": "<"
71943
+ },
71944
+ {
71945
+ "kind": "Reference",
71946
+ "text": "Position",
71947
+ "canonicalReference": "@dcl/playground-assets!Position:interface"
71948
+ },
71949
+ {
71950
+ "kind": "Content",
71951
+ "text": "> | "
71952
+ },
71953
+ {
71954
+ "kind": "Reference",
71955
+ "text": "PositionUnit",
71956
+ "canonicalReference": "@dcl/playground-assets!PositionUnit:type"
71957
+ },
71958
+ {
71959
+ "kind": "Content",
71960
+ "text": ";"
71961
+ }
71962
+ ],
71963
+ "isReadonly": false,
71964
+ "isOptional": true,
71965
+ "releaseTag": "Public",
71966
+ "name": "borderWidth",
71967
+ "propertyTypeTokenRange": {
71968
+ "startIndex": 1,
71969
+ "endIndex": 6
71970
+ }
71971
+ },
71082
71972
  {
71083
71973
  "kind": "PropertySignature",
71084
71974
  "canonicalReference": "@dcl/playground-assets!UiTransformProps#display:member",