@cdx-ui/components 0.0.1-beta.17 → 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.
Files changed (2) hide show
  1. package/README.md +9 -9
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -12,8 +12,8 @@ pnpm add @cdx-ui/components
12
12
 
13
13
  ### Peer dependencies
14
14
 
15
- - `react` >= 18.0.0
16
- - `react-native` >= 0.74.0 _(optional — for native targets)_
15
+ - `react` ^18.2.0 or ^19.0.0
16
+ - `react-native` >= 0.76.0 _(optional — for native targets)_
17
17
  - `react-native-web` >= 0.19.0 _(optional — for web targets)_
18
18
 
19
19
  > **Note:** `uniwind` (1.6.x) is a direct dependency — it is bundled automatically and does not need to be installed separately.
@@ -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 | 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` |
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.17",
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.17",
71
- "@cdx-ui/utils": "0.0.1-beta.17",
72
- "@cdx-ui/icons": "0.0.1-beta.17"
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": "*",