@nordhealth/components 4.8.1 → 4.9.0

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.
@@ -15,6 +15,7 @@ import { LitElement } from "lit";
15
15
  * @cssprop [--n-card-box-shadow=var(--n-box-shadow-popout)] - Controls the surrounding shadow, using [box shadow tokens](/tokens/#box-shadow).
16
16
  * @cssprop [--n-card-padding=var(--n-space-m)] - Controls the padding on all sides of the card.
17
17
  * @cssprop [--n-card-slot-padding=var(--n-space-m)] - Controls the padding of items slotted within the card. This does not affect the block padding of items slotted into the header.
18
+ * @cssprop [--n-card-header-background=transparent] - Controls the background color of the card header.
18
19
  */
19
20
  export default class Card extends LitElement {
20
21
  static styles: import("lit").CSSResult[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nordhealth/components",
3
- "version": "4.8.1",
3
+ "version": "4.9.0",
4
4
  "description": "This package includes Nord Design System Web Components",
5
5
  "author": "Nordhealth <support@nordhealth.design>",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -44,7 +44,7 @@
44
44
  "devDependencies": {
45
45
  "@custom-elements-manifest/analyzer": "^0.10.4",
46
46
  "@lit-labs/testing": "^0.2.7",
47
- "@nordhealth/css": "^4.1.0",
47
+ "@nordhealth/css": "^4.2.0",
48
48
  "@nordhealth/fonts": "^3.0.3",
49
49
  "@nordhealth/themes": "^9.0.0",
50
50
  "@nordhealth/tokens": "^8.0.0",
@@ -179,5 +179,5 @@
179
179
  }
180
180
  ]
181
181
  },
182
- "gitHead": "8387c68db1c92953fdf5e4aa5612d10b488b5437"
182
+ "gitHead": "21ec626dfbb2cdc16fc8fe873dba85a25b118870"
183
183
  }