@helsenorge/lightbox 9.1.0 → 9.4.3

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,4 +1,4 @@
1
- import React from 'react';
1
+ import { default as React } from 'react';
2
2
  export interface LightBoxProps {
3
3
  /** Aria label for the close button */
4
4
  ariaLabelCloseButton: string;
@@ -1 +0,0 @@
1
- import '@testing-library/jest-dom';
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ import { default as React } from 'react';
2
2
  interface MiniSliderProps {
3
3
  value: number;
4
4
  minValue: number;
@@ -1,3 +1,3 @@
1
- import LightBox from './LightBox';
1
+ import { default as LightBox } from './LightBox';
2
2
  export * from './LightBox';
3
3
  export default LightBox;