Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@newageerp/ui.cards.base.card

Package Overview
Dependencies
Maintainers
1
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@newageerp/ui.cards.base.card - npm Package Compare versions

Comparing version 0.0.31 to 0.0.32

dist/card.css

1

dist/card.d.ts
/// <reference types="react" />
import './card.css';
export declare type CardProps = {

@@ -3,0 +4,0 @@ children: any;

3

dist/card.js

@@ -10,6 +10,7 @@ "use strict";

const react_1 = __importDefault(require("react"));
require("./card.css");
function Card(props) {
return (react_1.default.createElement("div", { style: props.style, className: (0, classnames_1.default)({ "tw3-space-y-4": !props.compact }, { "tw3-space-y-2": props.compact }, { "tw3-p-2": !props.compact }, "tw3-shadow-md", ui_styles_tailwind_1.TwRoundedSizes.md, props.className), onClick: props.onClick }, props.children));
return (react_1.default.createElement("div", { style: props.style, className: (0, classnames_1.default)({ 'tw3-space-y-4': !props.compact }, { 'tw3-space-y-2': props.compact }, { 'tw3-p-2': !props.compact }, 'card-shadow', ui_styles_tailwind_1.TwRoundedSizes.md, props.className), onClick: props.onClick }, props.children));
}
exports.Card = Card;
//# sourceMappingURL=card.js.map
{
"name": "@newageerp/ui.cards.base.card",
"version": "0.0.31",
"version": "0.0.32",
"homepage": "https://bit.dev/newageerp/ui/cards/base/card",

@@ -9,3 +9,3 @@ "main": "dist/index.js",

"name": "ui/cards/base/card",
"version": "0.0.31"
"version": "0.0.32"
},

@@ -15,3 +15,3 @@ "dependencies": {

"core-js": "^3.0.0",
"@newageerp/ui.styles.tailwind": "0.0.31"
"@newageerp/ui.styles.tailwind": "0.0.32"
},

@@ -18,0 +18,0 @@ "devDependencies": {

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