@navikt/ds-react 0.16.11 → 0.16.12

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.
@@ -1,7 +1,7 @@
1
1
  import React from "react";
2
2
  import ReactModal from "react-modal";
3
3
  import { ModalContentType } from "./ModalContent";
4
- export interface ModalProps extends ReactModal {
4
+ export interface ModalProps {
5
5
  /**
6
6
  * Modal content
7
7
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@navikt/ds-react",
3
- "version": "0.16.11",
3
+ "version": "0.16.12",
4
4
  "private": false,
5
5
  "description": "NAV designsystem react components",
6
6
  "author": "NAV Designsystem team",
@@ -65,5 +65,5 @@
65
65
  "@types/react": "^17.0.30",
66
66
  "react": "^17.0.0"
67
67
  },
68
- "gitHead": "e89d3b27b21bc59ddf707e280660a0d59f51d0ad"
68
+ "gitHead": "8f99813590a93d55b4f06f6c1129da169a72fa58"
69
69
  }
@@ -6,7 +6,7 @@ import { Close } from "@navikt/ds-icons";
6
6
  import { Button } from "..";
7
7
  import ModalContent, { ModalContentType } from "./ModalContent";
8
8
 
9
- export interface ModalProps extends ReactModal {
9
+ export interface ModalProps {
10
10
  /**
11
11
  * Modal content
12
12
  */