@xsolla/xui-nav-bar 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.
- package/native/index.d.mts +0 -6
- package/native/index.d.ts +0 -6
- package/package.json +3 -3
- package/web/index.d.mts +0 -6
- package/web/index.d.ts +0 -6
package/native/index.d.mts
CHANGED
|
@@ -20,9 +20,6 @@ interface NavBarProps {
|
|
|
20
20
|
* Content of the NavBar, typically StartSlot, Center, and EndSlot
|
|
21
21
|
*/
|
|
22
22
|
children?: ReactNode;
|
|
23
|
-
/**
|
|
24
|
-
* Test ID for testing frameworks
|
|
25
|
-
*/
|
|
26
23
|
testID?: string;
|
|
27
24
|
}
|
|
28
25
|
interface NavBarSlotProps {
|
|
@@ -30,9 +27,6 @@ interface NavBarSlotProps {
|
|
|
30
27
|
* Slot content
|
|
31
28
|
*/
|
|
32
29
|
children?: ReactNode;
|
|
33
|
-
/**
|
|
34
|
-
* Test ID for testing frameworks
|
|
35
|
-
*/
|
|
36
30
|
testID?: string;
|
|
37
31
|
}
|
|
38
32
|
|
package/native/index.d.ts
CHANGED
|
@@ -20,9 +20,6 @@ interface NavBarProps {
|
|
|
20
20
|
* Content of the NavBar, typically StartSlot, Center, and EndSlot
|
|
21
21
|
*/
|
|
22
22
|
children?: ReactNode;
|
|
23
|
-
/**
|
|
24
|
-
* Test ID for testing frameworks
|
|
25
|
-
*/
|
|
26
23
|
testID?: string;
|
|
27
24
|
}
|
|
28
25
|
interface NavBarSlotProps {
|
|
@@ -30,9 +27,6 @@ interface NavBarSlotProps {
|
|
|
30
27
|
* Slot content
|
|
31
28
|
*/
|
|
32
29
|
children?: ReactNode;
|
|
33
|
-
/**
|
|
34
|
-
* Test ID for testing frameworks
|
|
35
|
-
*/
|
|
36
30
|
testID?: string;
|
|
37
31
|
}
|
|
38
32
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xsolla/xui-nav-bar",
|
|
3
|
-
"version": "0.
|
|
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.
|
|
14
|
-
"@xsolla/xui-primitives-core": "0.
|
|
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
|
@@ -20,9 +20,6 @@ interface NavBarProps {
|
|
|
20
20
|
* Content of the NavBar, typically StartSlot, Center, and EndSlot
|
|
21
21
|
*/
|
|
22
22
|
children?: ReactNode;
|
|
23
|
-
/**
|
|
24
|
-
* Test ID for testing frameworks
|
|
25
|
-
*/
|
|
26
23
|
testID?: string;
|
|
27
24
|
}
|
|
28
25
|
interface NavBarSlotProps {
|
|
@@ -30,9 +27,6 @@ interface NavBarSlotProps {
|
|
|
30
27
|
* Slot content
|
|
31
28
|
*/
|
|
32
29
|
children?: ReactNode;
|
|
33
|
-
/**
|
|
34
|
-
* Test ID for testing frameworks
|
|
35
|
-
*/
|
|
36
30
|
testID?: string;
|
|
37
31
|
}
|
|
38
32
|
|
package/web/index.d.ts
CHANGED
|
@@ -20,9 +20,6 @@ interface NavBarProps {
|
|
|
20
20
|
* Content of the NavBar, typically StartSlot, Center, and EndSlot
|
|
21
21
|
*/
|
|
22
22
|
children?: ReactNode;
|
|
23
|
-
/**
|
|
24
|
-
* Test ID for testing frameworks
|
|
25
|
-
*/
|
|
26
23
|
testID?: string;
|
|
27
24
|
}
|
|
28
25
|
interface NavBarSlotProps {
|
|
@@ -30,9 +27,6 @@ interface NavBarSlotProps {
|
|
|
30
27
|
* Slot content
|
|
31
28
|
*/
|
|
32
29
|
children?: ReactNode;
|
|
33
|
-
/**
|
|
34
|
-
* Test ID for testing frameworks
|
|
35
|
-
*/
|
|
36
30
|
testID?: string;
|
|
37
31
|
}
|
|
38
32
|
|