New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@jamsr-ui/card

Package Overview
Dependencies
Maintainers
0
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jamsr-ui/card - npm Package Compare versions

Comparing version 0.0.22 to 0.0.23

dist/chunk-27DGAJH5.js

3

dist/card-content.d.ts

@@ -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

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