@gapo_types/shared
Advanced tools
Comparing version 0.2.1 to 0.2.2
{ | ||
"name": "@gapo_types/shared", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Gapo UI components in React", | ||
@@ -24,3 +24,3 @@ "license": "Apache-2.0", | ||
}, | ||
"gitHead": "b1ea254de296a6c92b4da8ffb5bf1cb72768ad25" | ||
"gitHead": "c53af175c959838e56081c094689439a180ece35" | ||
} |
@@ -40,2 +40,34 @@ export * from '@react-types/shared' | ||
export type GapoOtherColorValue = | ||
| 'red' | ||
| 'orange' | ||
| 'yellow' | ||
| 'lime' | ||
| 'green' | ||
| 'teal' | ||
| 'blue' | ||
| 'indigo' | ||
| 'purple' | ||
| 'pink' | ||
| 'redLight' | ||
| 'orangeLight' | ||
| 'yellowLight' | ||
| 'limeLight' | ||
| 'greenLight' | ||
| 'tealLight' | ||
| 'blueLight' | ||
| 'indigoLight' | ||
| 'purpleLight' | ||
| 'pinkLight' | ||
| 'redDark' | ||
| 'orangeDark' | ||
| 'yellowDark' | ||
| 'limeDark' | ||
| 'greenDark' | ||
| 'tealDark' | ||
| 'blueDark' | ||
| 'indigoDark' | ||
| 'purpleDark' | ||
| 'pinkDark' | ||
export type GapoTypographyVariantValue = | ||
@@ -42,0 +74,0 @@ | 'displayXXLarge' |
2803
98