@myinterview/widget-react 1.1.3 → 1.1.4-beta-d305809

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.
@@ -58,10 +58,15 @@ export declare const resources: {
58
58
  text: string;
59
59
  multi_choice: string;
60
60
  };
61
- assessment_instructions: {
62
- text: string;
63
- single: string;
64
- multi: string;
61
+ assessment: {
62
+ instructions: {
63
+ text: string;
64
+ single: string;
65
+ multi: string;
66
+ };
67
+ free_text: {
68
+ input_placeholder: string;
69
+ };
65
70
  };
66
71
  time: {
67
72
  unlimited: string;
@@ -239,10 +244,15 @@ export declare const resources: {
239
244
  text: string;
240
245
  multi_choice: string;
241
246
  };
242
- assessment_instructions: {
243
- text: string;
244
- single: string;
245
- multi: string;
247
+ assessment: {
248
+ instructions: {
249
+ text: string;
250
+ single: string;
251
+ multi: string;
252
+ };
253
+ free_text: {
254
+ input_placeholder: string;
255
+ };
246
256
  };
247
257
  time: {
248
258
  unlimited: string;
@@ -420,10 +430,15 @@ export declare const resources: {
420
430
  text: string;
421
431
  multi_choice: string;
422
432
  };
423
- assessment_instructions: {
424
- text: string;
425
- single: string;
426
- multi: string;
433
+ assessment: {
434
+ instructions: {
435
+ text: string;
436
+ single: string;
437
+ multi: string;
438
+ };
439
+ free_text: {
440
+ input_placeholder: string;
441
+ };
427
442
  };
428
443
  time: {
429
444
  unlimited: string;
@@ -601,10 +616,15 @@ export declare const resources: {
601
616
  text: string;
602
617
  multi_choice: string;
603
618
  };
604
- assessment_instructions: {
605
- text: string;
606
- single: string;
607
- multi: string;
619
+ assessment: {
620
+ instructions: {
621
+ text: string;
622
+ single: string;
623
+ multi: string;
624
+ };
625
+ free_text: {
626
+ input_placeholder: string;
627
+ };
608
628
  };
609
629
  times_up: {
610
630
  title: string;
@@ -612,7 +632,7 @@ export declare const resources: {
612
632
  };
613
633
  time: {
614
634
  unlimited: string;
615
- less_than_one_left: string;
635
+ minuteLeft_one: string;
616
636
  minuteLeft: string;
617
637
  minute_one: string;
618
638
  minute_other: string;
@@ -798,14 +818,19 @@ export declare const resources: {
798
818
  text: string;
799
819
  multi_choice: string;
800
820
  };
801
- assessment_instructions: {
802
- text: string;
803
- single: string;
804
- multi: string;
821
+ assessment: {
822
+ instructions: {
823
+ text: string;
824
+ single: string;
825
+ multi: string;
826
+ };
827
+ free_text: {
828
+ input_placeholder: string;
829
+ };
805
830
  };
806
831
  time: {
807
832
  unlimited: string;
808
- less_than_one_left: string;
833
+ minuteLeft_one: string;
809
834
  minuteLeft: string;
810
835
  minute_one: string;
811
836
  minute_other: string;
@@ -980,14 +1005,19 @@ export declare const resources: {
980
1005
  text: string;
981
1006
  multi_choice: string;
982
1007
  };
983
- assessment_instructions: {
984
- text: string;
985
- single: string;
986
- multi: string;
1008
+ assessment: {
1009
+ instructions: {
1010
+ text: string;
1011
+ single: string;
1012
+ multi: string;
1013
+ };
1014
+ free_text: {
1015
+ input_placeholder: string;
1016
+ };
987
1017
  };
988
1018
  time: {
989
1019
  unlimited: string;
990
- less_than_one_left: string;
1020
+ minuteLeft_one: string;
991
1021
  minuteLeft: string;
992
1022
  minute_one: string;
993
1023
  minute_other: string;
@@ -1168,14 +1198,20 @@ export declare const resources: {
1168
1198
  text: string;
1169
1199
  multi_choice: string;
1170
1200
  };
1171
- assessment_instructions: {
1172
- text: string;
1173
- single: string;
1174
- multi: string;
1201
+ assessment: {
1202
+ instructions: {
1203
+ text: string;
1204
+ single: string;
1205
+ multi: string;
1206
+ };
1207
+ free_text: {
1208
+ input_placeholder: string;
1209
+ };
1175
1210
  };
1176
1211
  time: {
1177
1212
  unlimited: string;
1178
1213
  minuteLeft_one: string;
1214
+ minuteLeft_two: string;
1179
1215
  minuteLeft_other: string;
1180
1216
  minute_one: string;
1181
1217
  minute_two: string;
@@ -1353,10 +1389,15 @@ export declare const resources: {
1353
1389
  text: string;
1354
1390
  multi_choice: string;
1355
1391
  };
1356
- assessment_instructions: {
1357
- text: string;
1358
- single: string;
1359
- multi: string;
1392
+ assessment: {
1393
+ instructions: {
1394
+ text: string;
1395
+ single: string;
1396
+ multi: string;
1397
+ };
1398
+ free_text: {
1399
+ input_placeholder: string;
1400
+ };
1360
1401
  };
1361
1402
  time: {
1362
1403
  unlimited: string;
@@ -1534,10 +1575,15 @@ export declare const resources: {
1534
1575
  text: string;
1535
1576
  multi_choice: string;
1536
1577
  };
1537
- assessment_instructions: {
1538
- text: string;
1539
- single: string;
1540
- multi: string;
1578
+ assessment: {
1579
+ instructions: {
1580
+ text: string;
1581
+ single: string;
1582
+ multi: string;
1583
+ };
1584
+ free_text: {
1585
+ input_placeholder: string;
1586
+ };
1541
1587
  };
1542
1588
  time: {
1543
1589
  unlimited: string;