@mindly/ui-components 8.6.5 → 8.6.6

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.
@@ -5,6 +5,7 @@ type SpecialistProfileViewCounterProps = {
5
5
  icon?: FC<SVGAttributes<SVGElement>>;
6
6
  iconSize?: number;
7
7
  onClick?: () => void;
8
+ hasUnreadViews?: boolean;
8
9
  };
9
10
  declare const SpecialistProfileViewCounter: React.FC<SpecialistProfileViewCounterProps>;
10
11
  export default SpecialistProfileViewCounter;
@@ -4,3 +4,4 @@ declare const meta: Meta<typeof SpecialistProfileViewCounter>;
4
4
  export default meta;
5
5
  type Story = StoryObj<typeof SpecialistProfileViewCounter>;
6
6
  export declare const Default: Story;
7
+ export declare const NoUnread: Story;
package/dist/index.d.ts CHANGED
@@ -2021,6 +2021,7 @@ type SpecialistProfileViewCounterProps = {
2021
2021
  icon?: FC<SVGAttributes<SVGElement>>;
2022
2022
  iconSize?: number;
2023
2023
  onClick?: () => void;
2024
+ hasUnreadViews?: boolean;
2024
2025
  };
2025
2026
  declare const SpecialistProfileViewCounter: React__default.FC<SpecialistProfileViewCounterProps>;
2026
2027
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "8.6.5",
3
+ "version": "8.6.6",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",