@cdx-ui/primitives 0.0.1-beta.13 → 0.0.1-beta.15

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 +4 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -12,8 +12,9 @@ pnpm add @cdx-ui/primitives
12
12
 
13
13
  ### Peer dependencies
14
14
 
15
- - `react` >= 18.0.0
16
- - `react-native` >= 0.74.0 _(optional)_
15
+ - `react` ^18.2.0 || ^19.0.0
16
+ - `react-native` >= 0.76.0 _(optional)_
17
+ - `react-native-reanimated` >= 3.0.0
17
18
  - `react-native-web` >= 0.19.0 _(optional)_
18
19
 
19
20
  ## Factory functions
@@ -36,6 +37,7 @@ Each `create*` factory accepts a map of base React Native components and returns
36
37
  | `createListItem` | `ListItem` + `.LeadingSlot` `.Content` `.Title` `.Description` `.Meta` `.TrailingSlot` `.SectionHeader` |
37
38
  | `createOtpInput` | `OtpInput` + `.Cell` `.Field` |
38
39
  | `createProgress` | `Progress` + `.Indicator` |
40
+ | `createTile` | `Tile` + `.Group` `.LeadingSlot` `.Content` `.Title` `.Description` `.Indicator` `.TrailingSlot` |
39
41
 
40
42
  ### Utility exports
41
43
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cdx-ui/primitives",
3
- "version": "0.0.1-beta.13",
3
+ "version": "0.0.1-beta.15",
4
4
  "main": "lib/commonjs/index.js",
5
5
  "module": "lib/module/index.js",
6
6
  "react-native": "src/index.ts",
@@ -60,7 +60,7 @@
60
60
  "@react-stately/checkbox": "3.7.4",
61
61
  "@react-stately/radio": "3.12.0",
62
62
  "@react-stately/toggle": "3.9.4",
63
- "@cdx-ui/utils": "0.0.1-beta.13"
63
+ "@cdx-ui/utils": "0.0.1-beta.15"
64
64
  },
65
65
  "devDependencies": {
66
66
  "@types/react": "*",