wacomm 1.5.2 → 1.6.1
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-Bfgp9Bvg.js → index-CsYJq5e8.js} +38 -38
- package/dist/{index-DebVaBsW.mjs → index-DNb2I9SH.mjs} +3296 -3435
- 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 +9 -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-D0Hmaxan.mjs → mapbox-gl-Bj37Trjo.mjs} +1 -1
- package/dist/{mapbox-gl-D9yVMHlz.js → mapbox-gl-lQH9AO-J.js} +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.css +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/index.d.ts
CHANGED
|
@@ -17,7 +17,6 @@ export { default as NotFound } from './NotFound';
|
|
|
17
17
|
export { default as H1 } from './H1';
|
|
18
18
|
export { default as Autocomplete } from './Autocomplete';
|
|
19
19
|
export { default as TextSender } from './TextSender';
|
|
20
|
-
export { default as Separator } from './Separator';
|
|
21
20
|
export { SvgSize } from 'wasvg';
|
|
22
21
|
export * from './expandableContainer';
|
|
23
22
|
export * from './loadingIndicator';
|
|
@@ -31,6 +30,9 @@ export * from './svgTags';
|
|
|
31
30
|
export * from './icons';
|
|
32
31
|
export * from './inputs';
|
|
33
32
|
export * from './containers';
|
|
33
|
+
export * from './separators';
|
|
34
|
+
export * from './likes';
|
|
35
|
+
export * from './subjectReaction';
|
|
34
36
|
export type { EditableBlockEditProps, EditableBlockDisplayProps } from './EditableBlock';
|
|
35
37
|
export type { ModalStyleProps } from './Modal';
|
|
36
38
|
export type { PickerOptionProps, onChangeType } from './Picker';
|
|
@@ -6,4 +6,4 @@ export interface NumberInputProps {
|
|
|
6
6
|
disabled?: boolean;
|
|
7
7
|
onChange: (value: number) => void;
|
|
8
8
|
}
|
|
9
|
-
export default function NumberInput({ title, placeholder, className, value, disabled, onChange
|
|
9
|
+
export default function NumberInput({ title, placeholder, className, value, disabled, onChange }: NumberInputProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -6,4 +6,4 @@ export interface TextInputProps {
|
|
|
6
6
|
disabled?: boolean;
|
|
7
7
|
onChange: (s: string) => void;
|
|
8
8
|
}
|
|
9
|
-
export default function TextInput({ title, placeholder, className, value, disabled, onChange
|
|
9
|
+
export default function TextInput({ title, placeholder, className, value, disabled, onChange }: TextInputProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -8,5 +8,5 @@ export interface TextUpdaterProps {
|
|
|
8
8
|
classNameEdit?: string;
|
|
9
9
|
classNameDisplay?: string;
|
|
10
10
|
}
|
|
11
|
-
declare function TextUpdater({ content, onSave, isLoading, editable, placeholder, classNameEdit, classNameDisplay
|
|
11
|
+
declare function TextUpdater({ content, onSave, isLoading, editable, placeholder, classNameEdit, classNameDisplay }: TextUpdaterProps): import("react/jsx-runtime").JSX.Element;
|
|
12
12
|
export default TextUpdater;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ZeroFuncType } from 'waujs';
|
|
2
|
+
interface LikeSectionProps {
|
|
3
|
+
className?: string;
|
|
4
|
+
textClassName?: string;
|
|
5
|
+
count?: number;
|
|
6
|
+
isHighlighted?: boolean;
|
|
7
|
+
onLike: ZeroFuncType;
|
|
8
|
+
}
|
|
9
|
+
export default function LikeSection({ className, textClassName, count, isHighlighted, onLike }: LikeSectionProps): import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
export {};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ZeroFuncType } from 'waujs';
|
|
2
|
+
interface LikesCountProps {
|
|
3
|
+
count?: number;
|
|
4
|
+
onClick: ZeroFuncType;
|
|
5
|
+
className?: string;
|
|
6
|
+
textClassName?: string;
|
|
7
|
+
}
|
|
8
|
+
export default function LikesCount({ count, onClick, className, textClassName }: LikesCountProps): import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as LikeSection } from './LikeSection';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
interface LoadingIndicatorProps {
|
|
2
2
|
className?: string;
|
|
3
3
|
}
|
|
4
|
-
declare function LoadingIndicator({ className
|
|
4
|
+
declare function LoadingIndicator({ className }: LoadingIndicatorProps): import("react/jsx-runtime").JSX.Element;
|
|
5
5
|
export default LoadingIndicator;
|
|
@@ -11,5 +11,5 @@ interface MapboxMapProps {
|
|
|
11
11
|
mapStyle: MapStyle;
|
|
12
12
|
navigationControl: navigationControlProps;
|
|
13
13
|
}
|
|
14
|
-
declare const MapboxMap: ({ longitude, latitude, locations, mapboxToken, mapStyle, navigationControl
|
|
14
|
+
declare const MapboxMap: ({ longitude, latitude, locations, mapboxToken, mapStyle, navigationControl }: MapboxMapProps) => import("react/jsx-runtime").JSX.Element;
|
|
15
15
|
export default MapboxMap;
|