@wellesley/ui 1.0.654 → 1.0.655

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*as O from"https://cdn.jsdelivr.net/npm/react@18.2.0/+esm";import re,{forwardRef as ye,createElement as z,createContext as ji,useMemo as or,useContext as Ns,useCallback as Ye,useLayoutEffect as Yc,useRef as Ae,useEffect as We,useState as Ge,Fragment as Ds,Children as ir,isValidElement as Po,cloneElement as xa,useReducer as fR,PureComponent as Gg,useImperativeHandle as vI,memo as yI}from"https://cdn.jsdelivr.net/npm/react@18.2.0/+esm";import{FormProvider as bI,Controller as wI,useFormContext as xI}from"https://cdn.jsdelivr.net/npm/react-hook-form@7.51.0/+esm";import{createAction as pR,createSlice as _I}from"https://cdn.jsdelivr.net/npm/@reduxjs/toolkit@2.2.1/+esm";import{useDispatch as $I,useSelector as Kg}from"https://cdn.jsdelivr.net/npm/react-redux@9.1.0/+esm";import{AppsLink as SI}from"https://cdn.jsdelivr.net/npm/@wellesley/router@1.0.620";var ys=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Oo(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var PS,OS,ny={exports:{}},Uf={};
1
+ import*as O from"https://cdn.jsdelivr.net/npm/react@18.2.0/+esm";import re,{forwardRef as ye,createElement as z,createContext as ji,useMemo as or,useContext as Ns,useCallback as Ye,useLayoutEffect as Yc,useRef as Ae,useEffect as We,useState as Ge,Fragment as Ds,Children as ir,isValidElement as Po,cloneElement as xa,useReducer as fR,PureComponent as Gg,useImperativeHandle as vI,memo as yI}from"https://cdn.jsdelivr.net/npm/react@18.2.0/+esm";import{FormProvider as bI,Controller as wI,useFormContext as xI}from"https://cdn.jsdelivr.net/npm/react-hook-form@7.51.0/+esm";import{createAction as pR,createSlice as _I}from"https://cdn.jsdelivr.net/npm/@reduxjs/toolkit@2.2.1/+esm";import{useDispatch as $I,useSelector as Kg}from"https://cdn.jsdelivr.net/npm/react-redux@9.1.0/+esm";import{AppsLink as SI}from"https://cdn.jsdelivr.net/npm/@wellesley/router@1.0.621";var ys=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Oo(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var PS,OS,ny={exports:{}},Uf={};
2
2
  /**
3
3
  * @license React
4
4
  * react-jsx-runtime.production.min.js
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "!*.map"
9
9
  ],
10
10
  "module": "index.ts",
11
- "version": "1.0.654",
11
+ "version": "1.0.655",
12
12
  "scripts": {
13
13
  "build": "vite build",
14
14
  "update:version": "sh ../scripts/package.version.sh",