@xsolla/xui-pagination 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.
@@ -46,9 +46,6 @@ interface PaginationProps {
46
46
  * Custom background color for the pagination container
47
47
  */
48
48
  backgroundColor?: string;
49
- /**
50
- * Test ID for testing frameworks
51
- */
52
49
  testID?: string;
53
50
  }
54
51
 
package/native/index.d.ts CHANGED
@@ -46,9 +46,6 @@ interface PaginationProps {
46
46
  * Custom background color for the pagination container
47
47
  */
48
48
  backgroundColor?: string;
49
- /**
50
- * Test ID for testing frameworks
51
- */
52
49
  testID?: string;
53
50
  }
54
51
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xsolla/xui-pagination",
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",
@@ -10,8 +10,8 @@
10
10
  "build:native": "PLATFORM=native tsup"
11
11
  },
12
12
  "dependencies": {
13
- "@xsolla/xui-core": "0.187.3",
14
- "@xsolla/xui-primitives-core": "0.187.3"
13
+ "@xsolla/xui-core": "0.188.1",
14
+ "@xsolla/xui-primitives-core": "0.188.1"
15
15
  },
16
16
  "peerDependencies": {
17
17
  "react": ">=16.8.0"
package/web/index.d.mts CHANGED
@@ -46,9 +46,6 @@ interface PaginationProps {
46
46
  * Custom background color for the pagination container
47
47
  */
48
48
  backgroundColor?: string;
49
- /**
50
- * Test ID for testing frameworks
51
- */
52
49
  testID?: string;
53
50
  }
54
51
 
package/web/index.d.ts CHANGED
@@ -46,9 +46,6 @@ interface PaginationProps {
46
46
  * Custom background color for the pagination container
47
47
  */
48
48
  backgroundColor?: string;
49
- /**
50
- * Test ID for testing frameworks
51
- */
52
49
  testID?: string;
53
50
  }
54
51