@telia-ace/knowledge-widget-components-contact-list 1.0.27 → 1.0.28-next.1

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.
@@ -2,7 +2,7 @@ import { ContactMethodType } from '@telia-ace/knowledge-widget-adapters';
2
2
  import { Category, Guide } from '@telia-ace/knowledge-widget-core';
3
3
  import { FormComponentInstanceProperties } from '@telia-ace/widget-forms';
4
4
  import { Container } from '@webprovisions/platform';
5
- export declare type ContactListComponentProps = {
5
+ export type ContactListComponentProps = {
6
6
  deflectionHeader?: string;
7
7
  deflection?: {
8
8
  [contactCategoryId: string]: string[];
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- declare type Props = {
2
+ type Props = {
3
3
  className: string;
4
4
  };
5
5
  declare const ContactList: React.FC<Props>;
@@ -1,6 +1,6 @@
1
1
  import { Guide } from '@telia-ace/knowledge-widget-core';
2
2
  import React from 'react';
3
- declare type Props = {
3
+ type Props = {
4
4
  className: string;
5
5
  guides: Guide[];
6
6
  header: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telia-ace/knowledge-widget-components-contact-list",
3
- "version": "1.0.27",
3
+ "version": "1.0.28-next.1",
4
4
  "description": "Contact list component for ACE Knowledge Widgets.",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "author": "Telia Company AB",
@@ -21,13 +21,13 @@
21
21
  },
22
22
  "sideEffects": false,
23
23
  "dependencies": {
24
- "@telia-ace/knowledge-widget-adapters": "^1.0.33",
25
- "@telia-ace/knowledge-widget-component-utilities": "^1.0.27",
26
- "@telia-ace/knowledge-widget-core": "^1.0.23",
27
- "@telia-ace/knowledge-widget-types-grid": "^1.0.34",
28
- "@telia-ace/knowledge-widget-ui": "^1.0.29",
29
- "@telia-ace/widget-forms": "^1.0.24",
30
- "@telia-ace/widget-utilities": "^1.0.6",
24
+ "@telia-ace/knowledge-widget-adapters": "^1.0.34-next.1",
25
+ "@telia-ace/knowledge-widget-component-utilities": "^1.0.28-next.1",
26
+ "@telia-ace/knowledge-widget-core": "^1.0.24-next.1",
27
+ "@telia-ace/knowledge-widget-types-grid": "^1.0.35-next.1",
28
+ "@telia-ace/knowledge-widget-ui": "^1.0.30-next.1",
29
+ "@telia-ace/widget-forms": "^1.0.25-next.1",
30
+ "@telia-ace/widget-utilities": "^1.0.7-next.1",
31
31
  "@webprovisions/platform": "^1.1.2"
32
32
  },
33
33
  "peerDependencies": {
@@ -40,7 +40,7 @@
40
40
  "@emotion/react": "^11.10.5",
41
41
  "@emotion/styled": "^11.10.5",
42
42
  "@types/react": "^18.0.25",
43
- "@types/react-dom": "^18.0.8",
43
+ "@types/react-dom": "^18.0.9",
44
44
  "react": "^18.2.0",
45
45
  "react-dom": "^18.2.0"
46
46
  },