Socket
Socket
Sign inDemoInstall

@mbao01/ui

Package Overview
Dependencies
229
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.25 to 0.1.26

1

dist/types/components/Link/constant.d.ts
export declare const getLinkClasses: (props?: ({
variant?: "accent" | "default" | "error" | "info" | "link" | "neutral" | "primary" | "secondary" | "success" | "warning" | null | undefined;
hover?: boolean | null | undefined;
underline?: boolean | null | undefined;
} & import("class-variance-authority/types").ClassProp) | undefined) => string;

2

dist/types/components/Link/Link.d.ts
import { type LinkProps } from "./types";
export declare const Link: ({ href, hover, target, variant, children, className, ...props }: LinkProps) => import("react/jsx-runtime").JSX.Element;
export declare const Link: ({ href, hover, target, variant, children, className, underline, ...props }: LinkProps) => import("react/jsx-runtime").JSX.Element;
{
"name": "@mbao01/ui",
"private": false,
"version": "0.1.25",
"version": "0.1.26",
"type": "module",

@@ -43,3 +43,3 @@ "author": "Ayomide Bakare",

"dependencies": {
"@mbao01/common": "^0.0.24",
"@mbao01/common": "^0.0.25",
"@radix-ui/react-icons": "^1.3.0",

@@ -91,3 +91,3 @@ "clsx": "^2.1.0"

},
"gitHead": "b95f089ac1b19964127f550809c9943b2766749f"
"gitHead": "21b244318df301268ee408b187aa8bf776e9f298"
}

@@ -20,3 +20,6 @@ import { cva } from "@mbao01/common/libs";

},
underline: {
false: "no-underline",
},
},
});

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc