@wellesley/notifications 1.0.548 → 1.0.550
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 ad,usePostApiV1BlockByUserIdMutation as X1,useDeleteApiV1BlockByUserIdMutation as e_,usePostApiV1UsersFollowByUsernameAcceptMutation as t_,usePostApiV1UsersFollowByUsernameRejectMutation as n_,useGetApiV1UsersFolloweesQuery as r_,useGetApiV1UsersByUserIdFollowingQuery as i_,useGetApiV1SearchQuery as s_}from"https://cdn.jsdelivr.net/npm/@wellesley/openapi@1.0.
|
|
1
|
+
import{api as ad,usePostApiV1BlockByUserIdMutation as X1,useDeleteApiV1BlockByUserIdMutation as e_,usePostApiV1UsersFollowByUsernameAcceptMutation as t_,usePostApiV1UsersFollowByUsernameRejectMutation as n_,useGetApiV1UsersFolloweesQuery as r_,useGetApiV1UsersByUserIdFollowingQuery as i_,useGetApiV1SearchQuery as s_}from"https://cdn.jsdelivr.net/npm/@wellesley/openapi@1.0.651";import we,{forwardRef as Py,createElement as Hv,useState as Kr,useRef as nl,useEffect as Zs,useCallback as Iv}from"https://cdn.jsdelivr.net/npm/react@18.2.0/+esm";import{cn as kt,Dialog as o_,DialogContent as a_,Form as zy,FormField as jy,FormItem as l_,FormLabel as u_,FormControl as c_,Input as Dy,Command as f_,CommandList as d_,CommandItem as p_,FormMessage as h_,Button as Bc,ButtonLoader as Zv,TooltipWrapper as Yv,Avatar as m_,AvatarImage as g_,Skeleton as v_,DropdownMenu as Uy,DropdownMenuTrigger as $y,DropdownMenuContent as Fy,DropdownMenuItem as By,useIsMobile as y_,Tabs as __,TabsList as w_,TabsTrigger as A0,TabsContent as O0,HoverCard as x_,HoverCardTrigger as S_,HoverCardContent as k_,Tooltip as b_,TooltipTrigger as E_,TooltipContent as C_}from"https://cdn.jsdelivr.net/npm/@wellesley/ui@1.0.613";import{useDispatch as nm,useSelector as Qn}from"https://cdn.jsdelivr.net/npm/react-redux@9.1.0/+esm";import{rootReducer as d0,getStore as N_}from"https://cdn.jsdelivr.net/npm/@wellesley/store@1.0.650";import{createSlice as dd,createAction as Wy,createSelector as p0}from"https://cdn.jsdelivr.net/npm/@reduxjs/toolkit@2.2.1/+esm";import{ToastContainer as I_,toast as M_}from"https://cdn.jsdelivr.net/npm/react-toastify@10.0.5/+esm";import{authSlice as pd}from"https://cdn.jsdelivr.net/npm/@wellesley/auth@1.0.707";import{get as Qv,set as Mv,appendErrors as T_,useForm as h0,FormProvider as A_}from"https://cdn.jsdelivr.net/npm/react-hook-form@7.51.0/+esm";import{useAppsNavigate as O_,ExternalLinks as R_,AppsLink as Dh}from"https://cdn.jsdelivr.net/npm/@wellesley/router@1.0.579";import{usePostApiV1UsersFollowByUsernameMutation as L_,usePostApiV1UsersFollowByUsernameUndoMutation as P_,canFollowBack as z_,isFollowPending as j_,canUnfollow as R0,useIsOwnProfile as m0,useRelationship as D_,useCurrentUser as Vy,useGetUserByUserName as U_,useGetUserById as $_,usePostApiV1MuteByUserIdMutation as F_,useDeleteApiV1MuteByUserIdMutation as B_,isMuted as W_,usePutApiV1NotesMutation as V_,useDeleteApiV1NotesByUserIdMutation as H_,userSlice as g0,useGetApiV1UsersFollowersQuery as Z_,useGetApiV1UsersByUserIdFollowersQuery as Y_,UserAvatar as Hy,usePostApiV1UsersFollowByUsernameRejectMutation as Q_,canUnsubscribeFromMe as G_}from"https://cdn.jsdelivr.net/npm/@wellesley/user@1.0.666";import{getErrorMsg as sd}from"https://cdn.jsdelivr.net/npm/@wellesley/error-kit@1.0.502";import{selectSmallestPreview as L0}from"https://cdn.jsdelivr.net/npm/@wellesley/uploads@1.0.536";import{useProfileSettings as Zy,platformSettingsSlice as q_,UserKeysSettings as K_}from"https://cdn.jsdelivr.net/npm/@wellesley/settings@1.0.608";import{wsSlice as J_}from"https://cdn.jsdelivr.net/npm/@wellesley/ws@1.0.633";var Fc=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function v0(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var P0,Oh={exports:{}},X_=Oh.exports;
|
|
2
2
|
/**
|
|
3
3
|
* @license
|
|
4
4
|
* Lodash <https://lodash.com/>
|