@nordhealth/components 4.25.0 → 4.25.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.
@@ -32,6 +32,10 @@ type NavState = States<typeof navMachine>;
32
32
  * @cssprop [--n-layout-resize-inset-inline-end=5px] - Controls the inline-end offset of the resize handle's accent bar (the visible vertical line shown on hover/focus/drag).
33
33
  * @cssprop [--n-layout-nav-rail-width=48px] - Controls the width of the navigation column when `collapse-mode="rail"` is active and the nav is closed.
34
34
  * @cssprop [--n-layout-header-size=var(--n-space-xxl)] - Controls the block-axis (height) of the layout's header area. Also drives the size of the nav-toggle container and sticky-positioning offsets.
35
+ * @cssprop [--n-layout-drawer-box-shadow=var(--n-box-shadow-nav)] - Controls the box-shadow applied to the drawer (aside) on narrow viewports.
36
+ * @cssprop [--n-layout-drawer-box-shadow-wide=var(--n-box-shadow-header)] - Controls the box-shadow applied to the drawer (aside) on wide viewports (≥1240px).
37
+ * @cssprop [--n-layout-drawer-border-inline-start-width=1px] - Controls the inline-start border width of the drawer on wide viewports.
38
+ * @cssprop [--n-layout-drawer-border-inline-start-color=var(--n-color-border)] - Controls the inline-start border color of the drawer on wide viewports.
35
39
  */
36
40
  export default class Layout extends LitElement {
37
41
  static styles: import("lit").CSSResult[];
@@ -46,6 +50,7 @@ export default class Layout extends LitElement {
46
50
  private direction;
47
51
  private events;
48
52
  private lightDismiss;
53
+ private applyingRemote;
49
54
  private broadcast;
50
55
  private navEl;
51
56
  private resizeTooltipEl?;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nordhealth/components",
3
3
  "type": "module",
4
- "version": "4.25.0",
4
+ "version": "4.25.2",
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",
@@ -91,5 +91,5 @@
91
91
  "rollup": "~4.21.3"
92
92
  }
93
93
  },
94
- "gitHead": "3539c033944c35dfba2524d805b6fe7395bffa98"
94
+ "gitHead": "4fb9f4d04568ddbb3835456bae7b5640e9a4df09"
95
95
  }