@myinterview/widget-react 1.1.27-development-28a640f → 1.1.27-development-4d8390d
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/cjs/i18n/config.d.ts +7 -0
- package/dist/cjs/index.js +17 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/i18n/config.d.ts +7 -0
- package/dist/esm/index.js +17 -1
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -1312,6 +1312,13 @@ export declare const resources: {
|
|
|
1312
1312
|
title: string;
|
|
1313
1313
|
subtitle: string;
|
|
1314
1314
|
label: string;
|
|
1315
|
+
questions: {
|
|
1316
|
+
numOfRetakes: number;
|
|
1317
|
+
thinkingTime: number;
|
|
1318
|
+
partDuration: number;
|
|
1319
|
+
question: string;
|
|
1320
|
+
description: string;
|
|
1321
|
+
}[];
|
|
1315
1322
|
};
|
|
1316
1323
|
preview: {
|
|
1317
1324
|
title: string;
|
package/dist/cjs/index.js
CHANGED
|
@@ -47552,7 +47552,23 @@ var times_up$2 = {
|
|
|
47552
47552
|
var practice$2 = {
|
|
47553
47553
|
title: "סימולטור תרגול",
|
|
47554
47554
|
subtitle: "נסה את איזור התרגול שלנו בכדי לראות את זה עובד",
|
|
47555
|
-
label: "איזור תרגול"
|
|
47555
|
+
label: "איזור תרגול",
|
|
47556
|
+
questions: [
|
|
47557
|
+
{
|
|
47558
|
+
numOfRetakes: 2,
|
|
47559
|
+
thinkingTime: 0,
|
|
47560
|
+
partDuration: 60,
|
|
47561
|
+
question: "מדוע ברצונך לעבוד אצלנו?",
|
|
47562
|
+
description: ""
|
|
47563
|
+
},
|
|
47564
|
+
{
|
|
47565
|
+
numOfRetakes: 1,
|
|
47566
|
+
thinkingTime: 60,
|
|
47567
|
+
partDuration: 60,
|
|
47568
|
+
question: "מהן החוזקות והחולשות שלך?",
|
|
47569
|
+
description: ""
|
|
47570
|
+
}
|
|
47571
|
+
]
|
|
47556
47572
|
};
|
|
47557
47573
|
var preview$2 = {
|
|
47558
47574
|
title: "בחר/י את הוידאו שברצונך לשלוח",
|