wacomm 1.5.2 → 1.6.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.
- package/dist/A.d.ts +1 -1
- package/dist/AlertWrap.d.ts +1 -1
- package/dist/Deletable.d.ts +1 -1
- package/dist/EditableBlock.d.ts +1 -1
- package/dist/ExpandableTextUpdater.d.ts +1 -1
- package/dist/List.d.ts +1 -1
- package/dist/Modal.d.ts +1 -1
- package/dist/Picker.d.ts +1 -1
- package/dist/SearchBar.d.ts +1 -1
- package/dist/Tabs.d.ts +1 -1
- package/dist/Tag.d.ts +1 -1
- package/dist/TextSender.d.ts +1 -1
- package/dist/buttons/AddButton.stories.d.ts +7 -0
- package/dist/buttons/AddButton.test.d.ts +0 -0
- package/dist/buttons/Button.d.ts +1 -1
- package/dist/buttons/CacheButton.d.ts +1 -1
- package/dist/buttons/StyledButton.d.ts +1 -1
- package/dist/buttons/SvgButton.d.ts +1 -1
- package/dist/buttons/ToggleButton.d.ts +1 -1
- package/dist/containers/Column.d.ts +1 -1
- package/dist/containers/Container.d.ts +1 -1
- package/dist/containers/Row.d.ts +1 -1
- package/dist/datetime/DateRange.d.ts +1 -1
- package/dist/datetime/DateTimePicker.d.ts +1 -1
- package/dist/expandableContainer/ExpandableContainer.d.ts +1 -1
- package/dist/expandableContainer/ExpandableContainerHeader.d.ts +1 -1
- package/dist/form/Checkbox.d.ts +1 -1
- package/dist/form/Dropdown.d.ts +1 -1
- package/dist/form/FileInput.d.ts +1 -1
- package/dist/form/FormButtons.d.ts +1 -1
- package/dist/form/Input.d.ts +1 -1
- package/dist/form/SubmitButton.d.ts +1 -1
- package/dist/form/Textarea.d.ts +1 -1
- package/dist/icons/CloseIcon.d.ts +1 -1
- package/dist/icons/EditIcon.d.ts +1 -1
- package/dist/icons/SendIcon.d.ts +1 -1
- package/dist/icons/index.d.ts +0 -1
- package/dist/{index-DebVaBsW.mjs → index-BNl4yOc4.mjs} +3291 -3435
- package/dist/{index-Bfgp9Bvg.js → index-BWnWoFio.js} +38 -38
- package/dist/index.d.ts +3 -1
- package/dist/inputs/NumberInput.d.ts +1 -1
- package/dist/inputs/TextInput.d.ts +1 -1
- package/dist/inputs/TextUpdater.d.ts +1 -1
- package/dist/likes/LikeSection.d.ts +10 -0
- package/dist/likes/LikesCount.d.ts +8 -0
- package/dist/likes/index.d.ts +1 -0
- package/dist/loadingIndicator/LoadingIndicator.d.ts +1 -1
- package/dist/mapbox/MapboxMap.d.ts +1 -1
- package/dist/{mapbox-gl-D9yVMHlz.js → mapbox-gl-C8l95jok.js} +1 -1
- package/dist/{mapbox-gl-D0Hmaxan.mjs → mapbox-gl-DA52aBGL.mjs} +1 -1
- package/dist/navbar/Navbar.d.ts +1 -1
- package/dist/separators/MiddleDot.d.ts +5 -0
- package/dist/separators/VerticalLine.d.ts +5 -0
- package/dist/separators/index.d.ts +2 -0
- package/dist/subjectReaction/SubjectReactionSection.d.ts +11 -0
- package/dist/subjectReaction/SubjectReactionsCount.d.ts +10 -0
- package/dist/subjectReaction/index.d.ts +2 -0
- package/dist/subjectReaction/util.d.ts +14 -0
- package/dist/svgTags/CalendarTag.d.ts +1 -1
- package/dist/svgTags/ExploreTag.d.ts +1 -1
- package/dist/svgTags/HomeTag.d.ts +1 -1
- package/dist/svgTags/MapTag.d.ts +1 -1
- package/dist/svgTags/NewsfeedTag.d.ts +1 -1
- package/dist/svgTags/PartnersTag.d.ts +1 -1
- package/dist/svgTags/SvgTag.d.ts +1 -1
- package/dist/svgTags/UpArrowTag.d.ts +1 -1
- package/dist/svgTags/posts/CreatePostTag.d.ts +1 -1
- package/dist/svgTags/posts/ImageTag.d.ts +1 -1
- package/dist/svgTags/posts/PollTag.d.ts +1 -1
- package/dist/svgTags/posts/TextPostTag.d.ts +1 -1
- package/dist/svgTags/profiles/ArenaTag.d.ts +1 -1
- package/dist/svgTags/profiles/CalendarEventTag.d.ts +1 -1
- package/dist/svgTags/profiles/CoachTag.d.ts +1 -1
- package/dist/svgTags/profiles/CollectionTag.d.ts +1 -1
- package/dist/svgTags/profiles/CreateArenaTag.d.ts +1 -1
- package/dist/svgTags/profiles/CreateCollectionTag.d.ts +1 -1
- package/dist/svgTags/profiles/CreateTeamTag.d.ts +1 -1
- package/dist/svgTags/profiles/MarketTag.d.ts +1 -1
- package/dist/svgTags/profiles/TeamTag.d.ts +1 -1
- package/dist/svgTags/profiles/UserTag.d.ts +1 -1
- package/dist/tootips/SvgTooltip.d.ts +1 -1
- package/dist/tootips/Tooltip.d.ts +1 -1
- package/dist/wacomm.cjs.js +1 -1
- package/dist/wacomm.es.js +74 -71
- package/package.json +26 -4
- package/dist/Separator.d.ts +0 -1
- package/dist/icons/LikeIcon.d.ts +0 -8
package/dist/navbar/Navbar.d.ts
CHANGED
|
@@ -10,5 +10,5 @@ interface TabItemProps {
|
|
|
10
10
|
name: string;
|
|
11
11
|
label: string;
|
|
12
12
|
}
|
|
13
|
-
declare function Navbar({ tabs, onPick, pickedTabName, className, tabClassName, tabHighlightedClassName
|
|
13
|
+
declare function Navbar({ tabs, onPick, pickedTabName, className, tabClassName, tabHighlightedClassName }: NavbarProps): import("react/jsx-runtime").JSX.Element;
|
|
14
14
|
export default Navbar;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ZeroFuncType } from 'waujs';
|
|
2
|
+
import { SubjectReactionType } from './util';
|
|
3
|
+
interface SubjectReactionProps {
|
|
4
|
+
type: SubjectReactionType;
|
|
5
|
+
className?: string;
|
|
6
|
+
textClassName?: string;
|
|
7
|
+
count?: number;
|
|
8
|
+
onClick: ZeroFuncType;
|
|
9
|
+
}
|
|
10
|
+
export default function SubjectReactionSection({ type, className, textClassName, count, onClick }: SubjectReactionProps): import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ZeroFuncType } from 'waujs';
|
|
2
|
+
interface SubjectReactionsCountProps {
|
|
3
|
+
singleLabel: string;
|
|
4
|
+
pluralLabel: string;
|
|
5
|
+
count?: number;
|
|
6
|
+
onClick: ZeroFuncType;
|
|
7
|
+
className?: string;
|
|
8
|
+
}
|
|
9
|
+
export default function SubjectReactionsCount({ singleLabel, pluralLabel, count, onClick, className }: SubjectReactionsCountProps): import("react/jsx-runtime").JSX.Element | null;
|
|
10
|
+
export {};
|
|
@@ -9,5 +9,5 @@ interface CalendarTagProps {
|
|
|
9
9
|
label?: string;
|
|
10
10
|
svgSize?: SvgSize;
|
|
11
11
|
}
|
|
12
|
-
declare function CalendarTag({ isHighlighted, onClick, isVertical, label, labelClassName, svgClassName, svgSize
|
|
12
|
+
declare function CalendarTag({ isHighlighted, onClick, isVertical, label, labelClassName, svgClassName, svgSize }: CalendarTagProps): import("react/jsx-runtime").JSX.Element;
|
|
13
13
|
export default CalendarTag;
|
|
@@ -4,5 +4,5 @@ interface ExploreTagProps {
|
|
|
4
4
|
onClick: ZeroFuncType;
|
|
5
5
|
label: string;
|
|
6
6
|
}
|
|
7
|
-
declare function ExploreTag({ isHighlighted, onClick, label
|
|
7
|
+
declare function ExploreTag({ isHighlighted, onClick, label }: ExploreTagProps): import("react/jsx-runtime").JSX.Element;
|
|
8
8
|
export default ExploreTag;
|
|
@@ -4,5 +4,5 @@ interface HomeTagProps {
|
|
|
4
4
|
onClick: ZeroFuncType;
|
|
5
5
|
label: string;
|
|
6
6
|
}
|
|
7
|
-
declare function HomeTag({ isHighlighted, onClick, label
|
|
7
|
+
declare function HomeTag({ isHighlighted, onClick, label }: HomeTagProps): import("react/jsx-runtime").JSX.Element;
|
|
8
8
|
export default HomeTag;
|
package/dist/svgTags/MapTag.d.ts
CHANGED
|
@@ -2,5 +2,5 @@ interface MapTagProps {
|
|
|
2
2
|
isHighlighted?: boolean;
|
|
3
3
|
onClick: () => void;
|
|
4
4
|
}
|
|
5
|
-
declare function MapTag({ isHighlighted, onClick
|
|
5
|
+
declare function MapTag({ isHighlighted, onClick }: MapTagProps): import("react/jsx-runtime").JSX.Element;
|
|
6
6
|
export default MapTag;
|
|
@@ -4,5 +4,5 @@ interface NewsfeedTagProps {
|
|
|
4
4
|
onClick?: ZeroFuncType;
|
|
5
5
|
className?: string;
|
|
6
6
|
}
|
|
7
|
-
declare function NewsfeedTag({ isHighlighted, onClick, className
|
|
7
|
+
declare function NewsfeedTag({ isHighlighted, onClick, className }: NewsfeedTagProps): import("react/jsx-runtime").JSX.Element;
|
|
8
8
|
export default NewsfeedTag;
|
|
@@ -4,5 +4,5 @@ interface PartnersTagProps {
|
|
|
4
4
|
onClick?: ZeroFuncType;
|
|
5
5
|
className?: string;
|
|
6
6
|
}
|
|
7
|
-
declare function PartnersTag({ isHighlighted, onClick, className
|
|
7
|
+
declare function PartnersTag({ isHighlighted, onClick, className }: PartnersTagProps): import("react/jsx-runtime").JSX.Element;
|
|
8
8
|
export default PartnersTag;
|
package/dist/svgTags/SvgTag.d.ts
CHANGED
|
@@ -16,5 +16,5 @@ interface SvgTagProps {
|
|
|
16
16
|
labelClassName?: string;
|
|
17
17
|
isLabelHidden?: boolean;
|
|
18
18
|
}
|
|
19
|
-
declare function SvgTag({ label, isVertical, isHighlighted, className, icon: { Svg, className: svgClassName, size: svgSize
|
|
19
|
+
declare function SvgTag({ label, isVertical, isHighlighted, className, icon: { Svg, className: svgClassName, size: svgSize }, labelClassName, isLabelHidden, onClick }: SvgTagProps): import("react/jsx-runtime").JSX.Element;
|
|
20
20
|
export default SvgTag;
|
|
@@ -2,5 +2,5 @@ import { ZeroFuncType } from 'waujs';
|
|
|
2
2
|
interface UpArrowTagProps {
|
|
3
3
|
onClick: ZeroFuncType;
|
|
4
4
|
}
|
|
5
|
-
declare function UpArrowTag({ onClick
|
|
5
|
+
declare function UpArrowTag({ onClick }: UpArrowTagProps): import("react/jsx-runtime").JSX.Element;
|
|
6
6
|
export default UpArrowTag;
|
|
@@ -7,5 +7,5 @@ interface CreatePostTagProps {
|
|
|
7
7
|
className?: string;
|
|
8
8
|
svgSize?: SvgSize;
|
|
9
9
|
}
|
|
10
|
-
declare function CreatePostTag({ label, isHighlighted, onClick, className, svgSize
|
|
10
|
+
declare function CreatePostTag({ label, isHighlighted, onClick, className, svgSize }: CreatePostTagProps): import("react/jsx-runtime").JSX.Element;
|
|
11
11
|
export default CreatePostTag;
|
|
@@ -7,5 +7,5 @@ interface ImageTagProps {
|
|
|
7
7
|
className?: string;
|
|
8
8
|
svgSize?: SvgSize;
|
|
9
9
|
}
|
|
10
|
-
declare function ImageTag({ label, isHighlighted, onClick, className, svgSize
|
|
10
|
+
declare function ImageTag({ label, isHighlighted, onClick, className, svgSize }: ImageTagProps): import("react/jsx-runtime").JSX.Element;
|
|
11
11
|
export default ImageTag;
|
|
@@ -7,5 +7,5 @@ interface PollTagProps {
|
|
|
7
7
|
className?: string;
|
|
8
8
|
svgSize?: SvgSize;
|
|
9
9
|
}
|
|
10
|
-
declare function PollTag({ label, isHighlighted, onClick, className, svgSize
|
|
10
|
+
declare function PollTag({ label, isHighlighted, onClick, className, svgSize }: PollTagProps): import("react/jsx-runtime").JSX.Element;
|
|
11
11
|
export default PollTag;
|
|
@@ -7,5 +7,5 @@ interface TextPostTagProps {
|
|
|
7
7
|
svgSize?: SvgSize;
|
|
8
8
|
label?: string;
|
|
9
9
|
}
|
|
10
|
-
declare function TextPostTag({ isHighlighted, onClick, className, svgSize, label
|
|
10
|
+
declare function TextPostTag({ isHighlighted, onClick, className, svgSize, label }: TextPostTagProps): import("react/jsx-runtime").JSX.Element;
|
|
11
11
|
export default TextPostTag;
|
|
@@ -9,5 +9,5 @@ interface ArenaTagProps {
|
|
|
9
9
|
labelClassName?: string;
|
|
10
10
|
svgSize?: SvgSize;
|
|
11
11
|
}
|
|
12
|
-
declare function ArenaTag({ label, isHighlighted, onClick, className, svgClassName, svgSize, labelClassName
|
|
12
|
+
declare function ArenaTag({ label, isHighlighted, onClick, className, svgClassName, svgSize, labelClassName }: ArenaTagProps): import("react/jsx-runtime").JSX.Element;
|
|
13
13
|
export default ArenaTag;
|
|
@@ -9,5 +9,5 @@ interface CalendarEventTagProps {
|
|
|
9
9
|
labelClassName?: string;
|
|
10
10
|
svgClassName?: string;
|
|
11
11
|
}
|
|
12
|
-
declare function CalendarEventTag({ label, isHighlighted, onClick, className, svgSize, labelClassName, svgClassName
|
|
12
|
+
declare function CalendarEventTag({ label, isHighlighted, onClick, className, svgSize, labelClassName, svgClassName }: CalendarEventTagProps): import("react/jsx-runtime").JSX.Element;
|
|
13
13
|
export default CalendarEventTag;
|
|
@@ -8,5 +8,5 @@ interface CoachTagProps {
|
|
|
8
8
|
labelClassName?: string;
|
|
9
9
|
svgSize?: SvgSize;
|
|
10
10
|
}
|
|
11
|
-
declare function CoachTag({ label, isHighlighted, onClick, className, svgSize, labelClassName
|
|
11
|
+
declare function CoachTag({ label, isHighlighted, onClick, className, svgSize, labelClassName }: CoachTagProps): import("react/jsx-runtime").JSX.Element;
|
|
12
12
|
export default CoachTag;
|
|
@@ -9,5 +9,5 @@ interface CollectionsTagProps {
|
|
|
9
9
|
labelClassName?: string;
|
|
10
10
|
svgClassName?: string;
|
|
11
11
|
}
|
|
12
|
-
declare function CollectionsTag({ label, isHighlighted, onClick, className, labelClassName, svgClassName, svgSize
|
|
12
|
+
declare function CollectionsTag({ label, isHighlighted, onClick, className, labelClassName, svgClassName, svgSize }: CollectionsTagProps): import("react/jsx-runtime").JSX.Element;
|
|
13
13
|
export default CollectionsTag;
|
|
@@ -7,5 +7,5 @@ interface CreateArenaTagProps {
|
|
|
7
7
|
className?: string;
|
|
8
8
|
svgSize?: SvgSize;
|
|
9
9
|
}
|
|
10
|
-
declare function CreateArenaTag({ label, isHighlighted, onClick, className, svgSize
|
|
10
|
+
declare function CreateArenaTag({ label, isHighlighted, onClick, className, svgSize }: CreateArenaTagProps): import("react/jsx-runtime").JSX.Element;
|
|
11
11
|
export default CreateArenaTag;
|
|
@@ -7,5 +7,5 @@ interface CreateCollectionTagProps {
|
|
|
7
7
|
className?: string;
|
|
8
8
|
svgSize?: SvgSize;
|
|
9
9
|
}
|
|
10
|
-
declare function CreateCollectionTag({ label, isHighlighted, onClick, className, svgSize
|
|
10
|
+
declare function CreateCollectionTag({ label, isHighlighted, onClick, className, svgSize }: CreateCollectionTagProps): import("react/jsx-runtime").JSX.Element;
|
|
11
11
|
export default CreateCollectionTag;
|
|
@@ -7,5 +7,5 @@ interface CreateTeamTagProps {
|
|
|
7
7
|
className?: string;
|
|
8
8
|
svgSize?: SvgSize;
|
|
9
9
|
}
|
|
10
|
-
declare function CreateTeamTag({ label, isHighlighted, onClick, className, svgSize
|
|
10
|
+
declare function CreateTeamTag({ label, isHighlighted, onClick, className, svgSize }: CreateTeamTagProps): import("react/jsx-runtime").JSX.Element;
|
|
11
11
|
export default CreateTeamTag;
|
|
@@ -9,5 +9,5 @@ interface MarketTagProps {
|
|
|
9
9
|
labelClassName?: string;
|
|
10
10
|
svgClassName?: string;
|
|
11
11
|
}
|
|
12
|
-
declare function MarketTag({ label, isHighlighted, onClick, className, svgSize, labelClassName, svgClassName
|
|
12
|
+
declare function MarketTag({ label, isHighlighted, onClick, className, svgSize, labelClassName, svgClassName }: MarketTagProps): import("react/jsx-runtime").JSX.Element;
|
|
13
13
|
export default MarketTag;
|
|
@@ -9,5 +9,5 @@ interface TeamTagProps {
|
|
|
9
9
|
labelClassName?: string;
|
|
10
10
|
svgClassName?: string;
|
|
11
11
|
}
|
|
12
|
-
declare function TeamTag({ label, isHighlighted, onClick, className, svgSize, labelClassName, svgClassName
|
|
12
|
+
declare function TeamTag({ label, isHighlighted, onClick, className, svgSize, labelClassName, svgClassName }: TeamTagProps): import("react/jsx-runtime").JSX.Element;
|
|
13
13
|
export default TeamTag;
|
|
@@ -5,5 +5,5 @@ interface UserTagProps {
|
|
|
5
5
|
labelClassName?: string;
|
|
6
6
|
svgClassName?: string;
|
|
7
7
|
}
|
|
8
|
-
declare function UserTag({ label, svgSize, labelClassName, svgClassName
|
|
8
|
+
declare function UserTag({ label, svgSize, labelClassName, svgClassName }: UserTagProps): import("react/jsx-runtime").JSX.Element;
|
|
9
9
|
export default UserTag;
|
|
@@ -6,5 +6,5 @@ export interface SvgTooltipProps {
|
|
|
6
6
|
icon: ReactElement;
|
|
7
7
|
label: string;
|
|
8
8
|
}
|
|
9
|
-
declare function SvgTooltip({ className, onClick, icon, label
|
|
9
|
+
declare function SvgTooltip({ className, onClick, icon, label }: SvgTooltipProps): import("react/jsx-runtime").JSX.Element;
|
|
10
10
|
export default SvgTooltip;
|
|
@@ -15,5 +15,5 @@ interface TooltipProps {
|
|
|
15
15
|
className?: string;
|
|
16
16
|
tooltipStyle?: object;
|
|
17
17
|
}
|
|
18
|
-
declare function Tooltip({ children, name, label, position, onClick, className, tooltipStyle
|
|
18
|
+
declare function Tooltip({ children, name, label, position, onClick, className, tooltipStyle }: TooltipProps): import("react/jsx-runtime").JSX.Element;
|
|
19
19
|
export default Tooltip;
|
package/dist/wacomm.cjs.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-BWnWoFio.js");exports.A=e.A;exports.ATarget=e.ATarget;exports.AddButton=e.AddButton;exports.AlertWrap=e.AlertWrap;exports.ArenaTag=e.ArenaTag;exports.Autocomplete=e.Autocomplete;exports.Button=e.Button;exports.CacheButton=e.CacheButton;exports.CalendarEventTag=e.CalendarEventTag;exports.CalendarTag=e.CalendarTag;exports.CategoryTag=e.CategoryTag;exports.ChatTag=e.ChatTag;exports.CityTag=e.CityTag;exports.CloseIcon=e.CloseIcon;exports.CoachTag=e.CoachTag;exports.CollectionTag=e.CollectionsTag;exports.Column=e.Column;exports.CommentTag=e.CommentTag;exports.Container=e.Container;exports.Copyright=e.Copyright;exports.CreateArenaTag=e.CreateArenaTag;exports.CreateCollectionTag=e.CreateCollectionTag;exports.CreatePostTag=e.CreatePostTag;exports.CreateTag=e.CreateTag;exports.CreateTeamTag=e.CreateTeamTag;exports.DateDisplay=e.DateDisplay;exports.DatePicker=e.DatePicker;exports.DateRange=e.DateRange;exports.DateTimePicker=e.DateTimePicker;exports.Deletable=e.Deletable;exports.Dropdown=e.Input$1;exports.EditIcon=e.EditIcon;exports.EditableBlock=e.EditableBlock;exports.ErrorMessage=e.ErrorMessage;exports.ExpandableContainer=e.ExpandableContainer;exports.ExpandableTextUpdater=e.ExpandableTextUpdater;exports.ExploreTag=e.ExploreTag;exports.FileInput=e.FileInput;exports.FormButtons=e.FormButtons;exports.H1=e.H1;exports.HomeTag=e.HomeTag;exports.ImageTag=e.ImageTag;exports.Img=e.Img;exports.Input=e.Input;exports.InputType=e.InputType;exports.InterestIconTooltip=e.InterestIconTooltip;exports.InterestTag=e.InterestTag;exports.LikeSection=e.LikeSection;exports.List=e.List;exports.LoadingIndicator=e.LoadingIndicator;exports.LogoutTag=e.LogoutTag;exports.MapStyle=e.MapStyle;exports.MapTag=e.MapTag;exports.MapboxMap=e.MapboxMap;exports.MarketTag=e.MarketTag;exports.MenuTooltip=e.MenuTooltip;exports.MiddleDot=e.MiddleDot;exports.Modal=e.Modal;exports.ModalButton=e.ModalButton;exports.MonthPicker=e.MonthPicker;exports.NavArrows=e.NavArrows;exports.Navbar=e.Navbar;exports.NavigationControlPosition=e.NavigationControlPosition;exports.NewsfeedTag=e.NewsfeedTag;exports.NotFound=e.NotFound;exports.NotificationTag=e.NotificationTag;exports.NumberInput=e.NumberInput;exports.PartnersTag=e.PartnersTag;exports.Picker=e.Picker;exports.PollTag=e.PollTag;exports.PrivateTag=e.PrivateTag;exports.Row=e.Row;exports.SearchBar=e.SearchBar;exports.SendIcon=e.SendIcon;exports.StyledButton=e.StyledButton;exports.SubjectReactionSection=e.SubjectReactionSection;exports.SubjectReactionType=e.SubjectReactionType;exports.SubmitButton=e.SubmitButton;exports.SvgButton=e.SvgButton;exports.SvgSize=e.c;exports.SvgTooltip=e.SvgTooltip;exports.Tabs=e.Tabs;exports.Tag=e.Tag;exports.TagColor=e.TagColor;exports.TagLabelSize=e.TagLabelSize;exports.TeamTag=e.TeamTag;exports.TextInput=e.TextInput;exports.TextPostTag=e.TextPostTag;exports.TextSender=e.TextSender;exports.TextUpdater=e.TextUpdater;exports.Textarea=e.Textarea;exports.TimePicker=e.TimePicker;exports.ToggleButton=e.ToggleButton;exports.Tooltip=e.Tooltip;exports.UpArrowTag=e.UpArrowTag;exports.UserTag=e.UserTag;exports.VerticalLine=e.VerticalLine;exports.WorenaLogo=e.WorenaLogo;exports.YesNoButtons=e.YesNoButtons;exports.formatDate=e.formatDate;exports.formatDateTime=e.formatDateTime;exports.formatDateTimeRange=e.formatDateTimeRange;exports.formatTime=e.formatTime;exports.isSameDate=e.isSameDate;
|
package/dist/wacomm.es.js
CHANGED
|
@@ -1,53 +1,53 @@
|
|
|
1
|
-
import { A as e, a as t,
|
|
1
|
+
import { A as e, a as t, t as o, f as n, an as r, j as T, B as g, q as i, as as l, aa as p, ak as c, ag as u, aA as m, aC as d, av as C, ao as S, aI as I, al as b, aJ as B, C as D, ap as x, aq as M, ay as P, ab as k, ar as v, O as y, v as A, K as N, x as f, D as E, a0 as L, aB as h, E as w, d as R, m as F, e as U, a7 as j, _ as z, Z as H, H as W, a6 as q, aw as G, I as J, V as K, W as O, a4 as V, aj as Y, aM as Q, L as X, n as Z, af as _, R as $, ac as aa, Q as sa, at as ea, a1 as ta, aL as oa, M as na, r as ra, w as Ta, N as ga, a5 as ia, U as la, a9 as pa, i as ca, ai as ua, aG as ma, a8 as da, P as Ca, ax as Sa, ad as Ia, aH as ba, S as Ba, aD as Da, s as xa, aN as Ma, aO as Pa, X as ka, o as va, l as ya, a3 as Aa, h as Na, T as fa, b as Ea, c as La, am as ha, aF as wa, az as Ra, k as Fa, aE as Ua, $ as ja, u as za, p as Ha, a2 as Wa, ah as qa, au as Ga, aK as Ja, ae as Ka, Y as Oa, y as Va, F as Ya, J as Qa, z as Xa, G as Za } from "./index-BNl4yOc4.mjs";
|
|
2
2
|
export {
|
|
3
3
|
e as A,
|
|
4
4
|
t as ATarget,
|
|
5
5
|
o as AddButton,
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
n as AlertWrap,
|
|
7
|
+
r as ArenaTag,
|
|
8
8
|
T as Autocomplete,
|
|
9
9
|
g as Button,
|
|
10
10
|
i as CacheButton,
|
|
11
11
|
l as CalendarEventTag,
|
|
12
12
|
p as CalendarTag,
|
|
13
|
-
|
|
13
|
+
c as CategoryTag,
|
|
14
14
|
u as ChatTag,
|
|
15
|
-
|
|
15
|
+
m as CityTag,
|
|
16
16
|
d as CloseIcon,
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
17
|
+
C as CoachTag,
|
|
18
|
+
S as CollectionTag,
|
|
19
|
+
I as Column,
|
|
20
|
+
b as CommentTag,
|
|
21
|
+
B as Container,
|
|
22
22
|
D as Copyright,
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
23
|
+
x as CreateArenaTag,
|
|
24
|
+
M as CreateCollectionTag,
|
|
25
|
+
P as CreatePostTag,
|
|
26
26
|
k as CreateTag,
|
|
27
27
|
v as CreateTeamTag,
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
28
|
+
y as DateDisplay,
|
|
29
|
+
A as DatePicker,
|
|
30
|
+
N as DateRange,
|
|
31
|
+
f as DateTimePicker,
|
|
32
|
+
E as Deletable,
|
|
33
|
+
L as Dropdown,
|
|
34
|
+
h as EditIcon,
|
|
35
35
|
w as EditableBlock,
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
36
|
+
R as ErrorMessage,
|
|
37
|
+
F as ExpandableContainer,
|
|
38
|
+
U as ExpandableTextUpdater,
|
|
39
|
+
j as ExploreTag,
|
|
40
|
+
z as FileInput,
|
|
41
|
+
H as FormButtons,
|
|
42
|
+
W as H1,
|
|
43
43
|
q as HomeTag,
|
|
44
44
|
G as ImageTag,
|
|
45
45
|
J as Img,
|
|
46
46
|
K as Input,
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
47
|
+
O as InputType,
|
|
48
|
+
V as InterestIconTooltip,
|
|
49
|
+
Y as InterestTag,
|
|
50
|
+
Q as LikeSection,
|
|
51
51
|
X as List,
|
|
52
52
|
Z as LoadingIndicator,
|
|
53
53
|
_ as LogoutTag,
|
|
@@ -56,49 +56,52 @@ export {
|
|
|
56
56
|
sa as MapboxMap,
|
|
57
57
|
ea as MarketTag,
|
|
58
58
|
ta as MenuTooltip,
|
|
59
|
-
oa as
|
|
59
|
+
oa as MiddleDot,
|
|
60
|
+
na as Modal,
|
|
60
61
|
ra as ModalButton,
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
62
|
+
Ta as MonthPicker,
|
|
63
|
+
ga as NavArrows,
|
|
64
|
+
ia as Navbar,
|
|
65
|
+
la as NavigationControlPosition,
|
|
66
|
+
pa as NewsfeedTag,
|
|
67
|
+
ca as NotFound,
|
|
68
|
+
ua as NotificationTag,
|
|
69
|
+
ma as NumberInput,
|
|
70
|
+
da as PartnersTag,
|
|
71
|
+
Ca as Picker,
|
|
72
|
+
Sa as PollTag,
|
|
72
73
|
Ia as PrivateTag,
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
Pa as
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
Aa as
|
|
74
|
+
ba as Row,
|
|
75
|
+
Ba as SearchBar,
|
|
76
|
+
Da as SendIcon,
|
|
77
|
+
xa as StyledButton,
|
|
78
|
+
Ma as SubjectReactionSection,
|
|
79
|
+
Pa as SubjectReactionType,
|
|
80
|
+
ka as SubmitButton,
|
|
81
|
+
va as SvgButton,
|
|
82
|
+
ya as SvgSize,
|
|
83
|
+
Aa as SvgTooltip,
|
|
84
|
+
Na as Tabs,
|
|
83
85
|
fa as Tag,
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
86
|
+
Ea as TagColor,
|
|
87
|
+
La as TagLabelSize,
|
|
88
|
+
ha as TeamTag,
|
|
89
|
+
wa as TextInput,
|
|
90
|
+
Ra as TextPostTag,
|
|
91
|
+
Fa as TextSender,
|
|
92
|
+
Ua as TextUpdater,
|
|
93
|
+
ja as Textarea,
|
|
92
94
|
za as TimePicker,
|
|
93
95
|
Ha as ToggleButton,
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
Ya as
|
|
102
|
-
|
|
103
|
-
|
|
96
|
+
Wa as Tooltip,
|
|
97
|
+
qa as UpArrowTag,
|
|
98
|
+
Ga as UserTag,
|
|
99
|
+
Ja as VerticalLine,
|
|
100
|
+
Ka as WorenaLogo,
|
|
101
|
+
Oa as YesNoButtons,
|
|
102
|
+
Va as formatDate,
|
|
103
|
+
Ya as formatDateTime,
|
|
104
|
+
Qa as formatDateTimeRange,
|
|
105
|
+
Xa as formatTime,
|
|
106
|
+
Za as isSameDate
|
|
104
107
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wacomm",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.6.0",
|
|
4
4
|
"main": "dist/wacomm.cjs.js",
|
|
5
5
|
"module": "dist/wacomm.es.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -16,8 +16,13 @@
|
|
|
16
16
|
"./dist/wacomm.css": "./dist/wacomm.css"
|
|
17
17
|
},
|
|
18
18
|
"scripts": {
|
|
19
|
-
"test": "
|
|
20
|
-
"build": "vite build"
|
|
19
|
+
"test": "vitest",
|
|
20
|
+
"build": "vite build",
|
|
21
|
+
"storybook": "storybook dev -p 6006",
|
|
22
|
+
"build-storybook": "storybook build",
|
|
23
|
+
"lint": "eslint .",
|
|
24
|
+
"lint:fix": "eslint --fix",
|
|
25
|
+
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc"
|
|
21
26
|
},
|
|
22
27
|
"keywords": [],
|
|
23
28
|
"author": "",
|
|
@@ -28,14 +33,30 @@
|
|
|
28
33
|
"react-dom": "^19.0.0"
|
|
29
34
|
},
|
|
30
35
|
"devDependencies": {
|
|
36
|
+
"@storybook/addon-docs": "^9.0.18",
|
|
37
|
+
"@storybook/react-vite": "^9.0.18",
|
|
31
38
|
"@tailwindcss/vite": "^4.1.7",
|
|
39
|
+
"@testing-library/jest-dom": "^6.6.4",
|
|
40
|
+
"@testing-library/react": "^16.3.0",
|
|
41
|
+
"@types/jest": "^30.0.0",
|
|
32
42
|
"@types/react": "^19.1.5",
|
|
33
43
|
"@types/react-dom": "^19.1.5",
|
|
34
44
|
"@types/react-modal": "^3.16.3",
|
|
35
45
|
"@vitejs/plugin-react-swc": "^3.9.0",
|
|
46
|
+
"eslint-config-airbnb": "^19.0.4",
|
|
47
|
+
"eslint-config-prettier": "^9.0.0",
|
|
48
|
+
"eslint-plugin-import": "^2.28.1",
|
|
49
|
+
"eslint-plugin-jsx-a11y": "^6.7.1",
|
|
50
|
+
"eslint-plugin-react": "^7.33.2",
|
|
51
|
+
"eslint-plugin-react-hooks": "^4.6.0",
|
|
52
|
+
"eslint-plugin-react-refresh": "^0.4.3",
|
|
53
|
+
"jsdom": "^26.1.0",
|
|
54
|
+
"prettier": "^3.6.2",
|
|
55
|
+
"storybook": "^9.0.18",
|
|
36
56
|
"tailwindcss": "^4.1.7",
|
|
37
57
|
"vite": "^6.3.5",
|
|
38
|
-
"vite-plugin-dts": "^4.5.4"
|
|
58
|
+
"vite-plugin-dts": "^4.5.4",
|
|
59
|
+
"vitest": "^3.2.4"
|
|
39
60
|
},
|
|
40
61
|
"dependencies": {
|
|
41
62
|
"@emotion/react": "^11.14.0",
|
|
@@ -47,6 +68,7 @@
|
|
|
47
68
|
"clsx": "^2.1.1",
|
|
48
69
|
"dayjs": "^1.11.13",
|
|
49
70
|
"mapbox-gl": "^3.0.1",
|
|
71
|
+
"path": "^0.12.7",
|
|
50
72
|
"react-hook-form": "^7.56.4",
|
|
51
73
|
"react-map-gl": "^7.1.6",
|
|
52
74
|
"react-modal": "^3.16.3",
|
package/dist/Separator.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export default function Separator(): import("react/jsx-runtime").JSX.Element;
|
package/dist/icons/LikeIcon.d.ts
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { ZeroFuncType } from 'waujs';
|
|
2
|
-
interface LikeIconProps {
|
|
3
|
-
isHighlited?: boolean;
|
|
4
|
-
label?: string;
|
|
5
|
-
onClick: ZeroFuncType;
|
|
6
|
-
}
|
|
7
|
-
declare function LikeIcon({ isHighlited, label, onClick, }: LikeIconProps): import("react/jsx-runtime").JSX.Element;
|
|
8
|
-
export default LikeIcon;
|