@dcl/playground-assets 7.3.26-6646745289.commit-df58413 → 7.3.26-6657946259.commit-cf136d8

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 CHANGED
@@ -6664,10 +6664,10 @@ export declare interface UiTransformProps {
6664
6664
  padding?: Partial<Position> | PositionShorthand;
6665
6665
  /** The margin shorthand property sets the margin area on all four sides of an element. */
6666
6666
  margin?: Partial<Position> | PositionShorthand;
6667
- /** The width property specifies the width of an element. */
6668
- width?: PositionUnit;
6669
- /** The height property specifies the height of an element. */
6670
- height?: PositionUnit;
6667
+ /** The width property specifies the width of an element. Using 'auto' as value makes it adapt to its content. */
6668
+ width?: PositionUnit | 'auto';
6669
+ /** The height property specifies the height of an element. Using 'auto' as value makes it adapt to its content. */
6670
+ height?: PositionUnit | 'auto';
6671
6671
  /** The min-width property sets the minimum width of an element. */
6672
6672
  minWidth?: PositionUnit;
6673
6673
  /** The max-width property sets the maximum width of an element. */
package/dist/beta.d.ts CHANGED
@@ -6640,10 +6640,10 @@ export declare interface UiTransformProps {
6640
6640
  padding?: Partial<Position> | PositionShorthand;
6641
6641
  /** The margin shorthand property sets the margin area on all four sides of an element. */
6642
6642
  margin?: Partial<Position> | PositionShorthand;
6643
- /** The width property specifies the width of an element. */
6644
- width?: PositionUnit;
6645
- /** The height property specifies the height of an element. */
6646
- height?: PositionUnit;
6643
+ /** The width property specifies the width of an element. Using 'auto' as value makes it adapt to its content. */
6644
+ width?: PositionUnit | 'auto';
6645
+ /** The height property specifies the height of an element. Using 'auto' as value makes it adapt to its content. */
6646
+ height?: PositionUnit | 'auto';
6647
6647
  /** The min-width property sets the minimum width of an element. */
6648
6648
  minWidth?: PositionUnit;
6649
6649
  /** The max-width property sets the maximum width of an element. */
@@ -6640,10 +6640,10 @@ export declare interface UiTransformProps {
6640
6640
  padding?: Partial<Position> | PositionShorthand;
6641
6641
  /** The margin shorthand property sets the margin area on all four sides of an element. */
6642
6642
  margin?: Partial<Position> | PositionShorthand;
6643
- /** The width property specifies the width of an element. */
6644
- width?: PositionUnit;
6645
- /** The height property specifies the height of an element. */
6646
- height?: PositionUnit;
6643
+ /** The width property specifies the width of an element. Using 'auto' as value makes it adapt to its content. */
6644
+ width?: PositionUnit | 'auto';
6645
+ /** The height property specifies the height of an element. Using 'auto' as value makes it adapt to its content. */
6646
+ height?: PositionUnit | 'auto';
6647
6647
  /** The min-width property sets the minimum width of an element. */
6648
6648
  minWidth?: PositionUnit;
6649
6649
  /** The max-width property sets the maximum width of an element. */