@sciol/xyzen 0.1.1 → 0.1.3
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/dist/index.d.ts +3 -1
- package/dist/xyzen.es.js +4 -1
- package/dist/xyzen.umd.js +53 -53
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
package/dist/xyzen.es.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
"use client";
|
|
1
2
|
import * as Me from "react";
|
|
2
3
|
import rt, { useLayoutEffect as Rg, useEffect as Ye, useRef as Be, useMemo as Ze, useCallback as at, useState as Je, createContext as qn, memo as pI, useReducer as k4, useContext as Dt, forwardRef as N4, Fragment as co, isValidElement as R4, cloneElement as fI, createElement as C4, useId as Wo, useInsertionEffect as I4, Children as hI, Component as mI } from "react";
|
|
3
4
|
import { unstable_batchedUpdates as vs, createPortal as gI } from "react-dom";
|
|
@@ -76840,5 +76841,7 @@ function yae({ backendUrl: e = sae }) {
|
|
|
76840
76841
|
}
|
|
76841
76842
|
export {
|
|
76842
76843
|
yae as Xyzen,
|
|
76843
|
-
|
|
76844
|
+
lae as useTheme,
|
|
76845
|
+
Og as useXyzen,
|
|
76846
|
+
Ss as xyzenService
|
|
76844
76847
|
};
|