@telia-ace/knowledge-widget-components-contact-list 1.3.30 → 1.3.31-rc.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,7 +1,8 @@
1
- import { ContactMethodType } from '@telia-ace/knowledge-widget-adapters';
2
- import { Category, Guide } from '@telia-ace/knowledge-widget-core';
3
- import { FormComponentInstanceProperties } from '@telia-ace/widget-forms';
1
+ import { ContactMethodType } from '../../../knowledge/adapters/src/index.ts';
2
+ import { Category, Guide } from '../../../knowledge/core/src/index.ts';
3
+ import { FormComponentInstanceProperties } from '../../../forms/src/index.ts';
4
4
  import { Container } from '@webprovisions/platform';
5
+
5
6
  export type ContactListComponentProps = {
6
7
  deflectionHeader?: string;
7
8
  deflectionHeaderTag?: string;
package/contact-list.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
  className: string;
4
5
  };
@@ -1,5 +1,6 @@
1
- import { Guide } from '@telia-ace/knowledge-widget-core';
2
- import React from 'react';
1
+ import { Guide } from '../../../knowledge/core/src/index.ts';
2
+ import { default as React } from 'react';
3
+
3
4
  type Props = {
4
5
  className: string;
5
6
  guides: Guide[];
package/index.d.ts CHANGED
@@ -1,2 +1,3 @@
1
- import ContactListComponent from './contact-list-component';
1
+ import { default as ContactListComponent } from './contact-list-component';
2
+
2
3
  export default ContactListComponent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telia-ace/knowledge-widget-components-contact-list",
3
- "version": "1.3.30",
3
+ "version": "1.3.31-rc.3",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {
@@ -10,14 +10,14 @@
10
10
  }
11
11
  },
12
12
  "dependencies": {
13
- "@telia-ace/knowledge-widget-adapters": "^1.3.30",
14
- "@telia-ace/knowledge-widget-component-utilities": "^1.3.30",
15
- "@telia-ace/knowledge-widget-core": "^1.3.30",
16
- "@telia-ace/knowledge-widget-ui": "^1.3.30",
17
- "@telia-ace/widget-forms": "^1.3.30",
18
- "@telia-ace/widget-utilities": "^1.3.30",
19
- "@telia-ace/widget-types-grid": "^1.3.30",
20
- "@telia-ace/knowledge-data-client": "^1.3.30",
13
+ "@telia-ace/knowledge-widget-adapters": "^1.3.31-rc.3",
14
+ "@telia-ace/knowledge-widget-component-utilities": "^1.3.31-rc.3",
15
+ "@telia-ace/knowledge-widget-core": "^1.3.31-rc.3",
16
+ "@telia-ace/knowledge-widget-ui": "^1.3.31-rc.3",
17
+ "@telia-ace/widget-forms": "^1.3.31-rc.3",
18
+ "@telia-ace/widget-utilities": "^1.3.31-rc.3",
19
+ "@telia-ace/widget-types-grid": "^1.3.31-rc.3",
20
+ "@telia-ace/knowledge-data-client": "^1.3.31-rc.3",
21
21
  "@webprovisions/platform": "^1.1.4"
22
22
  },
23
23
  "peerDependencies": {