@xsolla/xui-b2c-transaction-cell 0.158.0 → 0.159.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.
package/web/index.mjs CHANGED
@@ -3784,6 +3784,8 @@ var Text = ({
3784
3784
  className,
3785
3785
  id,
3786
3786
  role,
3787
+ testID,
3788
+ "data-testid": dataTestId,
3787
3789
  numberOfLines: _numberOfLines,
3788
3790
  ...props
3789
3791
  }) => {
@@ -3794,7 +3796,8 @@ var Text = ({
3794
3796
  style,
3795
3797
  className,
3796
3798
  id,
3797
- role
3799
+ role,
3800
+ "data-testid": dataTestId || testID
3798
3801
  }
3799
3802
  );
3800
3803
  };