@wellesley/notifications 1.0.562 → 1.0.563
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/index.mjs +1 -1
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{api as Xs,usePostApiV1BlockByUserIdMutation as M0,useDeleteApiV1BlockByUserIdMutation as P0,usePostApiV1UsersFollowByUsernameAcceptMutation as U0,usePostApiV1UsersFollowByUsernameRejectMutation as j0,useGetApiV1UsersFolloweesQuery as $0,useGetApiV1UsersByUserIdFollowingQuery as D0,useGetApiV1SearchQuery as F0}from"https://cdn.jsdelivr.net/npm/@wellesley/openapi@1.0.
|
|
1
|
+
import{api as Xs,usePostApiV1BlockByUserIdMutation as M0,useDeleteApiV1BlockByUserIdMutation as P0,usePostApiV1UsersFollowByUsernameAcceptMutation as U0,usePostApiV1UsersFollowByUsernameRejectMutation as j0,useGetApiV1UsersFolloweesQuery as $0,useGetApiV1UsersByUserIdFollowingQuery as D0,useGetApiV1SearchQuery as F0}from"https://cdn.jsdelivr.net/npm/@wellesley/openapi@1.0.664";import B0,{forwardRef as hy,createElement as Pv,useState as bn,useRef as vi,useEffect as Hr,useCallback as Sv}from"https://cdn.jsdelivr.net/npm/react@18.2.0/+esm";import{toast as tn}from"https://cdn.jsdelivr.net/npm/@wellesley/system-toast@1.0.8";import{createAction as py,createSelector as e_,createSlice as Wa}from"https://cdn.jsdelivr.net/npm/@reduxjs/toolkit@2.2.1/+esm";import{ToastContainer as W0,toast as z0}from"https://cdn.jsdelivr.net/npm/react-toastify@10.0.5/+esm";import{authSlice as io}from"https://cdn.jsdelivr.net/npm/@wellesley/auth@1.0.720";import{useSelector as Et,useDispatch as qd}from"https://cdn.jsdelivr.net/npm/react-redux@9.1.0/+esm";import{Dialog as Z0,DialogContent as V0,cn as Me,Form as gy,FormField as my,FormItem as q0,FormLabel as H0,FormControl as G0,Input as vy,Command as Y0,CommandList as Q0,CommandItem as K0,FormMessage as J0,Button as os,ButtonLoader as Uv,TooltipWrapper as jv,Avatar as X0,AvatarImage as e1,Skeleton as _y,DropdownMenu as yy,DropdownMenuTrigger as xy,DropdownMenuContent as wy,DropdownMenuItem as by,useIsMobile as t1,Tabs as n1,TabsList as r1,TabsTrigger as v_,TabsContent as __,HoverCard as i1,HoverCardTrigger as s1,HoverCardContent as o1,Tooltip as a1,TooltipTrigger as u1,TooltipContent as c1}from"https://cdn.jsdelivr.net/npm/@wellesley/ui@1.0.626";import{get as $v,set as Av,appendErrors as l1,useForm as t_,FormProvider as f1}from"https://cdn.jsdelivr.net/npm/react-hook-form@7.51.0/+esm";import{useAppsNavigate as d1,ExternalLinks as h1,AppsLink as Gc}from"https://cdn.jsdelivr.net/npm/@wellesley/router@1.0.592";import{usePostApiV1UsersFollowByUsernameMutation as p1,usePostApiV1UsersFollowByUsernameUndoMutation as g1,canFollowBack as m1,isFollowPending as v1,canUnfollow as y_,useIsOwnProfile as n_,useRelationship as _1,useCurrentUser as Sy,useGetUserByUserName as y1,useGetUserById as x1,usePostApiV1MuteByUserIdMutation as w1,useDeleteApiV1MuteByUserIdMutation as b1,isMuted as S1,usePutApiV1NotesMutation as A1,useDeleteApiV1NotesByUserIdMutation as I1,userSlice as r_,useGetApiV1UsersRemoteByUserNameFullFollowersQuery as E1,useGetApiV1UsersFollowersQuery as k1,useGetApiV1UsersByUserIdFollowersQuery as C1,UserAvatar as Ay,usePostApiV1UsersFollowByUsernameRejectMutation as T1,canUnsubscribeFromMe as N1}from"https://cdn.jsdelivr.net/npm/@wellesley/user@1.0.679";import{getErrorMsg as Ks}from"https://cdn.jsdelivr.net/npm/@wellesley/error-kit@1.0.515";import{getStore as R1,rootReducer as Iy}from"https://cdn.jsdelivr.net/npm/@wellesley/store@1.0.663";import{selectSmallestPreview as x_}from"https://cdn.jsdelivr.net/npm/@wellesley/uploads@1.0.549";import{useProfileSettings as Ey,platformSettingsSlice as O1,UserKeysSettings as L1}from"https://cdn.jsdelivr.net/npm/@wellesley/settings@1.0.621";import{wsSlice as M1}from"https://cdn.jsdelivr.net/npm/@wellesley/ws@1.0.646";var ss=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function ky(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var w_,Wc={exports:{}},P1=Wc.exports;
|
|
2
2
|
/**
|
|
3
3
|
* @license
|
|
4
4
|
* Lodash <https://lodash.com/>
|