@pnnh/atom 0.10.0 → 0.11.0
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/client.cjs +4 -4
- package/dist/client.cjs.map +1 -1
- package/dist/client.d.ts +1 -1
- package/dist/client.mjs +4 -4
- package/dist/client.mjs.map +1 -1
- package/dist/common.cjs +31 -31
- package/dist/common.cjs.map +1 -1
- package/dist/common.mjs +31 -31
- package/dist/common.mjs.map +1 -1
- package/dist/server.cjs +31 -31
- package/dist/server.cjs.map +1 -1
- package/dist/server.mjs +32 -32
- package/dist/server.mjs.map +1 -1
- package/package.json +3 -79
package/dist/client.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import { JSX, KeyboardEvent } from 'react';
|
|
3
|
-
import { Element, Text, Descendant,
|
|
3
|
+
import { Element, Text, Descendant, Node, BaseEditor } from 'slate';
|
|
4
4
|
import { ReactEditor } from 'slate-react';
|
|
5
5
|
|
|
6
6
|
declare function copyToClipboard(textToCopy: string): Promise<void>;
|
package/dist/client.mjs
CHANGED
|
@@ -814,7 +814,7 @@ function requireReact_production () {
|
|
|
814
814
|
react_production.useTransition = function () {
|
|
815
815
|
return ReactSharedInternals.H.useTransition();
|
|
816
816
|
};
|
|
817
|
-
react_production.version = "19.2.
|
|
817
|
+
react_production.version = "19.2.4";
|
|
818
818
|
return react_production;
|
|
819
819
|
}
|
|
820
820
|
|
|
@@ -2104,7 +2104,7 @@ function requireReact_development () {
|
|
|
2104
2104
|
exports$1.useTransition = function () {
|
|
2105
2105
|
return resolveDispatcher().useTransition();
|
|
2106
2106
|
};
|
|
2107
|
-
exports$1.version = "19.2.
|
|
2107
|
+
exports$1.version = "19.2.4";
|
|
2108
2108
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
|
2109
2109
|
"function" ===
|
|
2110
2110
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
|
@@ -12721,7 +12721,7 @@ function requireReactDom_production () {
|
|
|
12721
12721
|
reactDom_production.useFormStatus = function () {
|
|
12722
12722
|
return ReactSharedInternals.H.useHostTransitionStatus();
|
|
12723
12723
|
};
|
|
12724
|
-
reactDom_production.version = "19.2.
|
|
12724
|
+
reactDom_production.version = "19.2.4";
|
|
12725
12725
|
return reactDom_production;
|
|
12726
12726
|
}
|
|
12727
12727
|
|
|
@@ -13149,7 +13149,7 @@ function requireReactDom_development () {
|
|
|
13149
13149
|
reactDom_development.useFormStatus = function () {
|
|
13150
13150
|
return resolveDispatcher().useHostTransitionStatus();
|
|
13151
13151
|
};
|
|
13152
|
-
reactDom_development.version = "19.2.
|
|
13152
|
+
reactDom_development.version = "19.2.4";
|
|
13153
13153
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
|
13154
13154
|
"function" ===
|
|
13155
13155
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|