@vonage/vwc-card 2.36.0 → 2.36.2

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/package.json +8 -8
  2. package/readme.md +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vonage/vwc-card",
3
- "version": "2.36.0",
3
+ "version": "2.36.2",
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.36.0",
30
- "@vonage/vwc-icon": "2.36.0",
29
+ "@vonage/vwc-button": "2.36.2",
30
+ "@vonage/vwc-icon": "2.36.2",
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.36.0",
37
- "@vonage/vvd-foundation": "2.36.0",
38
- "@vonage/vvd-typography": "2.36.0",
39
- "@vonage/vvd-umbrella": "2.36.0",
36
+ "@vonage/vvd-design-tokens": "2.36.2",
37
+ "@vonage/vvd-foundation": "2.36.2",
38
+ "@vonage/vvd-typography": "2.36.2",
39
+ "@vonage/vvd-umbrella": "2.36.2",
40
40
  "typescript": "^4.3.2"
41
41
  },
42
- "gitHead": "6390adde1ea18bbacc6f2f2c9d9b017b0746c208"
42
+ "gitHead": "38eaa1c82300f18e60f6e37dd2fd69f3849a4b98"
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
- | `content` | Slot for content of the card. If exist, overrides the `heading`, `subtitle`, `card-text` and `header-icon`
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