@jamsr-ui/card
Advanced tools
Comparing version 0.0.22 to 0.0.23
@@ -0,1 +1,2 @@ | ||
import * as react_jsx_runtime from 'react/jsx-runtime'; | ||
import * as react from 'react'; | ||
@@ -5,4 +6,4 @@ import { ComponentPropsWithAs } from '@jamsr-ui/utils'; | ||
type CardContentProps = NonNullable<unknown>; | ||
declare const CardContent: react.ForwardRefExoticComponent<Omit<ComponentPropsWithAs<react.ElementType<any, keyof react.JSX.IntrinsicElements>, {}>, "ref"> & react.RefAttributes<HTMLDivElement>>; | ||
declare const CardContent: <T extends react.ElementType<any, keyof react.JSX.IntrinsicElements> = "div">(props: ComponentPropsWithAs<T, CardContentProps>) => react_jsx_runtime.JSX.Element; | ||
export { CardContent, type CardContentProps }; |
"use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client" | ||
var _chunkK3MHOWPUjs = require('./chunk-K3MHOWPU.js');exports.CardContent = _chunkK3MHOWPUjs.a; | ||
var _chunkIWCOLT4Njs = require('./chunk-IWCOLT4N.js');exports.CardContent = _chunkIWCOLT4Njs.a; |
@@ -1,7 +0,8 @@ | ||
import * as _jamsr_ui_utils from '@jamsr-ui/utils'; | ||
import { UIProps } from '@jamsr-ui/utils'; | ||
import * as react_jsx_runtime from 'react/jsx-runtime'; | ||
import * as react from 'react'; | ||
import { ComponentPropsWithAs } from '@jamsr-ui/utils'; | ||
type CardFooterProps = UIProps<"div">; | ||
declare const CardFooter: _jamsr_ui_utils.InternalForwardRefRenderFunction<"div", CardFooterProps, never>; | ||
type CardFooterProps = {}; | ||
declare const CardFooter: <T extends react.ElementType<any, keyof react.JSX.IntrinsicElements> = "div">(props: ComponentPropsWithAs<T, CardFooterProps>) => react_jsx_runtime.JSX.Element; | ||
export { CardFooter, type CardFooterProps }; |
"use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client" | ||
var _chunkWQ2WYVFLjs = require('./chunk-WQ2WYVFL.js');exports.CardFooter = _chunkWQ2WYVFLjs.a; | ||
var _chunk27DGAJH5js = require('./chunk-27DGAJH5.js');exports.CardFooter = _chunk27DGAJH5js.a; |
import * as react_jsx_runtime from 'react/jsx-runtime'; | ||
import * as react from 'react'; | ||
import { ForwardedRef } from 'react'; | ||
import { ComponentPropsWithAs } from '@jamsr-ui/utils'; | ||
@@ -14,5 +13,4 @@ | ||
}; | ||
declare const CardHeaderInner: <T extends react.ElementType<any, keyof react.JSX.IntrinsicElements> = "div">(props: ComponentPropsWithAs<T, CardHeaderProps>, ref: ForwardedRef<HTMLDivElement>) => react_jsx_runtime.JSX.Element; | ||
declare const CardHeader: react.ForwardRefExoticComponent<Omit<ComponentPropsWithAs<react.ElementType<any, keyof react.JSX.IntrinsicElements>, CardHeaderProps>, "ref"> & react.RefAttributes<HTMLDivElement>>; | ||
declare const CardHeader: <T extends react.ElementType<any, keyof react.JSX.IntrinsicElements> = "div">(props: ComponentPropsWithAs<T, CardHeaderProps>) => react_jsx_runtime.JSX.Element; | ||
export { CardHeader, CardHeaderInner, type CardHeaderProps }; | ||
export { CardHeader, type CardHeaderProps }; |
"use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client" | ||
var _chunkNTUYBZR2js = require('./chunk-NTUYBZR2.js');exports.CardHeader = _chunkNTUYBZR2js.b; exports.CardHeaderInner = _chunkNTUYBZR2js.a; | ||
var _chunkV4C6HZBZjs = require('./chunk-V4C6HZBZ.js');exports.CardHeader = _chunkV4C6HZBZjs.a; |
@@ -0,1 +1,2 @@ | ||
import * as react_jsx_runtime from 'react/jsx-runtime'; | ||
import * as react from 'react'; | ||
@@ -12,4 +13,4 @@ import { ComponentPropsWithoutRef } from 'react'; | ||
}; | ||
declare const Card: react.ForwardRefExoticComponent<Omit<ComponentPropsWithAs<react.ElementType<any, keyof react.JSX.IntrinsicElements>, CardProps>, "ref"> & react.RefAttributes<HTMLDivElement>>; | ||
declare const Card: <T extends react.ElementType<any, keyof react.JSX.IntrinsicElements> = "div">(props: ComponentPropsWithAs<T, CardProps>) => react_jsx_runtime.JSX.Element; | ||
export { Card, type CardProps }; |
"use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client" | ||
var _chunk3D7U7CRCjs = require('./chunk-3D7U7CRC.js');require('./chunk-NSD67QFB.js');exports.Card = _chunk3D7U7CRCjs.a; | ||
var _chunkAAWWJRMBjs = require('./chunk-AAWWJRMB.js');require('./chunk-NSD67QFB.js');exports.Card = _chunkAAWWJRMBjs.a; |
@@ -5,2 +5,3 @@ export { Card, CardProps } from './card.js'; | ||
export { CardHeader, CardHeaderProps } from './card-header.js'; | ||
import 'react/jsx-runtime'; | ||
import 'react'; | ||
@@ -11,2 +12,1 @@ import '@jamsr-ui/utils'; | ||
import 'tailwind-variants/dist/config.js'; | ||
import 'react/jsx-runtime'; |
"use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client" | ||
"use client";var _chunkK3MHOWPUjs = require('./chunk-K3MHOWPU.js');var _chunkWQ2WYVFLjs = require('./chunk-WQ2WYVFL.js');var _chunkNTUYBZR2js = require('./chunk-NTUYBZR2.js');var _chunk3D7U7CRCjs = require('./chunk-3D7U7CRC.js');require('./chunk-NSD67QFB.js');exports.Card = _chunk3D7U7CRCjs.a; exports.CardContent = _chunkK3MHOWPUjs.a; exports.CardFooter = _chunkWQ2WYVFLjs.a; exports.CardHeader = _chunkNTUYBZR2js.b; | ||
"use client";var _chunkIWCOLT4Njs = require('./chunk-IWCOLT4N.js');var _chunk27DGAJH5js = require('./chunk-27DGAJH5.js');var _chunkV4C6HZBZjs = require('./chunk-V4C6HZBZ.js');var _chunkAAWWJRMBjs = require('./chunk-AAWWJRMB.js');require('./chunk-NSD67QFB.js');exports.Card = _chunkAAWWJRMBjs.a; exports.CardContent = _chunkIWCOLT4Njs.a; exports.CardFooter = _chunk27DGAJH5js.a; exports.CardHeader = _chunkV4C6HZBZjs.a; |
{ | ||
"name": "@jamsr-ui/card", | ||
"version": "0.0.22", | ||
"version": "0.0.23", | ||
"description": "", | ||
@@ -20,9 +20,9 @@ "main": "./dist/index.mjs", | ||
"peerDependencies": { | ||
"react": ">=18", | ||
"react": ">=19", | ||
"react-dom": ">=18" | ||
}, | ||
"dependencies": { | ||
"@jamsr-ui/progress": "^0.0.22", | ||
"@jamsr-ui/typography": "^0.0.22", | ||
"@jamsr-ui/utils": "^0.0.20" | ||
"@jamsr-ui/progress": "^0.0.23", | ||
"@jamsr-ui/typography": "^0.0.23", | ||
"@jamsr-ui/utils": "^0.0.21" | ||
}, | ||
@@ -29,0 +29,0 @@ "module": "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
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 3 instances in 1 package
5
17867
198
+ Added@jamsr-ui/progress@0.0.23(transitive)
+ Added@jamsr-ui/typography@0.0.23(transitive)
+ Added@jamsr-ui/utils@0.0.21(transitive)
+ Addedframer-motion@12.0.0-alpha.0(transitive)
- Removed@jamsr-ui/progress@0.0.22(transitive)
- Removed@jamsr-ui/typography@0.0.22(transitive)
- Removed@jamsr-ui/utils@0.0.20(transitive)
- Removedframer-motion@11.18.2(transitive)
- Removedmotion-dom@11.18.1(transitive)
- Removedmotion-utils@11.18.1(transitive)
Updated@jamsr-ui/progress@^0.0.23
Updated@jamsr-ui/typography@^0.0.23
Updated@jamsr-ui/utils@^0.0.21