@goodhood-web/nebenan-base 3.0.0-development.55 → 3.0.0-development.57

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,2 +0,0 @@
1
- import { NPEAggregatorCardV1Props } from './types';
2
- export default function NPEAggregatorCardV1({ categories, heartAriaLabel, heartCounter, heartFilled, onCardClick, onHeartClick, renderImage, title, }: NPEAggregatorCardV1Props): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +0,0 @@
1
- import { NPEv1Item } from '../NPEAggregator.types';
2
- export type NPEAggregatorCardV1Props = NPEv1Item;
@@ -1,2 +0,0 @@
1
- import { NPEAggregatorCardV2Props } from './types';
2
- export default function NPEAggregatorCardV2({ address, categories, heartFilled, onCardClick, onHeartClick, renderImage, title, }: NPEAggregatorCardV2Props): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +0,0 @@
1
- import { NPEv2Item } from '../NPEAggregator.types';
2
- export type NPEAggregatorCardV2Props = NPEv2Item;
@@ -1,2 +0,0 @@
1
- import { NPEAggregatorCardV3Props } from './types';
2
- export default function NPEAggregatorCardV3({ businessName, onCardClick, renderImage, text, title, }: NPEAggregatorCardV3Props): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +0,0 @@
1
- import { NPEv3Item } from '../NPEAggregator.types';
2
- export type NPEAggregatorCardV3Props = NPEv3Item;
@@ -1,2 +0,0 @@
1
- import { NPEAggregatorCardV4Props } from './types';
2
- export default function NPEAggregatorCardV4({ authorName, categories, onCardClick, renderImage, text, title, }: NPEAggregatorCardV4Props): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +0,0 @@
1
- import { NPEv4Item } from '../NPEAggregator.types';
2
- export type NPEAggregatorCardV4Props = NPEv4Item;