@nordhealth/components 3.6.1 → 3.6.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.
@@ -12,6 +12,7 @@ import { LitElement } from "lit";
12
12
  */
13
13
  export default class ButtonGroup extends LitElement {
14
14
  static styles: import("lit").CSSResult[];
15
+ private dirController;
15
16
  /**
16
17
  * The direction of the button group.
17
18
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nordhealth/components",
3
- "version": "3.6.1",
3
+ "version": "3.6.2",
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",
@@ -184,5 +184,5 @@
184
184
  }
185
185
  ]
186
186
  },
187
- "gitHead": "c3a6d6c167cfeceedbbc59e07df4be3a7dd2ca1a"
187
+ "gitHead": "dce88662e1d22877cf109930cf3dc697ef48b135"
188
188
  }