@wellesley/settings 1.0.58 → 1.0.59
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 +2 -1
package/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{createSlice as r_}from"https://cdn.jsdelivr.net/npm/@reduxjs/toolkit@2.2.1/+esm";import n_,{useState as i_,useEffect as gs}from"https://cdn.jsdelivr.net/npm/react@18.2.0/+esm";import{Checkbox as o_,RadioGroup as u_,RadioGroupItem as a_,TooltipProvider as s_,Tooltip as c_,TooltipTrigger as l_,Label as f_,TooltipContent as p_,Select as h_,SelectTrigger as d_,SelectValue as g_,SelectContent as __,SelectGroup as y_,SelectItem as v_,Switch as m_,Input as w_}from"https://cdn.jsdelivr.net/npm/@wellesley/ui@1.0.
|
|
1
|
+
import{createSlice as r_}from"https://cdn.jsdelivr.net/npm/@reduxjs/toolkit@2.2.1/+esm";import n_,{useState as i_,useEffect as gs}from"https://cdn.jsdelivr.net/npm/react@18.2.0/+esm";import{Checkbox as o_,RadioGroup as u_,RadioGroupItem as a_,TooltipProvider as s_,Tooltip as c_,TooltipTrigger as l_,Label as f_,TooltipContent as p_,Select as h_,SelectTrigger as d_,SelectValue as g_,SelectContent as __,SelectGroup as y_,SelectItem as v_,Switch as m_,Input as w_}from"https://cdn.jsdelivr.net/npm/@wellesley/ui@1.0.56";import{useForm as x_,FormProvider as b_}from"https://cdn.jsdelivr.net/npm/react-hook-form@7.51.0/+esm";import{useSelector as or,useDispatch as S_}from"https://cdn.jsdelivr.net/npm/react-redux@9.1.0/+esm";import{api as go}from"https://cdn.jsdelivr.net/npm/@wellesley/openapi@1.0.136";import{toast as A_}from"https://cdn.jsdelivr.net/npm/react-toastify@10.0.5/+esm";import{authSlice as xo}from"https://cdn.jsdelivr.net/npm/@wellesley/auth@1.0.163";import{userSlice as Qa}from"https://cdn.jsdelivr.net/npm/@wellesley/user@1.0.97";const I_={data:null,isPending:!1,isSuccess:!1},Xa=r_({name:"profileSettings",initialState:I_,reducers:{setSettings:(t,e)=>{t.data=e.payload},setPending:(t,e)=>{t.isPending=e.payload},setSuccess:(t,{payload:e})=>{t.isSuccess=e},setError:(t,{payload:e})=>{t.error=e}},selectors:{selectSettings:t=>t.data,selectPending:t=>t.isPending,selectError:t=>t.error,selectSuccess:t=>t.isSuccess}});var es,ts,Vn=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},_o={exports:{}},Tr={};
|
|
2
2
|
/**
|
|
3
3
|
* @license React
|
|
4
4
|
* react-jsx-runtime.production.min.js
|