@britannica/ui
Advanced tools
Comparing version 2.0.0-v2.7 to 2.0.0-v2.8
{ | ||
"name": "@britannica/ui", | ||
"version": "2.0.0-v2.7", | ||
"version": "2.0.0-v2.8", | ||
"description": "Britannica Consumer design system React components and TailwindCSS preset", | ||
@@ -13,3 +13,3 @@ "typings": "dist/index.d.ts", | ||
"require": "./dist/react.js", | ||
"types": "./dist/types/react" | ||
"types": "./dist/types/react/index.d.ts" | ||
}, | ||
@@ -19,3 +19,3 @@ "./tailwind-base": { | ||
"require": "./dist/tailwind-base.js", | ||
"types": "./dist/types/tailwind" | ||
"types": "./dist/types/tailwind/preset.d.ts" | ||
} | ||
@@ -22,0 +22,0 @@ }, |
204935