@telia-ace/widget-components-not-found 1.3.31-rc.0 → 1.3.32

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.
package/index.d.ts CHANGED
@@ -1,2 +1,3 @@
1
- import NotFoundComponent from './not-found-component';
1
+ import { default as NotFoundComponent } from './not-found-component';
2
+
2
3
  export default NotFoundComponent;
@@ -1,4 +1,5 @@
1
- import React from 'react';
1
+ import { default as React } from 'react';
2
+
2
3
  type Props = {
3
4
  header?: string;
4
5
  link?: string;
@@ -1,4 +1,5 @@
1
1
  import { Container } from '@webprovisions/platform';
2
+
2
3
  export type NotFoundComponentProps = {
3
4
  header?: string;
4
5
  linkLabel?: string;
package/not-found.d.ts CHANGED
@@ -1,4 +1,5 @@
1
- import React from 'react';
1
+ import { default as React } from 'react';
2
+
2
3
  type Props = {};
3
4
  declare const NotFound: React.FC<Props>;
4
5
  export default NotFound;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telia-ace/widget-components-not-found",
3
- "version": "1.3.31-rc.0",
3
+ "version": "1.3.32",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {
@@ -10,9 +10,9 @@
10
10
  }
11
11
  },
12
12
  "dependencies": {
13
- "@telia-ace/widget-core": "^1.3.31-rc.0",
14
- "@telia-ace/widget-ui": "^1.3.31-rc.0",
15
- "@telia-ace/widget-types-grid": "^1.3.31-rc.0",
13
+ "@telia-ace/widget-core": "^1.3.32",
14
+ "@telia-ace/widget-ui": "^1.3.32",
15
+ "@telia-ace/widget-types-grid": "^1.3.32",
16
16
  "@webprovisions/platform": "^1.1.4"
17
17
  },
18
18
  "peerDependencies": {