@hoddy-ui/core 1.0.80 → 1.0.81

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/package.json +1 -1
  2. package/src/types.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hoddy-ui/core",
3
- "version": "1.0.80",
3
+ "version": "1.0.81",
4
4
  "description": "Core rich react native components written in typescript",
5
5
  "main": "index.ts",
6
6
  "repository": {
package/src/types.ts CHANGED
@@ -254,7 +254,7 @@ export interface TextFieldProps extends TextInputProps {
254
254
 
255
255
  export interface TypographyProps {
256
256
  children: ReactNode;
257
- color?: colorTypes;
257
+ color?: colorTypes & string;
258
258
  style?: TextStyle | ViewStyle;
259
259
  textCase?: "capitalize" | "uppercase" | "lowercase" | null;
260
260
  variant?: