@cdx-ui/components 0.0.1-beta.13 → 0.0.1-beta.14

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 +3 -2
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -15,7 +15,8 @@ pnpm add @cdx-ui/components
15
15
  - `react` >= 18.0.0
16
16
  - `react-native` >= 0.74.0 _(optional — for native targets)_
17
17
  - `react-native-web` >= 0.19.0 _(optional — for web targets)_
18
- - `uniwind` >= 1.3.0 _(optional — for styled usage)_
18
+
19
+ > **Note:** `uniwind` (1.6.x) is a direct dependency — it is bundled automatically and does not need to be installed separately.
19
20
 
20
21
  ## Usage
21
22
 
@@ -35,7 +36,7 @@ Component stories live in [`apps/storybook`](../../apps/storybook/). See the ful
35
36
 
36
37
  ### Components
37
38
 
38
- AlertDialog, Avatar, BottomSheet, Button, Card, Checkbox, Chip, Dialog, Field, Form, Heading, HStack / VStack, Icon, IconButton, Image, Input, Link, ListItem, OtpInput, ProgressBar, ProgressSegmented, Radio, Select, Switch, Text, VirtualizedList.
39
+ AlertDialog, Avatar, BottomSheet, Button, Card, Checkbox, Chip, Dialog, Field, Form, Heading, HStack / VStack, Icon, IconButton, Image, Input, Link, ListItem, OtpInput, ProgressBar, ProgressSegmented, Radio, Select, Switch, Text, Tile, VirtualizedList.
39
40
 
40
41
  > `Box` is exported but deprecated — use React Native's `View` directly.
41
42
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cdx-ui/components",
3
- "version": "0.0.1-beta.13",
3
+ "version": "0.0.1-beta.14",
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/utils": "0.0.1-beta.13",
71
- "@cdx-ui/icons": "0.0.1-beta.13",
72
- "@cdx-ui/primitives": "0.0.1-beta.13"
70
+ "@cdx-ui/primitives": "0.0.1-beta.14",
71
+ "@cdx-ui/utils": "0.0.1-beta.14",
72
+ "@cdx-ui/icons": "0.0.1-beta.14"
73
73
  },
74
74
  "devDependencies": {
75
75
  "@types/react": "*",