@cdx-ui/components 0.0.1-beta.18 → 0.0.1-beta.19
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 +7 -7
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -59,13 +59,13 @@ module.exports = withCdxMetroConfig(config, {
|
|
|
59
59
|
|
|
60
60
|
For convenience, the package re-exports several core RN components and hooks with Uniwind `className` support:
|
|
61
61
|
|
|
62
|
-
| Export
|
|
63
|
-
|
|
|
64
|
-
| `View`
|
|
65
|
-
| `ScrollView`
|
|
66
|
-
| `KeyboardAvoidingView` | `react-native`
|
|
67
|
-
| `SafeAreaView`
|
|
68
|
-
| `useSafeAreaInsets`
|
|
62
|
+
| Export | Source |
|
|
63
|
+
| ---------------------- | -------------------------------- |
|
|
64
|
+
| `View` | `react-native` |
|
|
65
|
+
| `ScrollView` | `react-native` |
|
|
66
|
+
| `KeyboardAvoidingView` | `react-native` |
|
|
67
|
+
| `SafeAreaView` | `react-native-safe-area-context` |
|
|
68
|
+
| `useSafeAreaInsets` | `react-native-safe-area-context` |
|
|
69
69
|
|
|
70
70
|
## Figma Code Connect
|
|
71
71
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cdx-ui/components",
|
|
3
|
-
"version": "0.0.1-beta.
|
|
3
|
+
"version": "0.0.1-beta.19",
|
|
4
4
|
"main": "lib/commonjs/index.js",
|
|
5
5
|
"module": "lib/module/index.js",
|
|
6
6
|
"react-native": "src/index.ts",
|
|
@@ -67,9 +67,9 @@
|
|
|
67
67
|
"@gorhom/bottom-sheet": "^5.2.6",
|
|
68
68
|
"class-variance-authority": "^0.7.1",
|
|
69
69
|
"uniwind": "1.6.1",
|
|
70
|
-
"@cdx-ui/primitives": "0.0.1-beta.
|
|
71
|
-
"@cdx-ui/utils": "0.0.1-beta.
|
|
72
|
-
"@cdx-ui/icons": "0.0.1-beta.
|
|
70
|
+
"@cdx-ui/primitives": "0.0.1-beta.19",
|
|
71
|
+
"@cdx-ui/utils": "0.0.1-beta.19",
|
|
72
|
+
"@cdx-ui/icons": "0.0.1-beta.19"
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
75
75
|
"@types/react": "*",
|