wacomm 2.22.0 → 2.24.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.
Files changed (242) hide show
  1. package/dist/Autocomplete.d.ts +1 -1
  2. package/dist/CommentEditor.d.ts +1 -1
  3. package/dist/Deletable.d.ts +1 -1
  4. package/dist/DuelVersus.d.ts +1 -1
  5. package/dist/EditableBlock.d.ts +1 -1
  6. package/dist/NavArrows.d.ts +1 -1
  7. package/dist/RedStar.d.ts +1 -1
  8. package/dist/SearchBar.d.ts +1 -1
  9. package/dist/ShowMore.d.ts +1 -1
  10. package/dist/SocialMediaIcon.d.ts +2 -2
  11. package/dist/Tabs.d.ts +1 -1
  12. package/dist/Text.d.ts +1 -1
  13. package/dist/TextUpdater.d.ts +1 -1
  14. package/dist/TextareaAutosize.d.ts +1 -1
  15. package/dist/TimeAgo.d.ts +1 -1
  16. package/dist/alerts/AlertWrapper.d.ts +1 -1
  17. package/dist/alerts/ChatAlert.d.ts +1 -1
  18. package/dist/alerts/MessageAlert.d.ts +1 -1
  19. package/dist/alerts/NotificationAlert.d.ts +1 -1
  20. package/dist/avatar/Avatar.d.ts +1 -1
  21. package/dist/avatar/AvatarTag.d.ts +1 -1
  22. package/dist/avatar/AvatarTimeTag.d.ts +1 -1
  23. package/dist/avatar/LetterAvatar.d.ts +1 -1
  24. package/dist/buttons/AddButton.d.ts +1 -1
  25. package/dist/buttons/Button.d.ts +1 -1
  26. package/dist/buttons/CacheButton.d.ts +1 -1
  27. package/dist/buttons/CloseAccountButton.d.ts +1 -1
  28. package/dist/buttons/ModalButton.d.ts +1 -1
  29. package/dist/buttons/SaveCancelButtons.d.ts +1 -1
  30. package/dist/buttons/StyledButton.d.ts +1 -1
  31. package/dist/buttons/SvgButton.d.ts +1 -1
  32. package/dist/buttons/ToggleButton.d.ts +1 -1
  33. package/dist/buttons/index.d.ts +0 -1
  34. package/dist/carousel/Carousel.d.ts +1 -1
  35. package/dist/checkboxGroup/Checkbox.d.ts +1 -1
  36. package/dist/checkboxGroup/CheckboxGroup.d.ts +1 -1
  37. package/dist/commentReply/CommentReplyCount.d.ts +1 -1
  38. package/dist/commentReply/CommentReplySection.d.ts +1 -1
  39. package/dist/commentReply/CommentsSection.d.ts +1 -1
  40. package/dist/commentReply/RepliesSection.d.ts +1 -1
  41. package/dist/company/Copyright.d.ts +1 -1
  42. package/dist/containers/Column.d.ts +1 -1
  43. package/dist/containers/Container.d.ts +1 -1
  44. package/dist/containers/Row.d.ts +1 -1
  45. package/dist/containers/StaticColumn.d.ts +1 -1
  46. package/dist/containers/StaticRow.d.ts +1 -1
  47. package/dist/coordinates/CoordinateUpdater.d.ts +1 -1
  48. package/dist/coordinates/Coordinates.d.ts +1 -1
  49. package/dist/coordinates/CoordinatesUpdater.d.ts +1 -1
  50. package/dist/coordinates/MyGeolocationUpdater.d.ts +1 -1
  51. package/dist/datetime/DateDisplay.d.ts +1 -1
  52. package/dist/datetime/DatePicker.d.ts +1 -1
  53. package/dist/datetime/DateRange.d.ts +1 -1
  54. package/dist/datetime/DateTimePicker.d.ts +1 -1
  55. package/dist/datetime/MonthPicker.d.ts +1 -1
  56. package/dist/datetime/TimePicker.d.ts +1 -1
  57. package/dist/errors/ErrorBoundary.d.ts +1 -1
  58. package/dist/errors/ErrorMessage.d.ts +1 -1
  59. package/dist/errors/LazyErrorBoundary.d.ts +1 -1
  60. package/dist/errors/NotFound.d.ts +1 -1
  61. package/dist/expandableContainer/ExpandableContainer.d.ts +1 -1
  62. package/dist/expandableContainer/ExpandableContainerHeader.d.ts +1 -1
  63. package/dist/html/A.d.ts +1 -1
  64. package/dist/html/ClickableDiv.d.ts +1 -1
  65. package/dist/html/Heading.d.ts +2 -1
  66. package/dist/html/P.d.ts +1 -1
  67. package/dist/html/Span.d.ts +1 -1
  68. package/dist/html/Textarea.d.ts +1 -1
  69. package/dist/html/form/Form.d.ts +1 -1
  70. package/dist/html/form/FormButtons.d.ts +1 -1
  71. package/dist/html/form/SubmitButton.d.ts +1 -1
  72. package/dist/html/img/Img.d.ts +1 -1
  73. package/dist/html/img/SmartImage.d.ts +1 -1
  74. package/dist/html/input/EmailInput.d.ts +1 -1
  75. package/dist/html/input/Input.d.ts +1 -1
  76. package/dist/html/input/PasswordInput.d.ts +1 -1
  77. package/dist/html/input/PasswordSetup.d.ts +1 -1
  78. package/dist/html/input/TextInput.d.ts +1 -1
  79. package/dist/icons/CloseIcon.d.ts +1 -1
  80. package/dist/icons/EditIcon.d.ts +1 -1
  81. package/dist/icons/SendIcon.d.ts +1 -1
  82. package/dist/images/imageCropper/ImageCropper.d.ts +1 -1
  83. package/dist/images/imageGrid/ImageGrid.d.ts +1 -1
  84. package/dist/images/imageGrid/ImageGridBase.d.ts +1 -1
  85. package/dist/images/imageGrid/ImageGridUpload.d.ts +1 -1
  86. package/dist/images/mediaUpload/MediaUpload.d.ts +1 -1
  87. package/dist/images/mediaUpload/MediaUploadPreview.d.ts +1 -1
  88. package/dist/images/useFileInput.d.ts +1 -1
  89. package/dist/index.d.ts +0 -8
  90. package/dist/likes/LikeSection.d.ts +1 -1
  91. package/dist/loading/LoadingIcon.d.ts +1 -1
  92. package/dist/loading/LoadingIndicator.d.ts +1 -1
  93. package/dist/{mapbox-gl-C-4L0VtI.mjs → mapbox-gl-DFCUTsWF.mjs} +32674 -28652
  94. package/dist/mapbox-gl-NMBUP2ma.js +3220 -0
  95. package/dist/modal/Modal.d.ts +1 -1
  96. package/dist/modal/ModalItem.d.ts +1 -1
  97. package/dist/navbar/Navbar.d.ts +1 -1
  98. package/dist/navbar/NavbarTab.d.ts +1 -1
  99. package/dist/osmMap/OsmMap.d.ts +1 -1
  100. package/dist/osmMap/OsmMarkerList.d.ts +1 -1
  101. package/dist/pickers/OrderPicker.d.ts +1 -1
  102. package/dist/pickers/Picker.d.ts +1 -1
  103. package/dist/radioGroup/Radio.d.ts +1 -1
  104. package/dist/radioGroup/RadioGroup.d.ts +1 -1
  105. package/dist/separators/DashedLine.d.ts +1 -1
  106. package/dist/separators/MiddleDot.d.ts +1 -1
  107. package/dist/separators/OrDivider.d.ts +1 -1
  108. package/dist/separators/VerticalLine.d.ts +1 -1
  109. package/dist/svgTags/BlockTag.d.ts +1 -1
  110. package/dist/svgTags/BuddyTag.d.ts +1 -1
  111. package/dist/svgTags/CalendarTag.d.ts +1 -1
  112. package/dist/svgTags/CommentTag.d.ts +1 -1
  113. package/dist/svgTags/CopyTag.d.ts +1 -1
  114. package/dist/svgTags/CreateTag.d.ts +1 -1
  115. package/dist/svgTags/ExploreTag.d.ts +1 -1
  116. package/dist/svgTags/GoBackTag.d.ts +1 -1
  117. package/dist/svgTags/HomeTag.d.ts +1 -1
  118. package/dist/svgTags/LogoutTag.d.ts +1 -1
  119. package/dist/svgTags/MapTag.d.ts +1 -1
  120. package/dist/svgTags/MessageTag.d.ts +1 -1
  121. package/dist/svgTags/NearbyTag.d.ts +1 -1
  122. package/dist/svgTags/NewsfeedTag.d.ts +1 -1
  123. package/dist/svgTags/PrivateTag.d.ts +1 -1
  124. package/dist/svgTags/ReportTag.d.ts +1 -1
  125. package/dist/svgTags/SettingsTag.d.ts +1 -1
  126. package/dist/svgTags/SvgTag.d.ts +1 -1
  127. package/dist/svgTags/UpArrowTag.d.ts +1 -1
  128. package/dist/svgTags/index.d.ts +1 -0
  129. package/dist/svgTags/locations/CityTag.d.ts +1 -1
  130. package/dist/svgTags/locations/LocationPointTag.d.ts +1 -1
  131. package/dist/svgTags/locations/StreetTag.d.ts +1 -1
  132. package/dist/svgTags/locations/index.d.ts +3 -1
  133. package/dist/svgTags/posts/CreatePostTag.d.ts +1 -1
  134. package/dist/svgTags/posts/ImageTag.d.ts +1 -1
  135. package/dist/svgTags/posts/PollTag.d.ts +1 -1
  136. package/dist/svgTags/posts/PostTag.d.ts +1 -1
  137. package/dist/svgTags/profiles/ArenaTag.d.ts +1 -1
  138. package/dist/svgTags/profiles/CoachTag.d.ts +1 -1
  139. package/dist/svgTags/profiles/CollectionTag.d.ts +1 -1
  140. package/dist/svgTags/profiles/EventTag.d.ts +1 -1
  141. package/dist/svgTags/profiles/GameTag.d.ts +1 -1
  142. package/dist/svgTags/profiles/LeaderboardTag.d.ts +1 -1
  143. package/dist/svgTags/profiles/MarketTag.d.ts +1 -1
  144. package/dist/svgTags/profiles/TeamTag.d.ts +1 -1
  145. package/dist/svgTags/profiles/UserTag.d.ts +1 -1
  146. package/dist/svgTags/profiles/index.d.ts +0 -1
  147. package/dist/tags/Tag.d.ts +1 -1
  148. package/dist/tags/Tags.d.ts +1 -1
  149. package/dist/tootips/MenuTooltip.d.ts +1 -1
  150. package/dist/tootips/SvgTooltip.d.ts +1 -1
  151. package/dist/tootips/Tooltip.d.ts +1 -1
  152. package/dist/wacomm.cjs.js +18 -592
  153. package/dist/wacomm.css +1 -1
  154. package/dist/wacomm.es.js +4348 -7540
  155. package/package.json +7 -4
  156. package/dist/GameScore.d.ts +0 -10
  157. package/dist/blockUser/BlockUser.d.ts +0 -9
  158. package/dist/blockUser/BlockUser.stories.d.ts +0 -7
  159. package/dist/blockUser/BlockUser.test.d.ts +0 -0
  160. package/dist/blockUser/index.d.ts +0 -1
  161. package/dist/contentViolation/ContentViolationForm.d.ts +0 -10
  162. package/dist/contentViolation/ContentViolationReporter.d.ts +0 -9
  163. package/dist/contentViolation/ContentViolationReporter.stories.d.ts +0 -7
  164. package/dist/contentViolation/ContentViolationReporter.test.d.ts +0 -0
  165. package/dist/contentViolation/index.d.ts +0 -2
  166. package/dist/interests/CategoryTag.d.ts +0 -11
  167. package/dist/interests/CategoryTag.stories.d.ts +0 -19
  168. package/dist/interests/index.d.ts +0 -4
  169. package/dist/interests/interestIcon/CardGamesInterestIcons.d.ts +0 -6
  170. package/dist/interests/interestIcon/CardGamesInterestIcons.stories.d.ts +0 -7
  171. package/dist/interests/interestIcon/InterestIcon.d.ts +0 -9
  172. package/dist/interests/interestIcon/LanguagesInterestIcons.d.ts +0 -6
  173. package/dist/interests/interestIcon/LanguagesInterestIcons.stories.d.ts +0 -7
  174. package/dist/interests/interestIcon/LeisureInterestIcons.d.ts +0 -6
  175. package/dist/interests/interestIcon/LeisureInterestIcons.stories.d.ts +0 -7
  176. package/dist/interests/interestIcon/MusicInterestIcons.d.ts +0 -6
  177. package/dist/interests/interestIcon/MusicInterestIcons.stories.d.ts +0 -7
  178. package/dist/interests/interestIcon/PetsInterestIcons.d.ts +0 -6
  179. package/dist/interests/interestIcon/PetsInterestIcons.stories.d.ts +0 -7
  180. package/dist/interests/interestIcon/SportsInterestIcons.d.ts +0 -6
  181. package/dist/interests/interestIcon/SportsInterestIcons.stories.d.ts +0 -7
  182. package/dist/interests/interestIcon/TravelInterestIcons.d.ts +0 -6
  183. package/dist/interests/interestIcon/TravelInterestIcons.stories.d.ts +0 -7
  184. package/dist/interests/interestIcon/index.d.ts +0 -8
  185. package/dist/interests/interestIconTooltip/CardGamesInterestIconTooltips.d.ts +0 -8
  186. package/dist/interests/interestIconTooltip/CardGamesInterestIconTooltips.stories.d.ts +0 -7
  187. package/dist/interests/interestIconTooltip/InterestIconTooltip.d.ts +0 -12
  188. package/dist/interests/interestIconTooltip/LanguagesInterestIconTooltips.d.ts +0 -8
  189. package/dist/interests/interestIconTooltip/LanguagesInterestIconTooltips.stories.d.ts +0 -7
  190. package/dist/interests/interestIconTooltip/LeisureInterestIconTooltips.d.ts +0 -8
  191. package/dist/interests/interestIconTooltip/LeisureInterestIconTooltips.stories.d.ts +0 -7
  192. package/dist/interests/interestIconTooltip/MusicInterestIconTooltips.d.ts +0 -8
  193. package/dist/interests/interestIconTooltip/MusicInterestIconTooltips.stories.d.ts +0 -7
  194. package/dist/interests/interestIconTooltip/PetsInterestIconTooltips.d.ts +0 -8
  195. package/dist/interests/interestIconTooltip/PetsInterestIconTooltips.stories.d.ts +0 -7
  196. package/dist/interests/interestIconTooltip/SportsInterestIconTooltips.d.ts +0 -8
  197. package/dist/interests/interestIconTooltip/SportsInterestIconTooltips.stories.d.ts +0 -7
  198. package/dist/interests/interestIconTooltip/TravelInterestIconTooltips.d.ts +0 -8
  199. package/dist/interests/interestIconTooltip/TravelInterestIconTooltips.stories.d.ts +0 -7
  200. package/dist/interests/interestIconTooltip/index.d.ts +0 -8
  201. package/dist/interests/interestTag/CardGamesInterestTags.d.ts +0 -6
  202. package/dist/interests/interestTag/CardGamesInterestTags.stories.d.ts +0 -7
  203. package/dist/interests/interestTag/InterestTag.d.ts +0 -12
  204. package/dist/interests/interestTag/InterestTag.stories.d.ts +0 -8
  205. package/dist/interests/interestTag/LanguagesInterestTags.d.ts +0 -6
  206. package/dist/interests/interestTag/LanguagesInterestTags.stories.d.ts +0 -7
  207. package/dist/interests/interestTag/LeisureInterestTags.d.ts +0 -6
  208. package/dist/interests/interestTag/LeisureInterestTags.stories.d.ts +0 -7
  209. package/dist/interests/interestTag/MusicInterestTags.d.ts +0 -6
  210. package/dist/interests/interestTag/MusicInterestTags.stories.d.ts +0 -7
  211. package/dist/interests/interestTag/PetsInterestTags.d.ts +0 -6
  212. package/dist/interests/interestTag/PetsInterestTags.stories.d.ts +0 -7
  213. package/dist/interests/interestTag/SportsInterestTags.d.ts +0 -6
  214. package/dist/interests/interestTag/SportsInterestTags.stories.d.ts +0 -7
  215. package/dist/interests/interestTag/TravelInterestTags.d.ts +0 -6
  216. package/dist/interests/interestTag/TravelInterestTags.stories.d.ts +0 -7
  217. package/dist/interests/interestTag/index.d.ts +0 -8
  218. package/dist/inviteByEmails/EmailAddForm.d.ts +0 -12
  219. package/dist/inviteByEmails/EmailAddForm.stories.d.ts +0 -9
  220. package/dist/inviteByEmails/EmailEntryItem.d.ts +0 -8
  221. package/dist/inviteByEmails/EmailEntryItem.stories.d.ts +0 -7
  222. package/dist/inviteByEmails/EmailEntryList.d.ts +0 -7
  223. package/dist/inviteByEmails/EmailEntryList.stories.d.ts +0 -8
  224. package/dist/inviteByEmails/InviteByEmails.d.ts +0 -6
  225. package/dist/inviteByEmails/InviteByEmails.stories.d.ts +0 -6
  226. package/dist/inviteByEmails/types.d.ts +0 -4
  227. package/dist/mapbox-gl-CEoCFafC.js +0 -2956
  228. package/dist/message/MessageButton.d.ts +0 -8
  229. package/dist/message/MessageButton.stories.d.ts +0 -20
  230. package/dist/message/MessageInput.d.ts +0 -7
  231. package/dist/message/MessageInput.stories.d.ts +0 -15
  232. package/dist/message/index.d.ts +0 -2
  233. package/dist/moreActions/MoreActions.d.ts +0 -11
  234. package/dist/moreActions/MoreActions.stories.d.ts +0 -7
  235. package/dist/moreActions/MoreActions.test.d.ts +0 -0
  236. package/dist/moreActions/index.d.ts +0 -1
  237. package/dist/static/StaticGameScore.d.ts +0 -8
  238. package/dist/static/index.d.ts +0 -1
  239. package/dist/svgTags/locations/LocationTag.d.ts +0 -9
  240. package/dist/svgTags/locations/LocationTag.stories.d.ts +0 -8
  241. package/dist/svgTags/profiles/ProfileTag.d.ts +0 -16
  242. package/dist/svgTags/profiles/ProfileTag.stories.d.ts +0 -14
@@ -1,8 +0,0 @@
1
- interface MessageButtonProps {
2
- onSend: (content: string) => Promise<void> | void;
3
- onSuccess?: () => void;
4
- onError?: (error: unknown) => void;
5
- disabled?: boolean;
6
- }
7
- declare function MessageButton({ onSend, onSuccess, onError, disabled }: MessageButtonProps): import("react/jsx-runtime").JSX.Element;
8
- export default MessageButton;
@@ -1,20 +0,0 @@
1
- import { StoryObj } from '@storybook/react-vite';
2
- import { default as MessageButton } from './MessageButton';
3
- declare const meta: {
4
- title: string;
5
- component: typeof MessageButton;
6
- parameters: {
7
- layout: string;
8
- };
9
- tags: string[];
10
- args: {
11
- onSend: import('@vitest/spy').Mock<(...args: any[]) => any>;
12
- onSuccess: import('@vitest/spy').Mock<(...args: any[]) => any>;
13
- onError: import('@vitest/spy').Mock<(...args: any[]) => any>;
14
- };
15
- };
16
- export default meta;
17
- type Story = StoryObj<typeof meta>;
18
- export declare const Default: Story;
19
- export declare const Disabled: Story;
20
- export declare const SendError: Story;
@@ -1,7 +0,0 @@
1
- interface MessageInputProps {
2
- onSend: (content: string) => void;
3
- disabled?: boolean;
4
- autoFocus?: boolean;
5
- }
6
- declare function MessageInput({ onSend, disabled, autoFocus }: MessageInputProps): import("react/jsx-runtime").JSX.Element;
7
- export default MessageInput;
@@ -1,15 +0,0 @@
1
- import { StoryObj } from '@storybook/react-vite';
2
- import { default as MessageInput } from './MessageInput';
3
- declare const meta: {
4
- title: string;
5
- component: typeof MessageInput;
6
- tags: string[];
7
- args: {
8
- onSend: import('@vitest/spy').Mock<(...args: any[]) => any>;
9
- };
10
- };
11
- export default meta;
12
- type Story = StoryObj<typeof meta>;
13
- export declare const Default: Story;
14
- export declare const Disabled: Story;
15
- export declare const CssCheck: Story;
@@ -1,2 +0,0 @@
1
- export { default as MessageInput } from './MessageInput';
2
- export { default as MessageButton } from './MessageButton';
@@ -1,11 +0,0 @@
1
- import { ZeroFuncType } from 'waujs';
2
- import { ContentViolationOption } from 'wenum';
3
- interface MoreActionsProps {
4
- onReport: (option: ContentViolationOption, note?: string) => void;
5
- onBlock: ZeroFuncType;
6
- username?: string;
7
- notePlaceholder?: string;
8
- className?: string;
9
- }
10
- declare function MoreActions({ onReport, onBlock, username, notePlaceholder, className }: MoreActionsProps): import("react/jsx-runtime").JSX.Element;
11
- export default MoreActions;
@@ -1,7 +0,0 @@
1
- import { Meta, StoryObj } from '@storybook/react-vite';
2
- import { default as MoreActions } from './MoreActions';
3
- declare const meta: Meta<typeof MoreActions>;
4
- export default meta;
5
- type Story = StoryObj<typeof meta>;
6
- export declare const Default: Story;
7
- export declare const WithUsername: Story;
File without changes
@@ -1 +0,0 @@
1
- export { default as MoreActions } from './MoreActions';
@@ -1,8 +0,0 @@
1
- import { LeaderboardType } from 'wenum';
2
- interface StaticGameScoreProps {
3
- score: number | string;
4
- className?: string;
5
- leaderboardType?: LeaderboardType;
6
- }
7
- declare function StaticGameScore({ score, className, leaderboardType }: StaticGameScoreProps): import("react/jsx-runtime").JSX.Element;
8
- export default StaticGameScore;
@@ -1 +0,0 @@
1
- export { default as StaticGameScore } from './StaticGameScore';
@@ -1,9 +0,0 @@
1
- import { LocationType } from 'wenum';
2
- import { ZeroFuncType } from 'waujs';
3
- interface LocationTagProps {
4
- address: string;
5
- locationType?: LocationType;
6
- onClick?: ZeroFuncType;
7
- }
8
- declare function LocationTag({ address, locationType, onClick }: LocationTagProps): import("react/jsx-runtime").JSX.Element;
9
- export default LocationTag;
@@ -1,8 +0,0 @@
1
- import { Meta, StoryObj } from '@storybook/react-vite';
2
- import { default as LocationTag } from './LocationTag';
3
- declare const meta: Meta<typeof LocationTag>;
4
- export default meta;
5
- type Story = StoryObj<typeof meta>;
6
- export declare const Default: Story;
7
- export declare const Street: Story;
8
- export declare const City: Story;
@@ -1,16 +0,0 @@
1
- import { ProfileType } from 'wenum';
2
- import { ZeroFuncType } from 'waujs';
3
- import { SvgSize } from 'wasvg';
4
- interface ProfileTagProps {
5
- profileType: ProfileType;
6
- label?: string;
7
- isHighlighted?: boolean;
8
- onClick?: ZeroFuncType;
9
- className?: string;
10
- svgSize?: SvgSize;
11
- labelClassName?: string;
12
- svgClassName?: string;
13
- isVertical?: boolean;
14
- }
15
- declare function ProfileTag({ profileType, label, isHighlighted, onClick, className, svgSize, labelClassName, svgClassName, isVertical }: ProfileTagProps): import("react/jsx-runtime").JSX.Element | null;
16
- export default ProfileTag;
@@ -1,14 +0,0 @@
1
- import { Meta, StoryObj } from '@storybook/react-vite';
2
- import { default as ProfileTag } from './ProfileTag';
3
- declare const meta: Meta<typeof ProfileTag>;
4
- export default meta;
5
- type Story = StoryObj<typeof meta>;
6
- export declare const User: Story;
7
- export declare const Arena: Story;
8
- export declare const Team: Story;
9
- export declare const Event: Story;
10
- export declare const Market: Story;
11
- export declare const Game: Story;
12
- export declare const Leaderboard: Story;
13
- export declare const Collection: Story;
14
- export declare const Highlighted: Story;