@jamsr-ui/typography
Advanced tools
Comparing version 0.0.32 to 0.0.33
"use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client" | ||
"use client";var _chunk7QYXDTGXjs = require('./chunk-7QYXDTGX.js');var _chunkK3DNTHHBjs = require('./chunk-K3DNTHHB.js');exports.Typography = _chunk7QYXDTGXjs.a; exports.typographyVariants = _chunkK3DNTHHBjs.a; | ||
"use client";var _chunkJQARB5FAjs = require('./chunk-JQARB5FA.js');var _chunkCPFJX57Tjs = require('./chunk-CPFJX57T.js');exports.Typography = _chunkJQARB5FAjs.a; exports.typographyVariants = _chunkCPFJX57Tjs.a; |
@@ -13,9 +13,7 @@ import * as tailwind_variants from 'tailwind-variants'; | ||
h6: string; | ||
subtitle: string; | ||
subtitle2: string; | ||
caption: string; | ||
body: string; | ||
body1: string; | ||
body2: string; | ||
caption: string; | ||
"display-bold": string; | ||
display: string; | ||
body3: string; | ||
}; | ||
@@ -48,9 +46,7 @@ gradient: { | ||
h6: string; | ||
subtitle: string; | ||
subtitle2: string; | ||
caption: string; | ||
body: string; | ||
body1: string; | ||
body2: string; | ||
caption: string; | ||
"display-bold": string; | ||
display: string; | ||
body3: string; | ||
}; | ||
@@ -83,9 +79,7 @@ gradient: { | ||
h6: string; | ||
subtitle: string; | ||
subtitle2: string; | ||
caption: string; | ||
body: string; | ||
body1: string; | ||
body2: string; | ||
caption: string; | ||
"display-bold": string; | ||
display: string; | ||
body3: string; | ||
}; | ||
@@ -118,9 +112,7 @@ gradient: { | ||
h6: string; | ||
subtitle: string; | ||
subtitle2: string; | ||
caption: string; | ||
body: string; | ||
body1: string; | ||
body2: string; | ||
caption: string; | ||
"display-bold": string; | ||
display: string; | ||
body3: string; | ||
}; | ||
@@ -153,9 +145,7 @@ gradient: { | ||
h6: string; | ||
subtitle: string; | ||
subtitle2: string; | ||
caption: string; | ||
body: string; | ||
body1: string; | ||
body2: string; | ||
caption: string; | ||
"display-bold": string; | ||
display: string; | ||
body3: string; | ||
}; | ||
@@ -188,9 +178,7 @@ gradient: { | ||
h6: string; | ||
subtitle: string; | ||
subtitle2: string; | ||
caption: string; | ||
body: string; | ||
body1: string; | ||
body2: string; | ||
caption: string; | ||
"display-bold": string; | ||
display: string; | ||
body3: string; | ||
}; | ||
@@ -223,9 +211,7 @@ gradient: { | ||
h6: string; | ||
subtitle: string; | ||
subtitle2: string; | ||
caption: string; | ||
body: string; | ||
body1: string; | ||
body2: string; | ||
caption: string; | ||
"display-bold": string; | ||
display: string; | ||
body3: string; | ||
}; | ||
@@ -232,0 +218,0 @@ gradient: { |
"use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client" | ||
var _chunkK3DNTHHBjs = require('./chunk-K3DNTHHB.js');exports.typographyVariants = _chunkK3DNTHHBjs.a; | ||
var _chunkCPFJX57Tjs = require('./chunk-CPFJX57T.js');exports.typographyVariants = _chunkCPFJX57Tjs.a; |
@@ -8,5 +8,7 @@ import * as react_jsx_runtime from 'react/jsx-runtime'; | ||
type TypographyProps = TypographyVariants; | ||
declare const Typography: <T extends react.ElementType<any, keyof react.JSX.IntrinsicElements> = "div">(props: ComponentPropsWithAs<T, TypographyProps>) => react_jsx_runtime.JSX.Element; | ||
type TypographyProps<T extends React.ElementType = "div"> = Omit<ComponentPropsWithAs<T, TypographyVariants>, "as"> & { | ||
as: T; | ||
}; | ||
declare const Typography: <T extends react.ElementType<any, keyof react.JSX.IntrinsicElements> = "div">(props: TypographyProps<T>) => react_jsx_runtime.JSX.Element; | ||
export { Typography, type TypographyProps }; |
"use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client" | ||
var _chunk7QYXDTGXjs = require('./chunk-7QYXDTGX.js');require('./chunk-K3DNTHHB.js');exports.Typography = _chunk7QYXDTGXjs.a; | ||
var _chunkJQARB5FAjs = require('./chunk-JQARB5FA.js');require('./chunk-CPFJX57T.js');exports.Typography = _chunkJQARB5FAjs.a; |
{ | ||
"name": "@jamsr-ui/typography", | ||
"version": "0.0.32", | ||
"version": "0.0.33", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.mjs", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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 2 instances 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 2 instances in 1 package
16229
278