@intlayer/editor-react 8.5.2 → 8.6.1
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as react from "react";
|
|
1
|
+
import * as _$react from "react";
|
|
2
2
|
import { FC, PropsWithChildren } from "react";
|
|
3
3
|
import { IntlayerConfig } from "@intlayer/types/config";
|
|
4
4
|
|
|
@@ -8,7 +8,7 @@ type ConfigurationProviderProps = PropsWithChildren<{
|
|
|
8
8
|
}>;
|
|
9
9
|
declare const ConfigurationProvider: FC<ConfigurationProviderProps>;
|
|
10
10
|
declare const useConfiguration: () => IntlayerConfig | undefined;
|
|
11
|
-
declare const useConfigurationState: () => readonly [IntlayerConfig, react.Dispatch<react.SetStateAction<IntlayerConfig>>, () => void];
|
|
11
|
+
declare const useConfigurationState: () => readonly [IntlayerConfig, _$react.Dispatch<_$react.SetStateAction<IntlayerConfig>>, () => void];
|
|
12
12
|
//#endregion
|
|
13
13
|
export { ConfigurationProvider, ConfigurationProviderProps, useConfiguration, useConfigurationState };
|
|
14
14
|
//# sourceMappingURL=ConfigurationContext.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConfigurationContext.d.ts","names":[],"sources":["../../src/ConfigurationContext.tsx"],"mappings":";;;;;KAMY,0BAAA,GAA6B,iBAAA;EACvC,aAAA,GAAgB,cAAA;AAAA;AAAA,cAGL,qBAAA,EAAuB,EAAA,CAAG,0BAAA;AAAA,cAe1B,gBAAA,QAAuB,cAAA;AAAA,cAkBvB,qBAAA,kBAAqB,cAAA,EAAA,
|
|
1
|
+
{"version":3,"file":"ConfigurationContext.d.ts","names":[],"sources":["../../src/ConfigurationContext.tsx"],"mappings":";;;;;KAMY,0BAAA,GAA6B,iBAAA;EACvC,aAAA,GAAgB,cAAA;AAAA;AAAA,cAGL,qBAAA,EAAuB,EAAA,CAAG,0BAAA;AAAA,cAe1B,gBAAA,QAAuB,cAAA;AAAA,cAkBvB,qBAAA,kBAAqB,cAAA,EAAA,OAAA,CAAA,QAAA,CAAA,OAAA,CAAA,cAAA,CAAA,cAAA"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { CrossFrameStateOptions } from "./useCrossFrameState.js";
|
|
2
|
-
import * as react from "react";
|
|
2
|
+
import * as _$react from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/useCrossURLPathState.d.ts
|
|
5
|
-
declare const useCrossURLPathState: (initialState?: string, options?: CrossFrameStateOptions) => [string, react.Dispatch<react.SetStateAction<string>>, () => void];
|
|
6
|
-
declare const useCrossURLPathSetter: (initialState?: string) => [string, react.Dispatch<react.SetStateAction<string>>, () => void];
|
|
5
|
+
declare const useCrossURLPathState: (initialState?: string, options?: CrossFrameStateOptions) => [string, _$react.Dispatch<_$react.SetStateAction<string>>, () => void];
|
|
6
|
+
declare const useCrossURLPathSetter: (initialState?: string) => [string, _$react.Dispatch<_$react.SetStateAction<string>>, () => void];
|
|
7
7
|
//#endregion
|
|
8
8
|
export { useCrossURLPathSetter, useCrossURLPathState };
|
|
9
9
|
//# sourceMappingURL=useCrossURLPathState.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useCrossURLPathState.d.ts","names":[],"sources":["../../src/useCrossURLPathState.tsx"],"mappings":";;;;cAQa,oBAAA,GACX,YAAA,WACA,OAAA,GAAU,sBAAA,cAAsB,
|
|
1
|
+
{"version":3,"file":"useCrossURLPathState.d.ts","names":[],"sources":["../../src/useCrossURLPathState.tsx"],"mappings":";;;;cAQa,oBAAA,GACX,YAAA,WACA,OAAA,GAAU,sBAAA,cAAsB,OAAA,CAAA,QAAA,CAAA,OAAA,CAAA,cAAA;AAAA,cAGrB,qBAAA,GAAyB,YAAA,uBAAqB,OAAA,CAAA,QAAA,CAI1D,OAAA,CAJ0D,cAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intlayer/editor-react",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.6.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Provides the states, contexts, hooks and components to interact with the Intlayer editor for a React application",
|
|
6
6
|
"keywords": [
|
|
@@ -70,11 +70,11 @@
|
|
|
70
70
|
"typecheck": "tsc --noEmit --project tsconfig.types.json"
|
|
71
71
|
},
|
|
72
72
|
"dependencies": {
|
|
73
|
-
"@intlayer/config": "8.
|
|
74
|
-
"@intlayer/core": "8.
|
|
75
|
-
"@intlayer/editor": "8.
|
|
76
|
-
"@intlayer/types": "8.
|
|
77
|
-
"@intlayer/unmerged-dictionaries-entry": "8.
|
|
73
|
+
"@intlayer/config": "8.6.1",
|
|
74
|
+
"@intlayer/core": "8.6.1",
|
|
75
|
+
"@intlayer/editor": "8.6.1",
|
|
76
|
+
"@intlayer/types": "8.6.1",
|
|
77
|
+
"@intlayer/unmerged-dictionaries-entry": "8.6.1"
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|
|
80
80
|
"@types/node": "25.5.0",
|
|
@@ -86,9 +86,9 @@
|
|
|
86
86
|
"react": ">=16.0.0",
|
|
87
87
|
"react-dom": ">=16.0.0",
|
|
88
88
|
"rimraf": "6.1.3",
|
|
89
|
-
"tsdown": "0.21.
|
|
89
|
+
"tsdown": "0.21.7",
|
|
90
90
|
"typescript": "6.0.2",
|
|
91
|
-
"vitest": "4.1.
|
|
91
|
+
"vitest": "4.1.2"
|
|
92
92
|
},
|
|
93
93
|
"peerDependencies": {
|
|
94
94
|
"react": ">=16.0.0",
|