@gapo_types/typography
Advanced tools
Comparing version 0.0.2 to 0.1.0
{ | ||
"name": "@gapo_types/typography", | ||
"version": "0.0.2", | ||
"version": "0.1.0", | ||
"description": "Gapo UI components in React", | ||
@@ -18,5 +18,5 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@gapo_types/shared": "^0.1.4" | ||
"@gapo_types/shared": "^0.2.0" | ||
}, | ||
"gitHead": "5cd5eb6154a4f42e25909bce7ec77fbbfdd0a833" | ||
"gitHead": "40d0e7730786591422a79de0704c68dbab81526b" | ||
} |
@@ -7,2 +7,3 @@ import { | ||
CustomStyleProps, | ||
ColorVersion, | ||
} from '@gapo_types/shared' | ||
@@ -13,3 +14,3 @@ import {ElementType, JSXElementConstructor, MouseEvent, ReactNode} from 'react' | ||
extends DOMProps, | ||
ViewStyleProps, | ||
ViewStyleProps<ColorVersion>, | ||
CustomStyleProps { | ||
@@ -16,0 +17,0 @@ /** |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2142
54
+ Added@gapo_types/shared@0.2.3(transitive)
- Removed@gapo_types/shared@0.1.4(transitive)
Updated@gapo_types/shared@^0.2.0