@telia-ace/widget-components-ace-widget 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.
@@ -1,4 +1,5 @@
1
1
  import { Container } from '@webprovisions/platform';
2
+
2
3
  export type AceWidgetComponentProps = {
3
4
  endpoint: string;
4
5
  };
package/ace-widget.d.ts CHANGED
@@ -1,3 +1,4 @@
1
- import React from 'react';
1
+ import { default as React } from 'react';
2
+
2
3
  declare const AceWidget: React.FC<null>;
3
4
  export default AceWidget;
package/index.d.ts CHANGED
@@ -1,2 +1,3 @@
1
- import AceWidgetComponent from './ace-widget-component';
1
+ import { default as AceWidgetComponent } from './ace-widget-component';
2
+
2
3
  export default AceWidgetComponent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telia-ace/widget-components-ace-widget",
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-ui": "^1.3.31-rc.0",
13
+ "@telia-ace/widget-ui": "^1.3.32",
14
14
  "@webprovisions/platform": "^1.1.4",
15
- "@telia-ace/widget-core": "^1.3.31-rc.0"
15
+ "@telia-ace/widget-core": "^1.3.32"
16
16
  },
17
17
  "peerDependencies": {
18
18
  "react": "18.2.0",