@goodhood-web/nebenan-base 1.9.0-development.48 → 1.9.0-development.49
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.
- package/index.d.ts +0 -1
- package/index.js +24 -24
- package/index.mjs +854 -858
- package/lib/AccordionMenu/AccordionMenu.d.ts +0 -1
- package/lib/AccordionMenu/AccordionMenu.types.d.ts +0 -1
- package/lib/ComparisonTable/ComparisonTable.d.ts +0 -1
- package/lib/ComplaintModal/ComplaintModal.d.ts +0 -1
- package/lib/ConfirmDialog/ConfirmDialog.d.ts +0 -1
- package/lib/ConfirmDialog/ConfirmDialog.types.d.ts +0 -1
- package/lib/ContentCreatorTrigger/ContentCreatorTrigger.d.ts +0 -1
- package/lib/DesktopLayout/DesktopLayout.d.ts +0 -1
- package/lib/DesktopLayout/DesktopLayout.types.d.ts +0 -1
- package/lib/DesktopLayoutTwoColumn/DesktopLayoutTwoColumn.d.ts +0 -1
- package/lib/DesktopLayoutTwoColumn/DesktopLayoutTwoColumn.types.d.ts +0 -1
- package/lib/DesktopNavbarSearchField/DesktopNavbarSearchField.d.ts +0 -1
- package/lib/DesktopNavbarSearchField/DesktopNavbarSearchField.types.d.ts +0 -1
- package/lib/DesktopNavigationBar/DesktopNavigationBar.d.ts +0 -1
- package/lib/DesktopNavigationBar/DesktopNavigationBar.types.d.ts +0 -1
- package/lib/EmojiPicker/EmojiPicker.d.ts +0 -1
- package/lib/EmojiPicker/EmojiPicker.types.d.ts +0 -1
- package/lib/ImageGalleryTrigger/ImageGalleryTrigger.d.ts +0 -1
- package/lib/LayoutLoadingSpinner/assets/index.d.ts +0 -1
- package/lib/MainLayout/MainLayout.d.ts +0 -1
- package/lib/MainLayout/MainLayout.types.d.ts +0 -1
- package/lib/MarketplaceAggregatorCard/MarketplaceAggregatorCard.d.ts +0 -1
- package/lib/MarketplaceAggregatorCard/MarketplaceAggregatorCard.example.d.ts +0 -1
- package/lib/MarketplaceBody/MarketplaceBody.d.ts +0 -1
- package/lib/MarketplaceBody/MarketplaceBody.types.d.ts +0 -1
- package/lib/MenuLinkList/MenuLinkList.d.ts +0 -1
- package/lib/MenuLinkList/MenuLinkList.types.d.ts +0 -1
- package/lib/MobileLayout/MobileLayout.d.ts +0 -1
- package/lib/MobileLayout/MobileLayout.types.d.ts +0 -1
- package/lib/MobileLayout/components/MobileHeaderBar/MobileHeaderBar.d.ts +0 -1
- package/lib/MobileLayout/components/MobileHeaderBar/MobileHeaderBar.types.d.ts +0 -1
- package/lib/MobileLayout/utils/index.d.ts +0 -1
- package/lib/PointOfInterest/PointOfInterest.d.ts +0 -1
- package/lib/PointOfInterest/assets/index.d.ts +0 -1
- package/lib/PointOfInterest/components/POIPlaceholder.d.ts +0 -1
- package/lib/PostAuthor/PostAuthor.d.ts +0 -1
- package/lib/PostAuthor/PostAuthor.types.d.ts +0 -1
- package/lib/PostAuthor/Rating/Rating.d.ts +0 -1
- package/lib/Profile/Profile.d.ts +0 -1
- package/lib/ProfileControls/ProfileControls.d.ts +0 -1
- package/lib/ProfileControls/ProfileControls.types.d.ts +0 -1
- package/lib/ProfileControls/components/MoreMenu/MoreMenu.d.ts +0 -1
- package/lib/ProfileControls/components/PointOfInterestProfileTile/PointOfInterestProfileTile.d.ts +0 -1
- package/lib/ProfileControls/components/PointOfInterestProfileTile/PointOfInterestProfileTile.types.d.ts +0 -1
- package/lib/Reactions/ReactionSelection/ReactionSelection.d.ts +0 -1
- package/lib/Reactions/ReactionSelection/ReactionSelection.types.d.ts +0 -1
- package/lib/Reactions/ReactionStack/ReactionStack.d.ts +0 -1
- package/lib/Reactions/ReactionStack/ReactionStack.types.d.ts +0 -1
- package/lib/Reactions/ReactionStack/components/ReactionItem/ReactionItem.d.ts +0 -1
- package/lib/Reactions/ReactionStack/components/ReactionItem/ReactionItem.types.d.ts +0 -1
- package/lib/Reactions/ReactionStack/components/ReactionPill/ReactionPill.d.ts +0 -1
- package/lib/Reactions/ReactionStack/components/ReactionPill/ReactionPill.type.d.ts +0 -1
- package/lib/Reactions/ReactionTabList/ReactionTabList.d.ts +0 -1
- package/lib/Reactions/ReactionTabList/ReactionTabList.types.d.ts +0 -1
- package/lib/Reactions/utils.d.ts +0 -1
- package/lib/ResponsiveModal/ResponsiveModal.d.ts +0 -1
- package/lib/ResponsiveModal/ResponsiveModal.types.d.ts +0 -1
- package/package.json +1 -1
- package/style.css +1 -1
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
import { ConfirmDialogProps } from './ConfirmDialog.types';
|
|
2
|
-
|
|
3
2
|
declare const ConfirmDialog: ({ cancelText, confirmText, content, handleCancel, handleConfirm, primaryCtaColor, title, }: ConfirmDialogProps) => import("react/jsx-runtime").JSX.Element;
|
|
4
3
|
export default ConfirmDialog;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
import { DesktopNavbarSearchFieldProps } from './DesktopNavbarSearchField.types';
|
|
2
|
-
|
|
3
2
|
declare const DesktopNavbarSearchField: ({ name, onSearchSubmit, placeholder, ref, }: DesktopNavbarSearchFieldProps) => import("react/jsx-runtime").JSX.Element;
|
|
4
3
|
export default DesktopNavbarSearchField;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { PropsWithChildren } from 'react';
|
|
2
2
|
import { MainLayoutProps } from './MainLayout.types';
|
|
3
|
-
|
|
4
3
|
declare const MainLayout: ({ children, desktop, keepLoading, mobile, }: PropsWithChildren<MainLayoutProps>) => import("react/jsx-runtime").JSX.Element;
|
|
5
4
|
export default MainLayout;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { DesktopLayoutTwoColumnProps } from '../DesktopLayoutTwoColumn/DesktopLayoutTwoColumn.types';
|
|
2
2
|
import { MobileLayoutProps } from '../MobileLayout/MobileLayout.types';
|
|
3
|
-
|
|
4
3
|
export interface MainLayoutProps {
|
|
5
4
|
desktop: Omit<DesktopLayoutTwoColumnProps, 'children'>;
|
|
6
5
|
keepLoading?: boolean;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
import { MarketplaceBodyTypes } from './MarketplaceBody.types';
|
|
2
|
-
|
|
3
2
|
declare const MarketplaceBody: ({ author, authorMetadata, authorThumbnail, bookmarked, category, description, onBookmark, onContactSeller, onShare, price, timeStamp, title, }: MarketplaceBodyTypes) => import("react/jsx-runtime").JSX.Element;
|
|
4
3
|
export default MarketplaceBody;
|
|
@@ -2,7 +2,6 @@ import { ReactElement, ReactNode } from 'react';
|
|
|
2
2
|
import { IconButtonProps } from '../../../../ui/src/lib/Atoms/Buttons/IconButton/IconButton.types';
|
|
3
3
|
import { NavBarProps } from '../../../../ui/src/lib/Molecules/Navigation/NavBar/NavBar.types';
|
|
4
4
|
import { MobileHeaderBarProps } from './components/MobileHeaderBar/MobileHeaderBar.types';
|
|
5
|
-
|
|
6
5
|
export interface MobileLayoutProps {
|
|
7
6
|
action?: ReactElement<IconButtonProps>;
|
|
8
7
|
children: ReactNode;
|
|
@@ -3,7 +3,6 @@ import { IconButtonProps } from '../../../../../../ui/src/lib/Atoms/Buttons/Icon
|
|
|
3
3
|
import { NotificationBubbleProps } from '../../../../../../ui/src/lib/Atoms/NotificationBubble/NotificationBubble.types';
|
|
4
4
|
import { IconProps } from '../../../../../../ui/src/lib/Base/Icon/Icon.types';
|
|
5
5
|
import { TypographyProps } from '../../../../../../ui/src/lib/Base/Typography/Typography.types';
|
|
6
|
-
|
|
7
6
|
export interface MobileHeaderBarProps {
|
|
8
7
|
as?: Exclude<TypographyProps['as'], 'h1'>;
|
|
9
8
|
className?: string;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
import { PointOfInterestProps } from './PointOfInterest.types';
|
|
2
|
-
|
|
3
2
|
declare const PointOfInterest: ({ address, badgeType, heartComponent, hood, imageSrc, isBlocked, onClick, onRemove, placeholderType, subcategory, title, }: PointOfInterestProps) => import("react/jsx-runtime").JSX.Element;
|
|
4
3
|
export default PointOfInterest;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
import { default as PostAuthorProps } from './PostAuthor.types';
|
|
2
|
-
|
|
3
2
|
declare const PostAuthor: ({ author, feedItemCategory, groupName, metadata, onMoreClick, rating, showMoreIcon, thumbnail, }: PostAuthorProps) => import("react/jsx-runtime").JSX.Element;
|
|
4
3
|
export default PostAuthor;
|
|
@@ -5,7 +5,6 @@ import { IconButtonProps } from '../../../../ui/src/lib/Atoms/Buttons/IconButton
|
|
|
5
5
|
import { ThumbnailCircularProps, ThumbnailSquareProps } from '../../../../ui/src/lib/Atoms/Content/Thumbnail/Thumbnail.type';
|
|
6
6
|
import { default as ThumbnailWrapperProps } from '../../../../ui/src/lib/Atoms/Content/ThumbnailWrapper/ThumbnailWrapper.types';
|
|
7
7
|
import { default as RatingProps } from './Rating/Rating.types';
|
|
8
|
-
|
|
9
8
|
type ThumbnailProps = (ThumbnailCircularProps & {
|
|
10
9
|
thumbnailType: 'thumbnailCircular';
|
|
11
10
|
}) | (ThumbnailSquareProps & {
|
package/lib/Profile/Profile.d.ts
CHANGED
|
@@ -2,7 +2,6 @@ import { MutableRefObject } from 'react';
|
|
|
2
2
|
import { DropdownOptionProps } from '../../../../ui/src/lib/Atoms/Dropdowns/DropdownOption/DropdownOption.types';
|
|
3
3
|
import { OffsetType } from '../../../../ui/src/lib/Organisms/Modals/Popup/Popup.types';
|
|
4
4
|
import { PointOfInterestProfileProps } from './components/PointOfInterestProfileTile/PointOfInterestProfileTile.types';
|
|
5
|
-
|
|
6
5
|
export type ProfileControlsProps = {
|
|
7
6
|
moreMenuData: {
|
|
8
7
|
offset?: OffsetType;
|
package/lib/ProfileControls/components/PointOfInterestProfileTile/PointOfInterestProfileTile.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
import { PointOfInterestProfileProps } from './PointOfInterestProfileTile.types';
|
|
2
|
-
|
|
3
2
|
declare const PointOfInterestProfileTile: ({ buttonLabel, icon, selected, ...props }: PointOfInterestProfileProps) => import("react/jsx-runtime").JSX.Element;
|
|
4
3
|
export default PointOfInterestProfileTile;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { ButtonProps } from '../../../../../../ui/src/lib/Atoms/Buttons/Button/Button.types';
|
|
2
2
|
import { Icon32 } from '../../../../../../ui/src/lib/Base/Icon/Icon.types';
|
|
3
|
-
|
|
4
3
|
export interface PointOfInterestProfileProps extends Omit<ButtonProps, 'children'> {
|
|
5
4
|
buttonLabel: string;
|
|
6
5
|
icon: Icon32;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
import { ReactionSelectionProps } from './ReactionSelection.types';
|
|
2
|
-
|
|
3
2
|
declare const ReactionSelection: ({ buttonContent, className, disabled, offset, onButtonClick, onReactionSelect, placement, reactions, }: ReactionSelectionProps) => import("react/jsx-runtime").JSX.Element;
|
|
4
3
|
export default ReactionSelection;
|
|
@@ -2,7 +2,6 @@ import { PopupPlacement } from '@mui/base';
|
|
|
2
2
|
import { ReactElement } from 'react';
|
|
3
3
|
import { ReactionType } from '../../../../../api/src/lib/types/reactions';
|
|
4
4
|
import { Reaction } from '../ReactionStack/ReactionStack.types';
|
|
5
|
-
|
|
6
5
|
export interface ReactionSelectionProps {
|
|
7
6
|
buttonContent: ReactElement;
|
|
8
7
|
className?: string;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { ReactElement } from 'react';
|
|
2
2
|
import { ReactionType } from '../../../../../../../api/src/lib/types/reactions';
|
|
3
3
|
import { ReactionPillProps } from './ReactionPill.type';
|
|
4
|
-
|
|
5
4
|
export declare const renderReaction: (type: ReactionType) => ReactElement;
|
|
6
5
|
declare const ReactionPill: ({ className, count, expanded, onClick, reaction, selected, size, stack, }: ReactionPillProps) => ReactElement;
|
|
7
6
|
export default ReactionPill;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { ReactionType } from '../../../../../../../api/src/lib/types/reactions';
|
|
2
2
|
import { BaseButtonProps } from '../../../../../../../ui/src/lib/Atoms/Buttons/Button/Button.types';
|
|
3
|
-
|
|
4
3
|
export interface ReactionPillProps extends BaseButtonProps {
|
|
5
4
|
className?: string;
|
|
6
5
|
count?: number;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
import { ReactionTabListProps } from './ReactionTabList.types';
|
|
2
|
-
|
|
3
2
|
declare const ReactionTabList: ({ closeText, getPicturePlaceholder, getReactions, headerTitle, open, postId, setOpen, }: ReactionTabListProps) => import("react/jsx-runtime").JSX.Element | null;
|
|
4
3
|
export default ReactionTabList;
|
package/lib/Reactions/utils.d.ts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { ReactionType } from '../../../../api/src/lib/types/reactions';
|
|
2
2
|
import { Reaction } from './ReactionStack/ReactionStack.types';
|
|
3
|
-
|
|
4
3
|
export declare const sortReactions: <T extends Reaction>(reactions: T[]) => T[];
|
|
5
4
|
export declare const isReactionType: (key: string) => key is Exclude<ReactionType, "bookmark">;
|