@jamsr-ui/text
Advanced tools
Comparing version 0.0.5 to 0.0.6
"use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client" | ||
"use client";var _chunkT5XAJ3NGjs = require('./chunk-T5XAJ3NG.js');var _chunkBFQTDUVAjs = require('./chunk-BFQTDUVA.js');exports.Text = _chunkT5XAJ3NGjs.a; exports.textVariants = _chunkBFQTDUVAjs.b; | ||
"use client";var _chunkP57TRE4Kjs = require('./chunk-P57TRE4K.js');var _chunkBFQTDUVAjs = require('./chunk-BFQTDUVA.js');exports.Text = _chunkP57TRE4Kjs.a; exports.textVariants = _chunkBFQTDUVAjs.b; |
@@ -7,3 +7,4 @@ import { TextVariants } from './styles.js'; | ||
type TextProps<T extends React.ElementType = "div"> = Omit<ComponentPropsWithAs<T, TextVariants>, "as"> & { | ||
type Props = TextVariants; | ||
type TextProps<T extends React.ElementType = "div"> = Props & Omit<ComponentPropsWithAs<T, TextVariants>, "as"> & { | ||
as: T; | ||
@@ -10,0 +11,0 @@ }; |
"use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client" | ||
var _chunkT5XAJ3NGjs = require('./chunk-T5XAJ3NG.js');require('./chunk-BFQTDUVA.js');exports.Text = _chunkT5XAJ3NGjs.a; | ||
var _chunkP57TRE4Kjs = require('./chunk-P57TRE4K.js');require('./chunk-BFQTDUVA.js');exports.Text = _chunkP57TRE4Kjs.a; |
{ | ||
"name": "@jamsr-ui/text", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"peerDependencies": { | ||
@@ -9,4 +9,4 @@ "react-dom": "^19.0.0", | ||
"dependencies": { | ||
"@jamsr-ui/styles": "^0.0.17", | ||
"@jamsr-ui/utils": "^0.0.74" | ||
"@jamsr-ui/utils": "^0.0.75", | ||
"@jamsr-ui/styles": "^0.0.18" | ||
}, | ||
@@ -28,3 +28,2 @@ "exports": { | ||
"JamsrUI", | ||
"Jamsr UI", | ||
"jamsr-ui", | ||
@@ -31,0 +30,0 @@ "TypeScript" |
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 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
18470
299
+ Added@jamsr-ui/styles@0.0.18(transitive)
+ Added@jamsr-ui/utils@0.0.75(transitive)
+ Addedtailwind-variants@0.3.0(transitive)
- Removed@jamsr-ui/styles@0.0.17(transitive)
- Removed@jamsr-ui/utils@0.0.74(transitive)
- Removedtailwind-variants@0.2.1(transitive)
Updated@jamsr-ui/styles@^0.0.18
Updated@jamsr-ui/utils@^0.0.75