@sciol/xyzen 0.1.2 → 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/xyzen.es.js +1 -0
- package/dist/xyzen.umd.js +1 -1
- package/package.json +1 -1
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";
|
package/dist/xyzen.umd.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
(function(Jn,R){typeof exports=="object"&&typeof module<"u"?R(exports,require("react"),require("react-dom")):typeof define=="function"&&define.amd?define(["exports","react","react-dom"],R):(Jn=typeof globalThis<"u"?globalThis:Jn||self,R(Jn.Xyzen={},Jn.React,Jn.ReactDOM))})(this,function(Jn,R,zi){"use strict";function PI(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const n in e)if(n!=="default"){const r=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,r.get?r:{enumerable:!0,get:()=>e[n]})}}return t.default=e,Object.freeze(t)}const Me=PI(R);var lo=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function uo(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var co={exports:{}},$i={};/**
|
|
1
|
+
(function(Jn,R){typeof exports=="object"&&typeof module<"u"?R(exports,require("react"),require("react-dom")):typeof define=="function"&&define.amd?define(["exports","react","react-dom"],R):(Jn=typeof globalThis<"u"?globalThis:Jn||self,R(Jn.Xyzen={},Jn.React,Jn.ReactDOM))})(this,function(Jn,R,zi){"use strict";"use client";function PI(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const n in e)if(n!=="default"){const r=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,r.get?r:{enumerable:!0,get:()=>e[n]})}}return t.default=e,Object.freeze(t)}const Me=PI(R);var lo=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function uo(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var co={exports:{}},$i={};/**
|
|
2
2
|
* @license React
|
|
3
3
|
* react-jsx-runtime.production.js
|
|
4
4
|
*
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@sciol/xyzen",
|
|
3
3
|
"packageManager": "yarn@1.22.22",
|
|
4
4
|
"private": false,
|
|
5
|
-
"version": "0.1.
|
|
5
|
+
"version": "0.1.3",
|
|
6
6
|
"description": "A modern, lightweight, and extensible chat component for React.",
|
|
7
7
|
"author": "Haohui <harveyque@outlook.com>",
|
|
8
8
|
"license": "GPL-3.0-only",
|