wacomm 1.10.3 → 1.10.4
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-DPzXsvnA.js → index-D_rVIpVC.js} +49 -49
- package/dist/{index-qbsliEXi.mjs → index-DqhPkjaJ.mjs} +1039 -997
- package/dist/{mapbox-gl-84U7JttV.mjs → mapbox-gl-ClHB1O8i.mjs} +1 -1
- package/dist/{mapbox-gl-CSSGfitg.js → mapbox-gl-Hh6lZr3x.js} +1 -1
- package/dist/svgTags/profiles/{CalendarEventTag.d.ts → EventTag.d.ts} +3 -3
- package/dist/svgTags/profiles/index.d.ts +1 -1
- package/dist/wacomm.cjs.js +1 -1
- package/dist/wacomm.es.js +29 -29
- package/package.json +2 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ZeroFuncType } from 'waujs';
|
|
2
2
|
import { SvgSize } from 'wasvg';
|
|
3
|
-
interface
|
|
3
|
+
interface EventTagProps {
|
|
4
4
|
label?: string;
|
|
5
5
|
isHighlighted?: boolean;
|
|
6
6
|
onClick?: ZeroFuncType;
|
|
@@ -9,5 +9,5 @@ interface CalendarEventTagProps {
|
|
|
9
9
|
labelClassName?: string;
|
|
10
10
|
svgClassName?: string;
|
|
11
11
|
}
|
|
12
|
-
declare function
|
|
13
|
-
export default
|
|
12
|
+
declare function EventTag({ label, isHighlighted, onClick, className, svgSize, labelClassName, svgClassName }: EventTagProps): import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
export default EventTag;
|
|
@@ -4,7 +4,7 @@ export { default as CollectionTag } from './CollectionTag';
|
|
|
4
4
|
export { default as CreateArenaTag } from './CreateArenaTag';
|
|
5
5
|
export { default as CreateCollectionTag } from './CreateCollectionTag';
|
|
6
6
|
export { default as CreateTeamTag } from './CreateTeamTag';
|
|
7
|
-
export { default as
|
|
7
|
+
export { default as EventTag } from './EventTag';
|
|
8
8
|
export { default as MarketTag } from './MarketTag';
|
|
9
9
|
export { default as UserTag } from './UserTag';
|
|
10
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
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-D_rVIpVC.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.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.CommentEditor=e.CommentEditor;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.EventTag=e.EventTag;exports.ExpandableContainer=e.ExpandableContainer;exports.ExpandableTextUpdater=e.ExpandableTextUpdater;exports.ExploreTag=e.ExploreTag;exports.FileInput=e.FileInput;exports.FormButtons=e.FormButtons;exports.GameTag=e.GameTag;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.LeaderboardTag=e.LeaderboardTag;exports.LikeSection=e.LikeSection;exports.List=e.List;exports.LoadingIcon=e.LoadingIcon;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.a;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.TextUpdater=e.TextUpdater;exports.Textarea=e.Textarea;exports.TextareaAutosize=e.TextareaAutosize;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,4 +1,4 @@
|
|
|
1
|
-
import { A as e, a as t, v as o, f as r, ap as n, j as T, B as g, s as i,
|
|
1
|
+
import { A as e, a as t, v as o, f as r, ap as n, j as T, B as g, s as i, ac as l, am as p, ai as c, aE as m, aG as u, ax as d, aq as C, aM as I, k as S, an as b, aN as B, C as D, ar as x, as as M, aC as P, ad as A, at as L, R as k, x as v, Q as y, z as E, D as N, a2 as f, aF as h, E as w, d as R, au as z, n as F, e as U, a9 as j, a0 as H, $ as G, ay as W, H as q, a8 as J, aA as K, I as O, X as Q, Z as V, a6 as Y, al as X, az as Z, aQ as _, L as $, o as aa, p as sa, ah as ea, V as ta, ae as oa, U as ra, av as na, a3 as Ta, aP as ga, M as ia, t as la, y as pa, N as ca, a7 as ma, W as ua, ab as da, i as Ca, ak as Ia, aK as Sa, aa as ba, P as Ba, aB as Da, af as xa, aL as Ma, S as Pa, aH as Aa, u as La, aR as ka, aS as va, _ as ya, q as Ea, m as Na, a5 as fa, h as ha, T as wa, b as Ra, c as za, ao as Fa, aJ as Ua, aD as ja, aI as Ha, a1 as Ga, l as Wa, w as qa, r as Ja, a4 as Ka, aj as Oa, aw as Qa, aO as Va, ag as Ya, Y as Xa, F as Za, J as _a, O as $a, G as as, K as ss } from "./index-DqhPkjaJ.mjs";
|
|
2
2
|
export {
|
|
3
3
|
e as A,
|
|
4
4
|
t as ATarget,
|
|
@@ -8,33 +8,33 @@ export {
|
|
|
8
8
|
T as Autocomplete,
|
|
9
9
|
g as Button,
|
|
10
10
|
i as CacheButton,
|
|
11
|
-
l as
|
|
12
|
-
p as
|
|
13
|
-
c as
|
|
14
|
-
m as
|
|
15
|
-
d as CityTag,
|
|
11
|
+
l as CalendarTag,
|
|
12
|
+
p as CategoryTag,
|
|
13
|
+
c as ChatTag,
|
|
14
|
+
m as CityTag,
|
|
16
15
|
u as CloseIcon,
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
16
|
+
d as CoachTag,
|
|
17
|
+
C as CollectionTag,
|
|
18
|
+
I as Column,
|
|
19
|
+
S as CommentEditor,
|
|
20
|
+
b as CommentTag,
|
|
21
|
+
B as Container,
|
|
22
|
+
D as Copyright,
|
|
23
|
+
x as CreateArenaTag,
|
|
24
|
+
M as CreateCollectionTag,
|
|
25
|
+
P as CreatePostTag,
|
|
26
|
+
A as CreateTag,
|
|
27
|
+
L as CreateTeamTag,
|
|
28
|
+
k as DateDisplay,
|
|
29
|
+
v as DatePicker,
|
|
30
|
+
y as DateRange,
|
|
31
|
+
E as DateTimePicker,
|
|
32
|
+
N as Deletable,
|
|
33
|
+
f as Dropdown,
|
|
34
|
+
h as EditIcon,
|
|
35
|
+
w as EditableBlock,
|
|
36
|
+
R as ErrorMessage,
|
|
37
|
+
z as EventTag,
|
|
38
38
|
F as ExpandableContainer,
|
|
39
39
|
U as ExpandableTextUpdater,
|
|
40
40
|
j as ExploreTag,
|
|
@@ -66,8 +66,8 @@ export {
|
|
|
66
66
|
pa as MonthPicker,
|
|
67
67
|
ca as NavArrows,
|
|
68
68
|
ma as Navbar,
|
|
69
|
-
|
|
70
|
-
|
|
69
|
+
ua as NavigationControlPosition,
|
|
70
|
+
da as NewsfeedTag,
|
|
71
71
|
Ca as NotFound,
|
|
72
72
|
Ia as NotificationTag,
|
|
73
73
|
Sa as NumberInput,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wacomm",
|
|
3
|
-
"version": "1.10.
|
|
3
|
+
"version": "1.10.4",
|
|
4
4
|
"main": "dist/wacomm.cjs.js",
|
|
5
5
|
"module": "dist/wacomm.es.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"tailwind-merge": "^3.3.0",
|
|
82
82
|
"tiny-invariant": "^1.3.3",
|
|
83
83
|
"wacomm": "^1.6.3",
|
|
84
|
-
"wasvg": "^1.
|
|
84
|
+
"wasvg": "^1.5.2",
|
|
85
85
|
"waujs": "^1.3.0"
|
|
86
86
|
}
|
|
87
87
|
}
|