@nordhealth/components 4.21.0 → 4.22.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.
@@ -22,6 +22,7 @@ type NavState = States<typeof navMachine>;
22
22
  * @cssprop [--n-layout-padding=var(--n-space-l)] - Controls the padding around the main layout area (the main slot), using our [spacing tokens](/tokens/#space).
23
23
  * @cssprop [--n-layout-drawer-inline-size=320px] - Controls the width of the drawer area, when used.
24
24
  * @cssprop [--n-layout-background-color=var(--n-color-background)] - Controls the background color of the layout, using [color tokens](/tokens/#color).
25
+ * @cssprop [--n-layout-nav-border-color=var(--n-color-border)] - Controls the color of the border between the navigation and the main content area when the nav is open on wide screens.
25
26
  */
26
27
  export default class Layout extends LitElement {
27
28
  static styles: import("lit").CSSResult[];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nordhealth/components",
3
3
  "type": "module",
4
- "version": "4.21.0",
4
+ "version": "4.22.0",
5
5
  "description": "This package includes Nord Design System Web Components",
6
6
  "author": "Nordhealth <support@nordhealth.design>",
7
7
  "license": "SEE LICENSE IN LICENSE.md",
@@ -90,5 +90,5 @@
90
90
  "rollup": "~4.21.3"
91
91
  }
92
92
  },
93
- "gitHead": "8f2363a6b792a559760f18a4dad1e51f8a6f17a8"
93
+ "gitHead": "f30db0e9e434f11b54c922087413b87c3387e13e"
94
94
  }