@ausbom/card 0.8.13 → 0.8.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -1,9 +1,9 @@
1
1
  # @ausbom/card
2
2
 
3
- > Cards represent a unit of information and can consist of a title, image, description and meta data about media.
3
+ > Cards represent a unit of information. They can consist of a title, image, description and metadata about media.
4
4
 
5
- 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.
6
- Use this card type sparingly for specific components, such as a group of child links. The description has a max of 160 characters.
5
+ Cards without an image must use a title and description text as mandatory fields.
6
+ Use this card type sparingly for specific components, such as a group of child links. The description has a maximum of 160 characters.
7
7
  ### Installation
8
8
 
9
9
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ausbom/card",
3
- "version": "0.8.13",
3
+ "version": "0.8.14",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "author": "",
@@ -37,11 +37,11 @@
37
37
  "react": ">= 16.3.x"
38
38
  },
39
39
  "dependencies": {
40
- "@ausbom/body": "^0.3.2",
41
- "@ausbom/grid": "^0.4.9",
42
- "@ausbom/icon": "^0.16.2",
43
- "@ausbom/styles": "^0.9.2",
44
- "@ausbom/typography": "^0.3.6"
40
+ "@ausbom/body": "^0.3.3",
41
+ "@ausbom/grid": "^0.4.10",
42
+ "@ausbom/icon": "^0.16.3",
43
+ "@ausbom/styles": "^0.10.0",
44
+ "@ausbom/typography": "^0.3.7"
45
45
  },
46
- "gitHead": "adba3ebdef2948325fca8d04032af707f9a755c7"
46
+ "gitHead": "d87405ddb170ded80d71979b6f9e5d628ba07dc5"
47
47
  }