@xsolla/xui-logos-brand 0.187.3 → 0.188.1

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.
@@ -23,7 +23,6 @@ interface BrandLogoProps {
23
23
  type BrandLogoComponent = React.FC<BrandLogoProps>;
24
24
  interface BrandLogoInternalProps extends BrandLogoProps {
25
25
  content: string;
26
- /** Test ID for testing frameworks */
27
26
  testID?: string;
28
27
  }
29
28
 
package/native/index.d.ts CHANGED
@@ -23,7 +23,6 @@ interface BrandLogoProps {
23
23
  type BrandLogoComponent = React.FC<BrandLogoProps>;
24
24
  interface BrandLogoInternalProps extends BrandLogoProps {
25
25
  content: string;
26
- /** Test ID for testing frameworks */
27
26
  testID?: string;
28
27
  }
29
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xsolla/xui-logos-brand",
3
- "version": "0.187.3",
3
+ "version": "0.188.1",
4
4
  "main": "./web/index.js",
5
5
  "module": "./web/index.mjs",
6
6
  "types": "./web/index.d.ts",
package/web/index.d.mts CHANGED
@@ -23,7 +23,6 @@ interface BrandLogoProps {
23
23
  type BrandLogoComponent = React.FC<BrandLogoProps>;
24
24
  interface BrandLogoInternalProps extends BrandLogoProps {
25
25
  content: string;
26
- /** Test ID for testing frameworks */
27
26
  testID?: string;
28
27
  }
29
28
 
package/web/index.d.ts CHANGED
@@ -23,7 +23,6 @@ interface BrandLogoProps {
23
23
  type BrandLogoComponent = React.FC<BrandLogoProps>;
24
24
  interface BrandLogoInternalProps extends BrandLogoProps {
25
25
  content: string;
26
- /** Test ID for testing frameworks */
27
26
  testID?: string;
28
27
  }
29
28