@wellesley/settings 1.0.71 → 1.0.74

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 Wg}from"https://cdn.jsdelivr.net/npm/@reduxjs/toolkit@2.2.1/+esm";import Mg,{useState as Lg,useEffect as Ha}from"https://cdn.jsdelivr.net/npm/react@18.2.0/+esm";import{Checkbox as zg,RadioGroup as Fg,RadioGroupItem as Bg,TooltipProvider as Tg,Tooltip as Dg,TooltipTrigger as Ug,Label as Ng,TooltipContent as qg,Select as Vg,SelectTrigger as $g,SelectValue as Kg,SelectContent as Jg,SelectGroup as Gg,SelectItem as Zg,Switch as Qg,Input as Yg}from"https://cdn.jsdelivr.net/npm/@wellesley/ui@1.0.90";import{useForm as Hg,FormProvider as Xg}from"https://cdn.jsdelivr.net/npm/react-hook-form@7.51.0/+esm";import{useSelector as ir,useDispatch as ey}from"https://cdn.jsdelivr.net/npm/react-redux@9.1.0/+esm";import{api as Mr}from"https://cdn.jsdelivr.net/npm/@wellesley/openapi@1.0.138";import{toast as Ua}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.180";import{userSlice as Na}from"https://cdn.jsdelivr.net/npm/@wellesley/user@1.0.139";import{logErrorToSentry as ty}from"https://cdn.jsdelivr.net/npm/@wellesley/sentry@1.0.11";const ry={data:null,isPending:!1,isSuccess:!1},qa=Wg({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 Va,$a,Un=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},cu={exports:{}},Lr={};
1
+ import{createSlice as Wg}from"https://cdn.jsdelivr.net/npm/@reduxjs/toolkit@2.2.1/+esm";import Mg,{useState as Lg,useEffect as Ha}from"https://cdn.jsdelivr.net/npm/react@18.2.0/+esm";import{Checkbox as zg,RadioGroup as Fg,RadioGroupItem as Bg,TooltipProvider as Tg,Tooltip as Dg,TooltipTrigger as Ug,Label as Ng,TooltipContent as qg,Select as Vg,SelectTrigger as $g,SelectValue as Kg,SelectContent as Jg,SelectGroup as Gg,SelectItem as Zg,Switch as Qg,Input as Yg}from"https://cdn.jsdelivr.net/npm/@wellesley/ui@1.0.93";import{useForm as Hg,FormProvider as Xg}from"https://cdn.jsdelivr.net/npm/react-hook-form@7.51.0/+esm";import{useSelector as ir,useDispatch as ey}from"https://cdn.jsdelivr.net/npm/react-redux@9.1.0/+esm";import{api as Mr}from"https://cdn.jsdelivr.net/npm/@wellesley/openapi@1.0.141";import{toast as Ua}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.183";import{userSlice as Na}from"https://cdn.jsdelivr.net/npm/@wellesley/user@1.0.153";import{logErrorToSentry as ty}from"https://cdn.jsdelivr.net/npm/@wellesley/sentry@1.0.14";const ry={data:null,isPending:!1,isSuccess:!1},qa=Wg({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 Va,$a,Un=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
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.71",
2
+ "version": "1.0.74",
3
3
  "name": "@wellesley/settings",
4
4
  "license": "UNLICENSED",
5
5
  "main": "index.mjs",