formidable-oss-badges
Advanced tools
Comparing version 1.7.0 to 1.7.1
import { CSSProperties, SVGProps } from "react"; | ||
import * as featuredLogos from "./assets/featuredLogos"; | ||
type Props = SVGProps<SVGElement> & { | ||
name: keyof typeof featuredLogos.default; | ||
name: Exclude<keyof typeof featuredLogos.default, `${string}Simple`>; | ||
className?: string; | ||
@@ -6,0 +6,0 @@ isHoverable?: boolean; |
{ | ||
"name": "formidable-oss-badges", | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"description": "Badges for Formidable OSS", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
635329