@onlynative/components 0.0.0-alpha.2 → 0.0.0-alpha.3

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/llms.txt +2 -2
  2. package/package.json +3 -3
package/llms.txt CHANGED
@@ -1,7 +1,7 @@
1
1
  # @onlynative/components — MD3 UI Components for React Native
2
2
 
3
- > Version: 0.0.0-alpha.2
4
- > Peer deps: @onlynative/core >=0.0.0-alpha.2, react >=18, react-native >=0.72, react-native-safe-area-context >=4
3
+ > Version: 0.0.0-alpha.3
4
+ > Peer deps: @onlynative/core >=0.0.0-alpha.3, react >=18, react-native >=0.72, react-native-safe-area-context >=4
5
5
  > Optional: @expo/vector-icons >=14 (only needed for icon props)
6
6
 
7
7
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onlynative/components",
3
- "version": "0.0.0-alpha.2",
3
+ "version": "0.0.0-alpha.3",
4
4
  "description": "Material Design 3 UI components for React Native, part of OnlyNative UI.",
5
5
  "private": false,
6
6
  "sideEffects": false,
@@ -155,7 +155,7 @@
155
155
  ],
156
156
  "peerDependencies": {
157
157
  "@expo/vector-icons": ">=14.0.0",
158
- "@onlynative/core": ">=0.0.0-alpha.2",
158
+ "@onlynative/core": ">=0.0.0-alpha.3",
159
159
  "react": ">=18.0.0",
160
160
  "react-native": ">=0.72.0",
161
161
  "react-native-safe-area-context": ">=4.0.0"
@@ -176,7 +176,7 @@
176
176
  "react-test-renderer": "19.1.0",
177
177
  "tsup": "^8.0.0",
178
178
  "typescript": "^5.0.0",
179
- "@onlynative/core": "0.0.0-alpha.2",
179
+ "@onlynative/core": "0.0.0-alpha.3",
180
180
  "@onlynative/utils": "0.1.0-alpha.3"
181
181
  },
182
182
  "scripts": {