@vonage/vwc-card 2.35.0 → 2.36.1
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/package.json +8 -8
- package/readme.md +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vwc-card",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.36.1",
|
|
4
4
|
"description": "card component",
|
|
5
5
|
"homepage": "https://github.com/Vonage/vivid/tree/master/components/card#readme",
|
|
6
6
|
"license": "ISC",
|
|
@@ -26,18 +26,18 @@
|
|
|
26
26
|
"url": "https://github.com/Vonage/vivid/issues"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@vonage/vwc-button": "2.
|
|
30
|
-
"@vonage/vwc-icon": "2.
|
|
29
|
+
"@vonage/vwc-button": "2.36.1",
|
|
30
|
+
"@vonage/vwc-icon": "2.36.1",
|
|
31
31
|
"lit-element": "^2.4.0",
|
|
32
32
|
"lit-html": "^1.3.0",
|
|
33
33
|
"tslib": "^2.3.0"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@vonage/vvd-design-tokens": "2.
|
|
37
|
-
"@vonage/vvd-foundation": "2.
|
|
38
|
-
"@vonage/vvd-typography": "2.
|
|
39
|
-
"@vonage/vvd-umbrella": "2.
|
|
36
|
+
"@vonage/vvd-design-tokens": "2.36.1",
|
|
37
|
+
"@vonage/vvd-foundation": "2.36.1",
|
|
38
|
+
"@vonage/vvd-typography": "2.36.1",
|
|
39
|
+
"@vonage/vvd-umbrella": "2.36.1",
|
|
40
40
|
"typescript": "^4.3.2"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "43325a4f79ef2b781222a9d68cf678f63411b255"
|
|
43
43
|
}
|
package/readme.md
CHANGED
|
@@ -25,13 +25,13 @@ Cards contain content and actions about a single subject.
|
|
|
25
25
|
|
|
26
26
|
### Slots
|
|
27
27
|
|
|
28
|
-
| name | description
|
|
29
|
-
|
|
30
|
-
| `graphic` | Content to show in the header icon section. If exists, overrides the `header-icon` attribute’s definition
|
|
31
|
-
| `meta` | Slot for action content in the card header
|
|
32
|
-
| `media` | Slot to add anything inside the `media` area
|
|
33
|
-
| `footer` | Slot for action content placed the card footer
|
|
34
|
-
| `
|
|
28
|
+
| name | description |
|
|
29
|
+
|-----------|------------------------------------------------------------------------------------------------------------|
|
|
30
|
+
| `graphic` | Content to show in the header icon section. If exists, overrides the `header-icon` attribute’s definition |
|
|
31
|
+
| `meta` | Slot for action content in the card header |
|
|
32
|
+
| `media` | Slot to add anything inside the `media` area |
|
|
33
|
+
| `footer` | Slot for action content placed the card footer |
|
|
34
|
+
| `main` | Slot for content of the card. If exist, overrides the `heading`, `subtitle`, `card-text` and `header-icon` |
|
|
35
35
|
|
|
36
36
|
## Styling tips
|
|
37
37
|
|