vite-plugin-millennium-skin 1.1.4 → 1.1.5
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.js +6 -5
- package/package.json +1 -1
- package/src/ts/aliasModules.ts +1 -0
package/dist/index.js
CHANGED
|
@@ -105,6 +105,7 @@ export const cache = window.opener.SP_REACT.cache;
|
|
|
105
105
|
export const cloneElement = window.opener.SP_REACT.cloneElement;
|
|
106
106
|
export const createContext = window.opener.SP_REACT.createContext;
|
|
107
107
|
export const createElement = window.opener.SP_REACT.createElement;
|
|
108
|
+
export const jsxs = window.opener.SP_REACT.createElement;
|
|
108
109
|
export const createRef = window.opener.SP_REACT.createRef;
|
|
109
110
|
export const forwardRef = window.opener.SP_REACT.forwardRef;
|
|
110
111
|
export const isValidElement = window.opener.SP_REACT.isValidElement;
|
|
@@ -159,7 +160,7 @@ export const createRoot = window.opener.SP_REACTDOM.createRoot;
|
|
|
159
160
|
`,
|
|
160
161
|
id: "virtual:react-dom"
|
|
161
162
|
}
|
|
162
|
-
],
|
|
163
|
+
], j = {
|
|
163
164
|
type: "auto",
|
|
164
165
|
git: {
|
|
165
166
|
major: { autoCommit: !1 },
|
|
@@ -185,7 +186,7 @@ export const createRoot = window.opener.SP_REACTDOM.createRoot;
|
|
|
185
186
|
alpha: { autoCommit: !1 },
|
|
186
187
|
snapshot: { autoCommit: !1 }
|
|
187
188
|
}
|
|
188
|
-
},
|
|
189
|
+
}, N = j, T = O();
|
|
189
190
|
async function k(o = !1) {
|
|
190
191
|
if (o) {
|
|
191
192
|
const r = await v.prompt([
|
|
@@ -289,7 +290,7 @@ function oe() {
|
|
|
289
290
|
async configResolved(n) {
|
|
290
291
|
u = n, d = n.logger;
|
|
291
292
|
const a = u.root, i = m(a, "package.json");
|
|
292
|
-
t.version === void 0 && (t.version =
|
|
293
|
+
t.version === void 0 && (t.version = N);
|
|
293
294
|
try {
|
|
294
295
|
const c = JSON.parse(
|
|
295
296
|
await R.readFile(i, {
|
|
@@ -516,8 +517,8 @@ export {
|
|
|
516
517
|
q as MenuSteam,
|
|
517
518
|
Y as MenuView,
|
|
518
519
|
H as Root,
|
|
519
|
-
|
|
520
|
-
|
|
520
|
+
j as __AUTO__,
|
|
521
|
+
N as __DEFAULT__,
|
|
521
522
|
V as __PACKAGE__,
|
|
522
523
|
oe as default,
|
|
523
524
|
se as defineConfig,
|
package/package.json
CHANGED
package/src/ts/aliasModules.ts
CHANGED
|
@@ -17,6 +17,7 @@ export const cache = window.opener.SP_REACT.cache;
|
|
|
17
17
|
export const cloneElement = window.opener.SP_REACT.cloneElement;
|
|
18
18
|
export const createContext = window.opener.SP_REACT.createContext;
|
|
19
19
|
export const createElement = window.opener.SP_REACT.createElement;
|
|
20
|
+
export const jsxs = window.opener.SP_REACT.createElement;
|
|
20
21
|
export const createRef = window.opener.SP_REACT.createRef;
|
|
21
22
|
export const forwardRef = window.opener.SP_REACT.forwardRef;
|
|
22
23
|
export const isValidElement = window.opener.SP_REACT.isValidElement;
|