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.0 to 0.1.1

dist/chunk-3WEMBNBG.mjs

2

dist/index.d.ts
export { Typography, TypographyProps } from './Typography.js';
export { typography } from './styles.js';
import 'react';
import 'class-variance-authority/dist/types';
import 'react';
import 'class-variance-authority';

@@ -1,1 +0,1 @@

"use strict";var e=require("./chunk-KPJVLWMT.js");var r=require("./chunk-EXW4DDTN.js");Object.defineProperty(exports,"Typography",{enumerable:true,get:function r(){return e.a}});Object.defineProperty(exports,"typography",{enumerable:true,get:function e(){return r.a}});//# sourceMappingURL=index.js.map
"use strict";var e=require("./chunk-522F6CNF.js");var r=require("./chunk-EXW4DDTN.js");Object.defineProperty(exports,"Typography",{enumerable:true,get:function r(){return e.a}});Object.defineProperty(exports,"typography",{enumerable:true,get:function e(){return r.a}});//# sourceMappingURL=index.js.map

@@ -0,3 +1,4 @@

import * as react from 'react';
import { ReactNode, HTMLAttributes } from 'react';
import * as class_variance_authority_dist_types from 'class-variance-authority/dist/types';
import * as React from 'react';
import { VariantProps } from 'class-variance-authority';

@@ -7,9 +8,9 @@ import { typography } from './styles.js';

type TypographyProps = {
children?: React.ReactNode;
children?: ReactNode;
className?: string;
asChild?: boolean;
noWrap?: boolean;
} & VariantProps<typeof typography> & React.HTMLAttributes<HTMLElement>;
declare const Typography: React.ForwardRefExoticComponent<{
children?: React.ReactNode;
} & VariantProps<typeof typography> & HTMLAttributes<HTMLElement>;
declare const Typography: react.ForwardRefExoticComponent<{
children?: ReactNode;
className?: string | undefined;

@@ -20,4 +21,4 @@ asChild?: boolean | 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>>;
} & class_variance_authority_dist_types.ClassProp) | undefined) => string> & HTMLAttributes<HTMLElement> & react.RefAttributes<any>>;
export { Typography, TypographyProps };

@@ -1,1 +0,1 @@

"use strict";var e=require("./chunk-KPJVLWMT.js");require("./chunk-EXW4DDTN.js");Object.defineProperty(exports,"Typography",{enumerable:true,get:function r(){return e.a}});//# sourceMappingURL=Typography.js.map
"use strict";var e=require("./chunk-522F6CNF.js");require("./chunk-EXW4DDTN.js");Object.defineProperty(exports,"Typography",{enumerable:true,get:function r(){return e.a}});//# sourceMappingURL=Typography.js.map
{
"name": "@mabi-ui/typography",
"version": "0.1.0",
"version": "0.1.1",
"description": "Component to style text",

@@ -5,0 +5,0 @@ "keywords": [

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