@wellesley/settings 1.0.108 → 1.0.109
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{createSlice as Mg}from"https://cdn.jsdelivr.net/npm/@reduxjs/toolkit@2.2.1/+esm";import Lg,{useState as zg,useEffect as tl}from"https://cdn.jsdelivr.net/npm/react@18.2.0/+esm";import{Checkbox as Fg,RadioGroup as Bg,RadioGroupItem as Tg,TooltipProvider as Ug,Tooltip as Dg,TooltipTrigger as qg,Label as Ng,TooltipContent as Vg,Select as Kg,SelectTrigger as $g,SelectValue as Jg,SelectContent as Gg,SelectGroup as Qg,SelectItem as Zg,Switch as Yg,Input as Hg}from"https://cdn.jsdelivr.net/npm/@wellesley/ui@1.0.
|
|
1
|
+
import{createSlice as Mg}from"https://cdn.jsdelivr.net/npm/@reduxjs/toolkit@2.2.1/+esm";import Lg,{useState as zg,useEffect as tl}from"https://cdn.jsdelivr.net/npm/react@18.2.0/+esm";import{Checkbox as Fg,RadioGroup as Bg,RadioGroupItem as Tg,TooltipProvider as Ug,Tooltip as Dg,TooltipTrigger as qg,Label as Ng,TooltipContent as Vg,Select as Kg,SelectTrigger as $g,SelectValue as Jg,SelectContent as Gg,SelectGroup as Qg,SelectItem as Zg,Switch as Yg,Input as Hg}from"https://cdn.jsdelivr.net/npm/@wellesley/ui@1.0.115";import{useForm as Xg,FormProvider as ey}from"https://cdn.jsdelivr.net/npm/react-hook-form@7.51.0/+esm";import{useSelector as ir}from"https://cdn.jsdelivr.net/npm/react-redux@9.1.0/+esm";import{api as Mr,handleBasicResponse as ty}from"https://cdn.jsdelivr.net/npm/@wellesley/openapi@1.0.153";import{toast as Va}from"https://cdn.jsdelivr.net/npm/react-toastify@10.0.5/+esm";import{logErrorToSentry as ry}from"https://cdn.jsdelivr.net/npm/@wellesley/sentry@1.0.19";import{authSlice as gu}from"https://cdn.jsdelivr.net/npm/@wellesley/auth@1.0.209";import{userSlice as Ka}from"https://cdn.jsdelivr.net/npm/@wellesley/user@1.0.168";const ny={data:null,isPending:!1,isSuccess:!1},yu=Mg({name:"profileSettings",initialState:ny,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:{selectProfileSettings:t=>t.data,selectPending:t=>t.isPending,selectError:t=>t.error,selectSuccess:t=>t.isSuccess}});var $a,Ja,Dn=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},cu={exports:{}},Lr={};
|
|
2
2
|
/**
|
|
3
3
|
* @license React
|
|
4
4
|
* react-jsx-runtime.production.min.js
|
package/package.json
CHANGED