@xyd-js/content 0.0.0-build-aebf977-20251203155725 → 0.0.0-build-2acf05c-20251207022018
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/CHANGELOG.md +7 -7
- package/dist/index.js +22 -22
- package/dist/index.js.map +1 -1
- package/dist/md.js +25 -25
- package/dist/md.js.map +1 -1
- package/dist/vite.js +25 -25
- package/dist/vite.js.map +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
# @xyd-js/content
|
|
2
2
|
|
|
3
|
-
## 0.0.0-build-
|
|
3
|
+
## 0.0.0-build-2acf05c-20251207022018
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- update all packages
|
|
8
8
|
- Updated dependencies
|
|
9
|
-
- @xyd-js/components@0.0.0-build-
|
|
10
|
-
- @xyd-js/context@0.0.0-build-
|
|
11
|
-
- @xyd-js/core@0.0.0-build-
|
|
12
|
-
- @xyd-js/gql@0.0.0-build-
|
|
13
|
-
- @xyd-js/openapi@0.0.0-build-
|
|
14
|
-
- @xyd-js/sources@0.0.0-build-
|
|
9
|
+
- @xyd-js/components@0.0.0-build-2acf05c-20251207022018
|
|
10
|
+
- @xyd-js/context@0.0.0-build-2acf05c-20251207022018
|
|
11
|
+
- @xyd-js/core@0.0.0-build-2acf05c-20251207022018
|
|
12
|
+
- @xyd-js/gql@0.0.0-build-2acf05c-20251207022018
|
|
13
|
+
- @xyd-js/openapi@0.0.0-build-2acf05c-20251207022018
|
|
14
|
+
- @xyd-js/sources@0.0.0-build-2acf05c-20251207022018
|
package/dist/index.js
CHANGED
|
@@ -24,22 +24,22 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
24
24
|
mod
|
|
25
25
|
));
|
|
26
26
|
|
|
27
|
-
// ../../node_modules/.pnpm/react@19.2.
|
|
27
|
+
// ../../node_modules/.pnpm/react@19.2.1/node_modules/react/cjs/react.production.js
|
|
28
28
|
var require_react_production = __commonJS({
|
|
29
|
-
"../../node_modules/.pnpm/react@19.2.
|
|
29
|
+
"../../node_modules/.pnpm/react@19.2.1/node_modules/react/cjs/react.production.js"(exports) {
|
|
30
30
|
"use strict";
|
|
31
|
-
var REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element");
|
|
32
|
-
var REACT_PORTAL_TYPE = Symbol.for("react.portal");
|
|
33
|
-
var REACT_FRAGMENT_TYPE = Symbol.for("react.fragment");
|
|
34
|
-
var REACT_STRICT_MODE_TYPE = Symbol.for("react.strict_mode");
|
|
35
|
-
var REACT_PROFILER_TYPE = Symbol.for("react.profiler");
|
|
36
|
-
var REACT_CONSUMER_TYPE = Symbol.for("react.consumer");
|
|
37
|
-
var REACT_CONTEXT_TYPE = Symbol.for("react.context");
|
|
38
|
-
var REACT_FORWARD_REF_TYPE = Symbol.for("react.forward_ref");
|
|
39
|
-
var REACT_SUSPENSE_TYPE = Symbol.for("react.suspense");
|
|
40
|
-
var REACT_MEMO_TYPE = Symbol.for("react.memo");
|
|
41
|
-
var REACT_LAZY_TYPE = Symbol.for("react.lazy");
|
|
42
|
-
var REACT_ACTIVITY_TYPE = Symbol.for("react.activity");
|
|
31
|
+
var REACT_ELEMENT_TYPE = /* @__PURE__ */ Symbol.for("react.transitional.element");
|
|
32
|
+
var REACT_PORTAL_TYPE = /* @__PURE__ */ Symbol.for("react.portal");
|
|
33
|
+
var REACT_FRAGMENT_TYPE = /* @__PURE__ */ Symbol.for("react.fragment");
|
|
34
|
+
var REACT_STRICT_MODE_TYPE = /* @__PURE__ */ Symbol.for("react.strict_mode");
|
|
35
|
+
var REACT_PROFILER_TYPE = /* @__PURE__ */ Symbol.for("react.profiler");
|
|
36
|
+
var REACT_CONSUMER_TYPE = /* @__PURE__ */ Symbol.for("react.consumer");
|
|
37
|
+
var REACT_CONTEXT_TYPE = /* @__PURE__ */ Symbol.for("react.context");
|
|
38
|
+
var REACT_FORWARD_REF_TYPE = /* @__PURE__ */ Symbol.for("react.forward_ref");
|
|
39
|
+
var REACT_SUSPENSE_TYPE = /* @__PURE__ */ Symbol.for("react.suspense");
|
|
40
|
+
var REACT_MEMO_TYPE = /* @__PURE__ */ Symbol.for("react.memo");
|
|
41
|
+
var REACT_LAZY_TYPE = /* @__PURE__ */ Symbol.for("react.lazy");
|
|
42
|
+
var REACT_ACTIVITY_TYPE = /* @__PURE__ */ Symbol.for("react.activity");
|
|
43
43
|
var MAYBE_ITERATOR_SYMBOL = Symbol.iterator;
|
|
44
44
|
function getIteratorFn(maybeIterable) {
|
|
45
45
|
if (null === maybeIterable || "object" !== typeof maybeIterable) return null;
|
|
@@ -461,13 +461,13 @@ var require_react_production = __commonJS({
|
|
|
461
461
|
exports.useTransition = function() {
|
|
462
462
|
return ReactSharedInternals.H.useTransition();
|
|
463
463
|
};
|
|
464
|
-
exports.version = "19.2.
|
|
464
|
+
exports.version = "19.2.1";
|
|
465
465
|
}
|
|
466
466
|
});
|
|
467
467
|
|
|
468
|
-
// ../../node_modules/.pnpm/react@19.2.
|
|
468
|
+
// ../../node_modules/.pnpm/react@19.2.1/node_modules/react/cjs/react.development.js
|
|
469
469
|
var require_react_development = __commonJS({
|
|
470
|
-
"../../node_modules/.pnpm/react@19.2.
|
|
470
|
+
"../../node_modules/.pnpm/react@19.2.1/node_modules/react/cjs/react.development.js"(exports, module) {
|
|
471
471
|
"use strict";
|
|
472
472
|
"production" !== process.env.NODE_ENV && (function() {
|
|
473
473
|
function defineDeprecationWarning(methodName, info) {
|
|
@@ -934,7 +934,7 @@ var require_react_development = __commonJS({
|
|
|
934
934
|
}
|
|
935
935
|
}
|
|
936
936
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());
|
|
937
|
-
var REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element"), REACT_PORTAL_TYPE = Symbol.for("react.portal"), REACT_FRAGMENT_TYPE = Symbol.for("react.fragment"), REACT_STRICT_MODE_TYPE = Symbol.for("react.strict_mode"), REACT_PROFILER_TYPE = Symbol.for("react.profiler"), REACT_CONSUMER_TYPE = Symbol.for("react.consumer"), REACT_CONTEXT_TYPE = Symbol.for("react.context"), REACT_FORWARD_REF_TYPE = Symbol.for("react.forward_ref"), REACT_SUSPENSE_TYPE = Symbol.for("react.suspense"), REACT_SUSPENSE_LIST_TYPE = Symbol.for("react.suspense_list"), REACT_MEMO_TYPE = Symbol.for("react.memo"), REACT_LAZY_TYPE = Symbol.for("react.lazy"), REACT_ACTIVITY_TYPE = Symbol.for("react.activity"), MAYBE_ITERATOR_SYMBOL = Symbol.iterator, didWarnStateUpdateForUnmountedComponent = {}, ReactNoopUpdateQueue = {
|
|
937
|
+
var REACT_ELEMENT_TYPE = /* @__PURE__ */ Symbol.for("react.transitional.element"), REACT_PORTAL_TYPE = /* @__PURE__ */ Symbol.for("react.portal"), REACT_FRAGMENT_TYPE = /* @__PURE__ */ Symbol.for("react.fragment"), REACT_STRICT_MODE_TYPE = /* @__PURE__ */ Symbol.for("react.strict_mode"), REACT_PROFILER_TYPE = /* @__PURE__ */ Symbol.for("react.profiler"), REACT_CONSUMER_TYPE = /* @__PURE__ */ Symbol.for("react.consumer"), REACT_CONTEXT_TYPE = /* @__PURE__ */ Symbol.for("react.context"), REACT_FORWARD_REF_TYPE = /* @__PURE__ */ Symbol.for("react.forward_ref"), REACT_SUSPENSE_TYPE = /* @__PURE__ */ Symbol.for("react.suspense"), REACT_SUSPENSE_LIST_TYPE = /* @__PURE__ */ Symbol.for("react.suspense_list"), REACT_MEMO_TYPE = /* @__PURE__ */ Symbol.for("react.memo"), REACT_LAZY_TYPE = /* @__PURE__ */ Symbol.for("react.lazy"), REACT_ACTIVITY_TYPE = /* @__PURE__ */ Symbol.for("react.activity"), MAYBE_ITERATOR_SYMBOL = Symbol.iterator, didWarnStateUpdateForUnmountedComponent = {}, ReactNoopUpdateQueue = {
|
|
938
938
|
isMounted: function() {
|
|
939
939
|
return false;
|
|
940
940
|
},
|
|
@@ -977,7 +977,7 @@ var require_react_development = __commonJS({
|
|
|
977
977
|
deprecatedAPIs.constructor = PureComponent;
|
|
978
978
|
assign(deprecatedAPIs, Component.prototype);
|
|
979
979
|
deprecatedAPIs.isPureReactComponent = true;
|
|
980
|
-
var isArrayImpl = Array.isArray, REACT_CLIENT_REFERENCE = Symbol.for("react.client.reference"), ReactSharedInternals = {
|
|
980
|
+
var isArrayImpl = Array.isArray, REACT_CLIENT_REFERENCE = /* @__PURE__ */ Symbol.for("react.client.reference"), ReactSharedInternals = {
|
|
981
981
|
H: null,
|
|
982
982
|
A: null,
|
|
983
983
|
T: null,
|
|
@@ -1431,15 +1431,15 @@ var require_react_development = __commonJS({
|
|
|
1431
1431
|
exports.useTransition = function() {
|
|
1432
1432
|
return resolveDispatcher().useTransition();
|
|
1433
1433
|
};
|
|
1434
|
-
exports.version = "19.2.
|
|
1434
|
+
exports.version = "19.2.1";
|
|
1435
1435
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error());
|
|
1436
1436
|
})();
|
|
1437
1437
|
}
|
|
1438
1438
|
});
|
|
1439
1439
|
|
|
1440
|
-
// ../../node_modules/.pnpm/react@19.2.
|
|
1440
|
+
// ../../node_modules/.pnpm/react@19.2.1/node_modules/react/index.js
|
|
1441
1441
|
var require_react = __commonJS({
|
|
1442
|
-
"../../node_modules/.pnpm/react@19.2.
|
|
1442
|
+
"../../node_modules/.pnpm/react@19.2.1/node_modules/react/index.js"(exports, module) {
|
|
1443
1443
|
"use strict";
|
|
1444
1444
|
if (process.env.NODE_ENV === "production") {
|
|
1445
1445
|
module.exports = require_react_production();
|