Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@mabi-ui/typography

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mabi-ui/typography - npm Package Compare versions

Comparing version 0.1.15 to 0.1.16

2

dist/styles.d.ts
import * as class_variance_authority_dist_types from 'class-variance-authority/dist/types';
declare const typography: (props?: ({
variant?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "subtitle1" | "subtitle2" | "body1" | "body2" | "button" | "caption" | "overline" | null | undefined;
variant?: "button" | "caption" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "subtitle1" | "subtitle2" | "body1" | "body2" | "overline" | null | undefined;
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
export { typography };

@@ -18,5 +18,5 @@ import * as class_variance_authority_dist_types from 'class-variance-authority/dist/types';

} & VariantProps<(props?: ({
variant?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "subtitle1" | "subtitle2" | "body1" | "body2" | "button" | "caption" | "overline" | null | undefined;
variant?: "button" | "caption" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "subtitle1" | "subtitle2" | "body1" | "body2" | "overline" | null | undefined;
} & class_variance_authority_dist_types.ClassProp) | undefined) => string> & React.HTMLAttributes<HTMLElement> & React.RefAttributes<any>>;
export { Typography, TypographyProps };
{
"name": "@mabi-ui/typography",
"version": "0.1.15",
"version": "0.1.16",
"description": "Component to style text",

@@ -29,4 +29,4 @@ "keywords": [

"class-variance-authority": "^0.6.0",
"@mabi-ui/utils": "0.1.8",
"@mabi-ui/preflight": "0.1.2"
"@mabi-ui/preflight": "0.1.2",
"@mabi-ui/utils": "0.1.9"
},

@@ -43,5 +43,5 @@ "devDependencies": {

"@types/react-dom": "^18.0",
"@mabi-ui/eslint-config": "0.1.1",
"@mabi-ui/tsconfig": "0.1.15",
"@mabi-ui/tsup-config": "0.1.2",
"@mabi-ui/eslint-config": "0.1.1"
"@mabi-ui/tsup-config": "0.1.2"
},

@@ -48,0 +48,0 @@ "peerDependencies": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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