@wellesley/notifications 1.0.556 → 1.0.557
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 L0,usePostApiV1UsersFollowByUsernameAcceptMutation as P0,usePostApiV1UsersFollowByUsernameRejectMutation as U0,useGetApiV1UsersFolloweesQuery as j0,useGetApiV1UsersByUserIdFollowingQuery as $0,useGetApiV1SearchQuery as D0}from"https://cdn.jsdelivr.net/npm/@wellesley/openapi@1.0.
|
|
1
|
+
import{api as Xs,usePostApiV1BlockByUserIdMutation as M0,useDeleteApiV1BlockByUserIdMutation as L0,usePostApiV1UsersFollowByUsernameAcceptMutation as P0,usePostApiV1UsersFollowByUsernameRejectMutation as U0,useGetApiV1UsersFolloweesQuery as j0,useGetApiV1UsersByUserIdFollowingQuery as $0,useGetApiV1SearchQuery as D0}from"https://cdn.jsdelivr.net/npm/@wellesley/openapi@1.0.658";import F0,{forwardRef as gy,createElement as Pv,useState as bn,useRef as mi,useEffect as vi,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.2";import{createAction as my,createSelector as e_,createSlice as Ba}from"https://cdn.jsdelivr.net/npm/@reduxjs/toolkit@2.2.1/+esm";import{ToastContainer as W0,toast as B0}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.714";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 Z0,cn as Pe,Form as vy,FormField as _y,FormItem as V0,FormLabel as q0,FormControl as H0,Input as yy,Command as G0,CommandList as Y0,CommandItem as K0,FormMessage as Q0,Button as os,ButtonLoader as Uv,TooltipWrapper as jv,Avatar as J0,AvatarImage as X0,Skeleton as e1,DropdownMenu as xy,DropdownMenuTrigger as wy,DropdownMenuContent as by,DropdownMenuItem as Sy,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.620";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.586";import{usePostApiV1UsersFollowByUsernameMutation as p1,usePostApiV1UsersFollowByUsernameUndoMutation as g1,canFollowBack as m1,isFollowPending as v1,canUnfollow as y_,useIsOwnProfile as n_,useRelationship as _1,useCurrentUser as Ay,useGetUserByUserName as y1,useGetUserById as x1,usePostApiV1MuteByUserIdMutation as w1,useDeleteApiV1MuteByUserIdMutation as b1,isMuted as S1,usePutApiV1NotesMutation as A1,useDeleteApiV1NotesByUserIdMutation as I1,userSlice as r_,useGetApiV1UsersFollowersQuery as E1,useGetApiV1UsersByUserIdFollowersQuery as k1,UserAvatar as Iy,usePostApiV1UsersFollowByUsernameRejectMutation as C1,canUnsubscribeFromMe as T1}from"https://cdn.jsdelivr.net/npm/@wellesley/user@1.0.673";import{getErrorMsg as Qs}from"https://cdn.jsdelivr.net/npm/@wellesley/error-kit@1.0.509";import{getStore as N1,rootReducer as Ey}from"https://cdn.jsdelivr.net/npm/@wellesley/store@1.0.657";import{selectSmallestPreview as x_}from"https://cdn.jsdelivr.net/npm/@wellesley/uploads@1.0.543";import{useProfileSettings as ky,platformSettingsSlice as R1,UserKeysSettings as O1}from"https://cdn.jsdelivr.net/npm/@wellesley/settings@1.0.615";import{wsSlice as M1}from"https://cdn.jsdelivr.net/npm/@wellesley/ws@1.0.640";var ss=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Cy(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var w_,Bc={exports:{}},L1=Bc.exports;
|
|
2
2
|
/**
|
|
3
3
|
* @license
|
|
4
4
|
* Lodash <https://lodash.com/>
|