@expo/html-elements
Advanced tools
Comparing version 0.11.1 to 0.11.2-canary-20250114-804e26d
import { ClassAttributes, ComponentProps, ComponentType } from 'react'; | ||
import { StyleProp, View as NativeView, ViewStyle as NativeViewStyle, BoxShadowValue, FilterFunction } from 'react-native'; | ||
import { StyleProp, View as NativeView, ViewStyle as NativeViewStyle, BoxShadowValue, FilterFunction, type ColorValue } from 'react-native'; | ||
type NativeViewProps = ComponentProps<typeof NativeView> & ClassAttributes<typeof NativeView>; | ||
@@ -79,3 +79,3 @@ /** | ||
/** @platform web */ | ||
outlineColor?: string; | ||
outlineColor?: ColorValue; | ||
/** @platform web */ | ||
@@ -82,0 +82,0 @@ overflowX?: string; |
@@ -11,2 +11,4 @@ # Changelog | ||
- change type of `outlineColor` to `ColorValue` to support react-native 0.77 ([#33946](https://github.com/expo/expo/pull/33946) by [@vonovak](https://github.com/vonovak)) | ||
### 💡 Others | ||
@@ -13,0 +15,0 @@ |
{ | ||
"name": "@expo/html-elements", | ||
"version": "0.11.1", | ||
"version": "0.11.2-canary-20250114-804e26d", | ||
"description": "Universal semantic HTML React components for iOS, Android, web, and desktop", | ||
@@ -60,5 +60,5 @@ "main": "build/Elements.js", | ||
"devDependencies": { | ||
"expo-module-scripts": "^4.0.3" | ||
"expo-module-scripts": "4.0.4-canary-20250114-804e26d" | ||
}, | ||
"gitHead": "986a4689b91f3efc527f7178a320b987c0005842" | ||
"gitHead": "804e26d8545f2b890dfa80eeb8122036f38d4d0c" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
188165
95