@ausbom/card 0.8.12 → 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.
- package/README.md +3 -3
- 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
|
|
3
|
+
> Cards represent a unit of information. They can consist of a title, image, description and metadata about media.
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
Use this card type sparingly for specific components, such as a group of child links. The description has a
|
|
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.
|
|
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.
|
|
41
|
-
"@ausbom/grid": "^0.4.
|
|
42
|
-
"@ausbom/icon": "^0.16.
|
|
43
|
-
"@ausbom/styles": "^0.
|
|
44
|
-
"@ausbom/typography": "^0.3.
|
|
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": "
|
|
46
|
+
"gitHead": "d87405ddb170ded80d71979b6f9e5d628ba07dc5"
|
|
47
47
|
}
|