@wellesley/settings 1.0.60 → 1.0.62

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.
Files changed (2) hide show
  1. package/index.mjs +1 -1
  2. package/package.json +1 -1
package/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import{createSlice as Eg}from"https://cdn.jsdelivr.net/npm/@reduxjs/toolkit@2.2.1/+esm";import Wg,{useState as Mg,useEffect as Ya}from"https://cdn.jsdelivr.net/npm/react@18.2.0/+esm";import{Checkbox as Lg,RadioGroup as zg,RadioGroupItem as Bg,TooltipProvider as Fg,Tooltip as Tg,TooltipTrigger as Dg,Label as Ng,TooltipContent as qg,Select as Ug,SelectTrigger as Vg,SelectValue as Kg,SelectContent as $g,SelectGroup as Jg,SelectItem as Zg,Switch as Gg,Input as Qg}from"https://cdn.jsdelivr.net/npm/@wellesley/ui@1.0.66";import{useForm as Yg,FormProvider as Hg}from"https://cdn.jsdelivr.net/npm/react-hook-form@7.51.0/+esm";import{useSelector as ir,useDispatch as Xg}from"https://cdn.jsdelivr.net/npm/react-redux@9.1.0/+esm";import{api as lu}from"https://cdn.jsdelivr.net/npm/@wellesley/openapi@1.0.136";import{toast as ey}from"https://cdn.jsdelivr.net/npm/react-toastify@10.0.5/+esm";import{authSlice as du}from"https://cdn.jsdelivr.net/npm/@wellesley/auth@1.0.178";import{userSlice as Na}from"https://cdn.jsdelivr.net/npm/@wellesley/user@1.0.118";import{logErrorToSentry as ty}from"https://cdn.jsdelivr.net/npm/@wellesley/sentry@1.0.9";const ry={data:null,isPending:!1,isSuccess:!1},qa=Eg({name:"profileSettings",initialState:ry,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 Ua,Va,Tn=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},cu={exports:{}},Mr={};
1
+ import{createSlice as Eg}from"https://cdn.jsdelivr.net/npm/@reduxjs/toolkit@2.2.1/+esm";import Wg,{useState as Mg,useEffect as Ya}from"https://cdn.jsdelivr.net/npm/react@18.2.0/+esm";import{Checkbox as Lg,RadioGroup as zg,RadioGroupItem as Bg,TooltipProvider as Fg,Tooltip as Tg,TooltipTrigger as Dg,Label as Ng,TooltipContent as qg,Select as Ug,SelectTrigger as Vg,SelectValue as Kg,SelectContent as $g,SelectGroup as Jg,SelectItem as Zg,Switch as Gg,Input as Qg}from"https://cdn.jsdelivr.net/npm/@wellesley/ui@1.0.67";import{useForm as Yg,FormProvider as Hg}from"https://cdn.jsdelivr.net/npm/react-hook-form@7.51.0/+esm";import{useSelector as ir,useDispatch as Xg}from"https://cdn.jsdelivr.net/npm/react-redux@9.1.0/+esm";import{api as lu}from"https://cdn.jsdelivr.net/npm/@wellesley/openapi@1.0.137";import{toast as ey}from"https://cdn.jsdelivr.net/npm/react-toastify@10.0.5/+esm";import{authSlice as du}from"https://cdn.jsdelivr.net/npm/@wellesley/auth@1.0.179";import{userSlice as Na}from"https://cdn.jsdelivr.net/npm/@wellesley/user@1.0.119";import{logErrorToSentry as ty}from"https://cdn.jsdelivr.net/npm/@wellesley/sentry@1.0.10";const ry={data:null,isPending:!1,isSuccess:!1},qa=Eg({name:"profileSettings",initialState:ry,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 Ua,Va,Tn=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},cu={exports:{}},Mr={};
2
2
  /**
3
3
  * @license React
4
4
  * react-jsx-runtime.production.min.js
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.60",
2
+ "version": "1.0.62",
3
3
  "name": "@wellesley/settings",
4
4
  "license": "UNLICENSED",
5
5
  "main": "index.mjs",