New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@modulz/primitives

Package Overview
Dependencies
Maintainers
4
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@modulz/primitives - npm Package Compare versions

Comparing version 0.0.1-27 to 0.0.1-28

8

dist/components/Link.d.ts

@@ -12,3 +12,5 @@ /// <reference types="react" />

declare type LinkSystemProps = BoxSystemProps;
export declare type LinkProps = LinkDOMProps & LinkStyleConfigProp & LinkSystemProps;
export declare type LinkProps = LinkDOMProps & LinkStyleConfigProp & LinkSystemProps & {
as?: React.ReactElement<any>;
};
export declare const Link: import("styled-components").StyledComponent<"a", any, {

@@ -18,3 +20,5 @@ 'data-part-id': string;

ref?: ((instance: HTMLAnchorElement | null) => void) | import("react").RefObject<HTMLAnchorElement> | null | undefined;
} & LinkStyleConfigProp & import("@modulz/radix-system").SpaceSetProps & import("@modulz/radix-system").SxProp, "data-part-id">;
} & LinkStyleConfigProp & import("@modulz/radix-system").SpaceSetProps & import("@modulz/radix-system").SxProp & {
as?: import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, string | any | (new (props: any) => import("react").Component<any, any, any>)> | null) | (new (props: any) => import("react").Component<any, any, any>)> | undefined;
}, "data-part-id">;
export {};
{
"name": "@modulz/primitives",
"version": "0.0.1-27",
"version": "0.0.1-28",
"description": "Accessible and customisable primitives for the web",

@@ -5,0 +5,0 @@ "author": "Pedro Duarte <pedro@modulz.app>",

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc