Socket
Socket
Sign inDemoInstall

@ausbom/card

Package Overview
Dependencies
Maintainers
5
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ausbom/card - npm Package Compare versions

Comparing version 0.7.4 to 0.8.0

lib/Card.d.ts

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [0.8.0](https://github.com/AusBOM/bom-design-system/compare/@ausbom/card@0.7.4...@ausbom/card@0.8.0) (2020-11-05)
### Features
* can now add an icon on top of the card image ([243f8f9](https://github.com/AusBOM/bom-design-system/commit/243f8f9039ed119ecc06d8b7adda5d07127aa87e))
## [0.7.4](https://github.com/AusBOM/bom-design-system/compare/@ausbom/card@0.7.3...@ausbom/card@0.7.4) (2020-09-29)

@@ -8,0 +19,0 @@

3

lib/index.d.ts

@@ -1,2 +0,1 @@

export { default } from './components/Card/Card'
export { default as MediaCard } from './components/MediaCard/MediaCard'
export { default } from './Card'

@@ -1,1 +0,1 @@

"use strict";var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});Object.defineProperty(exports,"default",{enumerable:true,get:function get(){return _Card["default"]}});Object.defineProperty(exports,"MediaCard",{enumerable:true,get:function get(){return _MediaCard["default"]}});var _Card=_interopRequireDefault(require("./components/Card/Card"));var _MediaCard=_interopRequireDefault(require("./components/MediaCard/MediaCard"));
"use strict";var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});Object.defineProperty(exports,"default",{enumerable:true,get:function get(){return _Card["default"]}});var _Card=_interopRequireDefault(require("./Card"));
{
"name": "@ausbom/card",
"version": "0.7.4",
"version": "0.8.0",
"description": "",

@@ -46,3 +46,3 @@ "keywords": [],

},
"gitHead": "cbfea6ad462064273a13c7aeeb4d2ce94823aaf1"
"gitHead": "05b21e9fae89752270720a8a09be62552ed1f2f6"
}

@@ -5,3 +5,3 @@ # @ausbom/card

When cards don't include an image they should use a title with description text as mandatory fields. 
They also include an arrow to indicate it is clickable.
When cards don't include an image they should use a title with description text as mandatory fields. They also include an arrow to indicate it is clickable.
Use this card type sparingly for specific components, such as a group of child links. The description has a max of 160 characters.

@@ -8,0 +8,0 @@ ### Installation

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