@mabi-ui/typography
Advanced tools
Comparing version 0.1.0 to 0.1.1
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
54
16314