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.1 to 0.1.2

dist/chunk-BQQAR7FZ.js

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 'class-variance-authority';
import 'react';

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

"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
"use strict";var e=require("./chunk-BQQAR7FZ.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
import * as class_variance_authority_dist_types from 'class-variance-authority/dist/types';
declare const typography: (props?: ({
variant?: "button" | "caption" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "subtitle1" | "subtitle2" | "body1" | "body2" | "overline" | null | undefined;
variant?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "subtitle1" | "subtitle2" | "body1" | "body2" | "button" | "caption" | "overline" | null | undefined;
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
export { typography };

@@ -1,5 +0,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 { VariantProps } from 'class-variance-authority';
import React, { ReactNode, HTMLAttributes } from 'react';
import { typography } from './styles.js';

@@ -13,3 +12,3 @@

} & VariantProps<typeof typography> & HTMLAttributes<HTMLElement>;
declare const Typography: react.ForwardRefExoticComponent<{
declare const Typography: React.ForwardRefExoticComponent<{
children?: ReactNode;

@@ -20,5 +19,5 @@ className?: string | undefined;

} & VariantProps<(props?: ({
variant?: "button" | "caption" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "subtitle1" | "subtitle2" | "body1" | "body2" | "overline" | null | undefined;
} & class_variance_authority_dist_types.ClassProp) | undefined) => string> & HTMLAttributes<HTMLElement> & react.RefAttributes<any>>;
variant?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "subtitle1" | "subtitle2" | "body1" | "body2" | "button" | "caption" | "overline" | null | undefined;
} & class_variance_authority_dist_types.ClassProp) | undefined) => string> & React.HTMLAttributes<HTMLElement> & React.RefAttributes<any>>;
export { Typography, TypographyProps };

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

"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
"use strict";var e=require("./chunk-BQQAR7FZ.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.1",
"version": "0.1.2",
"description": "Component to style text",

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

"class-variance-authority": "^0.6.0",
"@mabi-ui/utils": "0.1.0"
"@mabi-ui/utils": "0.1.1"
},

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

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

@@ -47,0 +47,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