@xsolla/xui-radio-group 0.150.0 → 0.151.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/README.md +0 -6
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -6,8 +6,6 @@ A cross-platform React radio group component that manages single selection acros
|
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
8
|
npm install @xsolla/xui-radio-group @xsolla/xui-radio
|
|
9
|
-
# or
|
|
10
|
-
yarn add @xsolla/xui-radio-group @xsolla/xui-radio
|
|
11
9
|
```
|
|
12
10
|
|
|
13
11
|
## Demo
|
|
@@ -246,10 +244,6 @@ Child Radio components automatically:
|
|
|
246
244
|
- Call the group's onChange when selected
|
|
247
245
|
- Inherit size and disabled props from the group
|
|
248
246
|
|
|
249
|
-
## Theming
|
|
250
|
-
|
|
251
|
-
RadioGroup uses flexbox layout with theme-based spacing. Child Radio components use the design system theme for colors.
|
|
252
|
-
|
|
253
247
|
## Accessibility
|
|
254
248
|
|
|
255
249
|
- RadioGroup provides proper grouping semantics
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xsolla/xui-radio-group",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.151.0",
|
|
4
4
|
"main": "./web/index.js",
|
|
5
5
|
"module": "./web/index.mjs",
|
|
6
6
|
"types": "./web/index.d.ts",
|
|
@@ -10,9 +10,9 @@
|
|
|
10
10
|
"build:native": "PLATFORM=native tsup"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xsolla/xui-core": "0.
|
|
14
|
-
"@xsolla/xui-primitives-core": "0.
|
|
15
|
-
"@xsolla/xui-radio": "0.
|
|
13
|
+
"@xsolla/xui-core": "0.151.0",
|
|
14
|
+
"@xsolla/xui-primitives-core": "0.151.0",
|
|
15
|
+
"@xsolla/xui-radio": "0.151.0"
|
|
16
16
|
},
|
|
17
17
|
"peerDependencies": {
|
|
18
18
|
"react": ">=16.8.0",
|