@navikt/ds-react 0.10.0 → 0.10.1

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.
@@ -5,7 +5,7 @@ export interface PopoverProps extends HTMLAttributes<HTMLDivElement> {
5
5
  /**
6
6
  * Element popover anchors to
7
7
  */
8
- anchorEl: HTMLElement | null;
8
+ anchorEl: Element | null;
9
9
  /**
10
10
  * Open state
11
11
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@navikt/ds-react",
3
- "version": "0.10.0",
3
+ "version": "0.10.1",
4
4
  "private": false,
5
5
  "description": "NAV designsystem react components",
6
6
  "author": "NAV Designsystem team",
@@ -64,5 +64,5 @@
64
64
  "peerDependencies": {
65
65
  "react": "^16.8.0 || ^17.0.0"
66
66
  },
67
- "gitHead": "006bd6f9acceabe279e5ff3333004908b774d751"
67
+ "gitHead": "4751e8048d4f295889e1a4b15e73a8c044007afc"
68
68
  }
@@ -16,7 +16,7 @@ export interface PopoverProps extends HTMLAttributes<HTMLDivElement> {
16
16
  /**
17
17
  * Element popover anchors to
18
18
  */
19
- anchorEl: HTMLElement | null;
19
+ anchorEl: Element | null;
20
20
  /**
21
21
  * Open state
22
22
  */