@cdx-ui/components 0.0.1-beta.5 → 0.0.1-beta.6

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 +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -35,7 +35,7 @@ Component stories live in [`apps/storybook`](../../apps/storybook/). See the ful
35
35
 
36
36
  ### Components
37
37
 
38
- AlertDialog, Avatar, BottomSheet, Button, Card, Checkbox, Chip, Dialog, Field, Form, Heading, HStack / VStack, Icon, IconButton, Image, Input, Link, OtpInput, ProgressBar, ProgressSegmented, Select, Switch, Text, VirtualizedList.
38
+ AlertDialog, Avatar, BottomSheet, Button, Card, Checkbox, Chip, Dialog, Field, Form, Heading, HStack / VStack, Icon, IconButton, Image, Input, Link, ListItem, OtpInput, ProgressBar, ProgressSegmented, Select, Switch, Text, VirtualizedList.
39
39
 
40
40
  > `Box` is exported but deprecated — use React Native's `View` directly.
41
41
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cdx-ui/components",
3
- "version": "0.0.1-beta.5",
3
+ "version": "0.0.1-beta.6",
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.5",
71
- "@cdx-ui/icons": "0.0.1-beta.5",
72
- "@cdx-ui/utils": "0.0.1-beta.5"
70
+ "@cdx-ui/primitives": "0.0.1-beta.6",
71
+ "@cdx-ui/utils": "0.0.1-beta.6",
72
+ "@cdx-ui/icons": "0.0.1-beta.6"
73
73
  },
74
74
  "devDependencies": {
75
75
  "@types/react": "*",