@shelf/global-renderer 1.0.3-beta.0 → 1.0.3-beta.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.
|
@@ -7,7 +7,6 @@ export declare const getTreeWithParentSteps: (tree: Omit<DTStep, 'parentSteps'>[
|
|
|
7
7
|
}[];
|
|
8
8
|
number: number;
|
|
9
9
|
title?: string | undefined;
|
|
10
|
-
url?: string | undefined;
|
|
11
10
|
id: string;
|
|
12
11
|
type: import("@shelf/types-ddb/lib/decision-tree").StepType;
|
|
13
12
|
question: {
|
|
@@ -25,6 +24,7 @@ export declare const getTreeWithParentSteps: (tree: Omit<DTStep, 'parentSteps'>[
|
|
|
25
24
|
}[];
|
|
26
25
|
};
|
|
27
26
|
textS3Key?: string | undefined;
|
|
27
|
+
url?: string | undefined;
|
|
28
28
|
settings?: import("@shelf/types-ddb/lib/decision-tree").StepSettings | undefined;
|
|
29
29
|
defaultNextStep?: ({
|
|
30
30
|
id: string;
|
package/lib/i18next/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { resources as n } from "@shelf/i18n/lib/bundles/pdf-viewer";
|
|
1
|
+
import { resources as n } from "@shelf/i18n/lib/bundles/pdf-viewer/index.js";
|
|
2
2
|
import { initReactI18next as e } from "react-i18next";
|
|
3
3
|
import r from "i18next";
|
|
4
|
-
import { defaultInterpolation as i } from "@shelf/i18n
|
|
4
|
+
import { defaultInterpolation as i } from "@shelf/i18n";
|
|
5
5
|
const t = r.createInstance();
|
|
6
6
|
t.init({
|
|
7
7
|
lng: "en",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shelf/global-renderer",
|
|
3
|
-
"version": "1.0.3-beta.
|
|
3
|
+
"version": "1.0.3-beta.1",
|
|
4
4
|
"description": "The package exposes entrypoints with window's function(-s) to render React component",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"start": "storybook dev -p 3001"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@shelf/decision-tree-editor-components": "^1.0.3-beta.
|
|
33
|
+
"@shelf/decision-tree-editor-components": "^1.0.3-beta.1",
|
|
34
34
|
"@shelf/i18n": "12.0.0",
|
|
35
35
|
"@shelf/types": "^50.0.6",
|
|
36
36
|
"@types/react-dom": "18.0.6",
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"lodash": "4.17.x",
|
|
48
48
|
"react": "18.x.x"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "ee62980fff1092f30f771fca5472537122d767d7"
|
|
51
51
|
}
|