@wellesley/settings 1.0.67 → 1.0.69

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 Ha}from"https://cdn.jsdelivr.net/npm/react@18.2.0/+esm";import{Checkbox as Lg,RadioGroup as zg,RadioGroupItem as Fg,TooltipProvider as Bg,Tooltip as Tg,TooltipTrigger as Dg,Label as Ug,TooltipContent as Ng,Select as qg,SelectTrigger as Vg,SelectValue as Kg,SelectContent as $g,SelectGroup as Jg,SelectItem as Gg,Switch as Qg,Input as Zg}from"https://cdn.jsdelivr.net/npm/@wellesley/ui@1.0.68";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 Mr}from"https://cdn.jsdelivr.net/npm/@wellesley/openapi@1.0.137";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.179";import{userSlice as Na}from"https://cdn.jsdelivr.net/npm/@wellesley/user@1.0.136";import{logErrorToSentry as ey}from"https://cdn.jsdelivr.net/npm/@wellesley/sentry@1.0.10";const ty={data:null,isPending:!1,isSuccess:!1},qa=Eg({name:"profileSettings",initialState:ty,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,Ka,Un=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},cu={exports:{}},Lr={};
1
+ import{createSlice as Eg}from"https://cdn.jsdelivr.net/npm/@reduxjs/toolkit@2.2.1/+esm";import Wg,{useState as Mg,useEffect as Ha}from"https://cdn.jsdelivr.net/npm/react@18.2.0/+esm";import{Checkbox as Lg,RadioGroup as zg,RadioGroupItem as Fg,TooltipProvider as Bg,Tooltip as Tg,TooltipTrigger as Dg,Label as Ug,TooltipContent as Ng,Select as qg,SelectTrigger as Vg,SelectValue as Kg,SelectContent as $g,SelectGroup as Jg,SelectItem as Gg,Switch as Qg,Input as Zg}from"https://cdn.jsdelivr.net/npm/@wellesley/ui@1.0.90";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 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 ey}from"https://cdn.jsdelivr.net/npm/@wellesley/sentry@1.0.11";const ty={data:null,isPending:!1,isSuccess:!1},qa=Eg({name:"profileSettings",initialState:ty,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,Ka,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.67",
2
+ "version": "1.0.69",
3
3
  "name": "@wellesley/settings",
4
4
  "license": "UNLICENSED",
5
5
  "main": "index.mjs",