wacomm 1.0.8 → 1.0.9
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/{index-B3ghxGQ1.mjs → index-B7bxND6L.mjs} +2686 -2652
- package/dist/{index-CFpNIwr0.js → index-DM-CJt4-.js} +45 -45
- package/dist/index.d.ts +1 -3
- package/dist/{mapbox-gl-DvoBl43v.js → mapbox-gl-CkL-UbqU.js} +1 -1
- package/dist/{mapbox-gl-GA3mtmED.mjs → mapbox-gl-egUjE2RB.mjs} +1 -1
- package/dist/svgTags/LogoutTag.d.ts +8 -0
- package/dist/svgTags/index.d.ts +13 -0
- package/dist/svgTags/locations/index.d.ts +1 -0
- package/dist/svgTags/posts/index.d.ts +4 -0
- package/dist/svgTags/profiles/index.d.ts +10 -0
- package/dist/wacomm.cjs.js +1 -1
- package/dist/wacomm.es.js +31 -31
- package/package.json +1 -1
- package/dist/tags/index.d.ts +0 -23
- /package/dist/{tags → svgTags}/CalendarTag.d.ts +0 -0
- /package/dist/{tags → svgTags}/CreateTag.d.ts +0 -0
- /package/dist/{tags → svgTags}/ExploreTag.d.ts +0 -0
- /package/dist/{tags → svgTags}/HomeTag.d.ts +0 -0
- /package/dist/{tags → svgTags}/MapTag.d.ts +0 -0
- /package/dist/{tags → svgTags}/NewsfeedTag.d.ts +0 -0
- /package/dist/{tags → svgTags}/PartnersTag.d.ts +0 -0
- /package/dist/{tags → svgTags}/PrivateTag.d.ts +0 -0
- /package/dist/{SvgTag.d.ts → svgTags/SvgTag.d.ts} +0 -0
- /package/dist/{WorenaLogo.d.ts → svgTags/WorenaLogo.d.ts} +0 -0
- /package/dist/{tags → svgTags/locations}/CityTag.d.ts +0 -0
- /package/dist/{tags → svgTags/posts}/CreatePostTag.d.ts +0 -0
- /package/dist/{tags → svgTags/posts}/ImageTag.d.ts +0 -0
- /package/dist/{tags → svgTags/posts}/PollTag.d.ts +0 -0
- /package/dist/{tags → svgTags/posts}/TextPostTag.d.ts +0 -0
- /package/dist/{tags → svgTags/profiles}/ArenaTag.d.ts +0 -0
- /package/dist/{tags → svgTags/profiles}/CalendarEventTag.d.ts +0 -0
- /package/dist/{tags → svgTags/profiles}/CoachTag.d.ts +0 -0
- /package/dist/{tags → svgTags/profiles}/CollectionTag.d.ts +0 -0
- /package/dist/{tags → svgTags/profiles}/CreateArenaTag.d.ts +0 -0
- /package/dist/{tags → svgTags/profiles}/CreateCollectionTag.d.ts +0 -0
- /package/dist/{tags → svgTags/profiles}/CreateTeamTag.d.ts +0 -0
- /package/dist/{tags → svgTags/profiles}/MarketTag.d.ts +0 -0
- /package/dist/{tags → svgTags/profiles}/TeamTag.d.ts +0 -0
- /package/dist/{tags → svgTags/profiles}/UserTag.d.ts +0 -0
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { ZeroFuncType } from 'waujs';
|
|
2
|
+
interface LogoutTagProps {
|
|
3
|
+
label: string;
|
|
4
|
+
onClick: ZeroFuncType;
|
|
5
|
+
className?: string;
|
|
6
|
+
}
|
|
7
|
+
declare function LogoutTag({ label, onClick, className }: LogoutTagProps): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default LogoutTag;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export { default as HomeTag } from './HomeTag';
|
|
2
|
+
export { default as ExploreTag } from './ExploreTag';
|
|
3
|
+
export { default as PartnersTag } from './PartnersTag';
|
|
4
|
+
export { default as NewsfeedTag } from './NewsfeedTag';
|
|
5
|
+
export { default as CalendarTag } from './CalendarTag';
|
|
6
|
+
export { default as CreateTag } from './CreateTag';
|
|
7
|
+
export { default as MapTag } from './MapTag';
|
|
8
|
+
export { default as PrivateTag } from './PrivateTag';
|
|
9
|
+
export { default as WorenaLogo } from './WorenaLogo';
|
|
10
|
+
export { default as LogoutTag } from './LogoutTag';
|
|
11
|
+
export * from './profiles';
|
|
12
|
+
export * from './posts';
|
|
13
|
+
export * from './locations';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as CityTag } from './CityTag';
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export { default as TeamTag } from './TeamTag';
|
|
2
|
+
export { default as ArenaTag } from './ArenaTag';
|
|
3
|
+
export { default as CollectionTag } from './CollectionTag';
|
|
4
|
+
export { default as CreateArenaTag } from './CreateArenaTag';
|
|
5
|
+
export { default as CreateCollectionTag } from './CreateCollectionTag';
|
|
6
|
+
export { default as CreateTeamTag } from './CreateTeamTag';
|
|
7
|
+
export { default as CalendarEventTag } from './CalendarEventTag';
|
|
8
|
+
export { default as MarketTag } from './MarketTag';
|
|
9
|
+
export { default as UserTag } from './UserTag';
|
|
10
|
+
export { default as CoachTag } from './CoachTag';
|
package/dist/wacomm.cjs.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("./index-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("./index-DM-CJt4-.js");exports.A=a.A;exports.ATarget=a.ATarget;exports.AddButton=a.AddButton;exports.AlertWrap=a.AlertWrap;exports.ArenaTag=a.ArenaTag;exports.Autocomplete=a.Autocomplete;exports.Button=a.Button;exports.CacheButton=a.CacheButton;exports.CalendarEventTag=a.CalendarEventTag;exports.CalendarTag=a.CalendarTag;exports.CityTag=a.CityTag;exports.CloseIcon=a.CloseIcon;exports.CoachTag=a.CoachTag;exports.CollectionTag=a.CollectionsTag;exports.Column=a.Column;exports.Container=a.Container;exports.Copyright=a.Copyright;exports.CreateArenaTag=a.CreateArenaTag;exports.CreateCollectionTag=a.CreateCollectionTag;exports.CreatePostTag=a.CreatePostTag;exports.CreateTag=a.CreateTag;exports.CreateTeamTag=a.CreateTeamTag;exports.DateDisplay=a.DateDisplay;exports.DatePicker=a.DatePicker;exports.DateRange=a.DateRange;exports.DateTimePicker=a.DateTimePicker;exports.Deletable=a.Deletable;exports.Dropdown=a.Input$1;exports.EditIcon=a.EditIcon;exports.EditableBlock=a.EditableBlock;exports.ErrorMessage=a.ErrorMessage;exports.ExpandableContainer=a.ExpandableContainer;exports.ExpandableTextUpdater=a.ExpandableTextUpdater;exports.ExploreTag=a.ExploreTag;exports.FileInput=a.FileInput;exports.FormButtons=a.FormButtons;exports.H1=a.H1;exports.HomeTag=a.HomeTag;exports.ImageTag=a.ImageTag;exports.Img=a.Img;exports.Input=a.Input;exports.InputType=a.InputType;exports.List=a.List;exports.LoadingIndicator=a.LoadingIndicator;exports.LogoutTag=a.LogoutTag;exports.MapStyle=a.MapStyle;exports.MapTag=a.MapTag;exports.MapboxMap=a.MapboxMap;exports.MarketTag=a.MarketTag;exports.Modal=a.Modal;exports.ModalButton=a.ModalButton;exports.MonthPicker=a.MonthPicker;exports.NavArrows=a.NavArrows;exports.Navbar=a.Navbar;exports.NavigationControlPosition=a.NavigationControlPosition;exports.NewsfeedTag=a.NewsfeedTag;exports.NotFound=a.NotFound;exports.NumberInput=a.NumberInput;exports.PartnersTag=a.PartnersTag;exports.Picker=a.Picker;exports.PollTag=a.PollTag;exports.PrivateTag=a.PrivateTag;exports.Row=a.Row;exports.SearchBar=a.SearchBar;exports.StyledButton=a.StyledButton;exports.SubmitButton=a.SubmitButton;exports.SvgButton=a.SvgButton;exports.SvgSize=a.c;exports.SvgTooltip=a.SvgTooltip;exports.Tabs=a.Tabs;exports.Tag=a.Tag;exports.TagColor=a.TagColor;exports.TagLabelSize=a.TagLabelSize;exports.TeamTag=a.TeamTag;exports.TextInput=a.TextInput;exports.TextPostTag=a.TextPostTag;exports.TextUpdater=a.TextUpdater;exports.Textarea=a.Textarea;exports.TimePicker=a.TimePicker;exports.ToggleButton=a.ToggleButton;exports.Tooltip=a.Tooltip;exports.UserTag=a.UserTag;exports.WorenaLogo=a.WorenaLogo;exports.YesNoButtons=a.YesNoButtons;exports.formatDate=a.formatDate;exports.formatDateTime=a.formatDateTime;exports.formatDateTimeRange=a.formatDateTimeRange;exports.formatTime=a.formatTime;exports.isSameDate=a.isSameDate;
|
package/dist/wacomm.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as e, a as t,
|
|
1
|
+
import { A as e, a as t, s as o, f as r, ae as T, j as n, B as g, p as i, aj as l, a7 as p, ar as m, at as u, am as d, af as C, ay as c, az as B, C as b, ag as x, ah as D, ap as P, a8 as I, ai as S, K as v, u as M, J as k, w as f, D as y, $ as A, as as E, E as N, d as h, l as w, e as L, a4 as z, Z as F, X as R, H as U, a3 as H, an as W, I as j, U as q, V as Y, L as G, m as J, ac as K, Q as O, a9 as Q, O as V, ak as X, M as Z, q as _, v as $, N as aa, a2 as sa, R as ea, a6 as ta, i as oa, aw as ra, a5 as Ta, P as na, ao as ga, aa as ia, ax as la, S as pa, r as ma, W as ua, n as da, k as Ca, a1 as ca, h as Ba, T as ba, b as xa, c as Da, ad as Pa, av as Ia, aq as Sa, au as va, _ as Ma, t as ka, o as fa, a0 as ya, al as Aa, ab as Ea, Y as Na, x as ha, z as wa, G as La, y as za, F as Fa } from "./index-B7bxND6L.mjs";
|
|
2
2
|
export {
|
|
3
3
|
e as A,
|
|
4
4
|
t as ATarget,
|
|
@@ -20,9 +20,9 @@ export {
|
|
|
20
20
|
x as CreateArenaTag,
|
|
21
21
|
D as CreateCollectionTag,
|
|
22
22
|
P as CreatePostTag,
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
23
|
+
I as CreateTag,
|
|
24
|
+
S as CreateTeamTag,
|
|
25
|
+
v as DateDisplay,
|
|
26
26
|
M as DatePicker,
|
|
27
27
|
k as DateRange,
|
|
28
28
|
f as DateTimePicker,
|
|
@@ -44,39 +44,39 @@ export {
|
|
|
44
44
|
Y as InputType,
|
|
45
45
|
G as List,
|
|
46
46
|
J as LoadingIndicator,
|
|
47
|
-
K as
|
|
48
|
-
O as
|
|
49
|
-
Q as
|
|
50
|
-
V as
|
|
51
|
-
X as
|
|
52
|
-
Z as
|
|
53
|
-
_ as
|
|
54
|
-
$ as
|
|
55
|
-
aa as
|
|
56
|
-
sa as
|
|
57
|
-
ea as
|
|
58
|
-
ta as
|
|
59
|
-
oa as
|
|
60
|
-
ra as
|
|
61
|
-
Ta as
|
|
62
|
-
na as
|
|
63
|
-
ga as
|
|
64
|
-
ia as
|
|
65
|
-
la as
|
|
66
|
-
pa as
|
|
67
|
-
ma as
|
|
68
|
-
ua as
|
|
69
|
-
da as
|
|
70
|
-
Ca as
|
|
47
|
+
K as LogoutTag,
|
|
48
|
+
O as MapStyle,
|
|
49
|
+
Q as MapTag,
|
|
50
|
+
V as MapboxMap,
|
|
51
|
+
X as MarketTag,
|
|
52
|
+
Z as Modal,
|
|
53
|
+
_ as ModalButton,
|
|
54
|
+
$ as MonthPicker,
|
|
55
|
+
aa as NavArrows,
|
|
56
|
+
sa as Navbar,
|
|
57
|
+
ea as NavigationControlPosition,
|
|
58
|
+
ta as NewsfeedTag,
|
|
59
|
+
oa as NotFound,
|
|
60
|
+
ra as NumberInput,
|
|
61
|
+
Ta as PartnersTag,
|
|
62
|
+
na as Picker,
|
|
63
|
+
ga as PollTag,
|
|
64
|
+
ia as PrivateTag,
|
|
65
|
+
la as Row,
|
|
66
|
+
pa as SearchBar,
|
|
67
|
+
ma as StyledButton,
|
|
68
|
+
ua as SubmitButton,
|
|
69
|
+
da as SvgButton,
|
|
70
|
+
Ca as SvgSize,
|
|
71
71
|
ca as SvgTooltip,
|
|
72
72
|
Ba as Tabs,
|
|
73
73
|
ba as Tag,
|
|
74
74
|
xa as TagColor,
|
|
75
75
|
Da as TagLabelSize,
|
|
76
76
|
Pa as TeamTag,
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
77
|
+
Ia as TextInput,
|
|
78
|
+
Sa as TextPostTag,
|
|
79
|
+
va as TextUpdater,
|
|
80
80
|
Ma as Textarea,
|
|
81
81
|
ka as TimePicker,
|
|
82
82
|
fa as ToggleButton,
|
package/package.json
CHANGED
package/dist/tags/index.d.ts
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
export { default as HomeTag } from './HomeTag';
|
|
2
|
-
export { default as UserTag } from './UserTag';
|
|
3
|
-
export { default as TeamTag } from './TeamTag';
|
|
4
|
-
export { default as CityTag } from './CityTag';
|
|
5
|
-
export { default as ArenaTag } from './ArenaTag';
|
|
6
|
-
export { default as CollectionTag } from './CollectionTag';
|
|
7
|
-
export { default as ExploreTag } from './ExploreTag';
|
|
8
|
-
export { default as CoachTag } from './CoachTag';
|
|
9
|
-
export { default as PartnersTag } from './PartnersTag';
|
|
10
|
-
export { default as NewsfeedTag } from './NewsfeedTag';
|
|
11
|
-
export { default as CalendarTag } from './CalendarTag';
|
|
12
|
-
export { default as ImageTag } from './ImageTag';
|
|
13
|
-
export { default as PollTag } from './PollTag';
|
|
14
|
-
export { default as TextPostTag } from './TextPostTag';
|
|
15
|
-
export { default as CreateTag } from './CreateTag';
|
|
16
|
-
export { default as MapTag } from './MapTag';
|
|
17
|
-
export { default as CreateArenaTag } from './CreateArenaTag';
|
|
18
|
-
export { default as CreateCollectionTag } from './CreateCollectionTag';
|
|
19
|
-
export { default as CreatePostTag } from './CreatePostTag';
|
|
20
|
-
export { default as CreateTeamTag } from './CreateTeamTag';
|
|
21
|
-
export { default as PrivateTag } from './PrivateTag';
|
|
22
|
-
export { default as CalendarEventTag } from './CalendarEventTag';
|
|
23
|
-
export { default as MarketTag } from './MarketTag';
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|