@mindly/ui-components 6.5.6 → 6.5.8

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,3 +1,4 @@
1
1
  import React from 'react';
2
2
  declare const SpecialistDetailWidgetSkeleton: React.FC;
3
+ export declare const AreasOfWorkByClientProblemSkeleton: () => import("react/jsx-runtime").JSX.Element;
3
4
  export default SpecialistDetailWidgetSkeleton;
@@ -22,6 +22,7 @@ export type SpecialistDetailWidgetProps = {
22
22
  names: string[];
23
23
  label: string;
24
24
  };
25
+ isLoadingAreasOfWorkByClientProblem?: boolean;
25
26
  events: {
26
27
  onSuperSpecialistArticleClick?(): void;
27
28
  onNewSpecialistArticleClick?(): void;
@@ -1,3 +1,4 @@
1
1
  import React from 'react';
2
2
  declare const SpecialistDetailWithTabsSkeleton: React.FC;
3
+ export declare const AreasOfWorkByClientProblemSkeleton: () => import("react/jsx-runtime").JSX.Element;
3
4
  export default SpecialistDetailWithTabsSkeleton;
@@ -17,6 +17,7 @@ export type SpecialistDetailWithTabsWidgetProps = {
17
17
  names: string[];
18
18
  label: string;
19
19
  };
20
+ isLoadingAreasOfWorkByClientProblem?: boolean;
20
21
  events: {
21
22
  onOpenSuperSpecialistArticle?(): void;
22
23
  onOpenNewSpecialistArticle?(): void;
package/dist/index.d.ts CHANGED
@@ -4292,6 +4292,7 @@ type SpecialistDetailWidgetProps = {
4292
4292
  names: string[];
4293
4293
  label: string;
4294
4294
  };
4295
+ isLoadingAreasOfWorkByClientProblem?: boolean;
4295
4296
  events: {
4296
4297
  onSuperSpecialistArticleClick?(): void;
4297
4298
  onNewSpecialistArticleClick?(): void;
@@ -4398,6 +4399,7 @@ type SpecialistDetailWithTabsWidgetProps = {
4398
4399
  names: string[];
4399
4400
  label: string;
4400
4401
  };
4402
+ isLoadingAreasOfWorkByClientProblem?: boolean;
4401
4403
  events: {
4402
4404
  onOpenSuperSpecialistArticle?(): void;
4403
4405
  onOpenNewSpecialistArticle?(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "6.5.6",
3
+ "version": "6.5.8",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",