@mindly/ui-components 6.9.1 → 6.11.0

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.
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { IconProps } from '../../types';
3
+ declare const IconPerson: React.FC<IconProps>;
4
+ export default IconPerson;
@@ -141,3 +141,4 @@ export * from './IconAlignHorizontalTextCenter';
141
141
  export * from './IconAlignHorizontalTextLeft';
142
142
  export * from './IconAlignHorizontalTextRight';
143
143
  export * from './IconSort';
144
+ export * from './IconPerson';
@@ -18,6 +18,7 @@ export type SpecialistDetailWithTabsWidgetProps = {
18
18
  label: string;
19
19
  };
20
20
  isLoadingAreasOfWorkByClientProblem?: boolean;
21
+ videoDisplayVariant?: 'default' | 'without_video_cover' | 'without_video';
21
22
  events: {
22
23
  onOpenSuperSpecialistArticle?(): void;
23
24
  onOpenNewSpecialistArticle?(): void;
package/dist/index.d.ts CHANGED
@@ -4596,6 +4596,7 @@ type SpecialistDetailWithTabsWidgetProps = {
4596
4596
  label: string;
4597
4597
  };
4598
4598
  isLoadingAreasOfWorkByClientProblem?: boolean;
4599
+ videoDisplayVariant?: 'default' | 'without_video_cover' | 'without_video';
4599
4600
  events: {
4600
4601
  onOpenSuperSpecialistArticle?(): void;
4601
4602
  onOpenNewSpecialistArticle?(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "6.9.1",
3
+ "version": "6.11.0",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",
@@ -146,6 +146,7 @@
146
146
  "eslint-plugin-react": "7.37.5",
147
147
  "eslint-plugin-react-hooks": "5.2.0",
148
148
  "eslint-plugin-storybook": "0.6.13",
149
+ "firebase": "^12.3.0",
149
150
  "husky": "^8.0.3",
150
151
  "lint-staged": "^13.2.3",
151
152
  "postcss": "8.4.29",