@bigbinary/neeto-molecules 1.0.26 → 1.0.28

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.
Files changed (41) hide show
  1. package/dist/CustomDomain.cjs.js +349 -339
  2. package/dist/CustomDomain.cjs.js.map +1 -1
  3. package/dist/CustomDomain.js +349 -339
  4. package/dist/CustomDomain.js.map +1 -1
  5. package/dist/DynamicVariables.cjs.js +1 -1
  6. package/dist/DynamicVariables.js +1 -1
  7. package/dist/Header.cjs.js +67 -53
  8. package/dist/Header.cjs.js.map +1 -1
  9. package/dist/Header.js +67 -53
  10. package/dist/Header.js.map +1 -1
  11. package/dist/LoginPage.cjs.js +23 -18
  12. package/dist/LoginPage.cjs.js.map +1 -1
  13. package/dist/LoginPage.js +23 -18
  14. package/dist/LoginPage.js.map +1 -1
  15. package/dist/NeetoWidget.cjs.js +425 -565
  16. package/dist/NeetoWidget.cjs.js.map +1 -1
  17. package/dist/NeetoWidget.js +426 -566
  18. package/dist/NeetoWidget.js.map +1 -1
  19. package/dist/PhoneNumber.cjs.js +628 -86
  20. package/dist/PhoneNumber.cjs.js.map +1 -1
  21. package/dist/PhoneNumber.js +628 -86
  22. package/dist/PhoneNumber.js.map +1 -1
  23. package/dist/Rename.cjs.js +240 -226
  24. package/dist/Rename.cjs.js.map +1 -1
  25. package/dist/Rename.js +241 -227
  26. package/dist/Rename.js.map +1 -1
  27. package/dist/ShareViaLink.cjs.js +8 -7
  28. package/dist/ShareViaLink.cjs.js.map +1 -1
  29. package/dist/ShareViaLink.js +8 -7
  30. package/dist/ShareViaLink.js.map +1 -1
  31. package/dist/Sidebar.cjs.js +1 -1
  32. package/dist/Sidebar.cjs.js.map +1 -1
  33. package/dist/Sidebar.js +1 -1
  34. package/dist/Sidebar.js.map +1 -1
  35. package/dist/SubHeader.cjs.js +5 -6
  36. package/dist/SubHeader.cjs.js.map +1 -1
  37. package/dist/SubHeader.js +5 -6
  38. package/dist/SubHeader.js.map +1 -1
  39. package/package.json +2 -2
  40. package/src/translations/en.json +26 -7
  41. package/types/Sidebar.d.ts +1 -1
@@ -6,6 +6,7 @@ var reactUtils = require('@bigbinary/neeto-commons-frontend/react-utils');
6
6
  var neetoIcons = require('@bigbinary/neeto-icons');
7
7
  var neetoui = require('@bigbinary/neetoui');
8
8
  var ramda = require('ramda');
9
+ var reactI18next = require('react-i18next');
9
10
  var reactRouterDom = require('react-router-dom');
10
11
 
11
12
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
@@ -150,7 +151,7 @@ n(css,{});
150
151
 
151
152
  function cov_11r4x10h1y() {
152
153
  var path = "/home/runner/work/neeto-molecules/neeto-molecules/src/components/Rename/index.jsx";
153
- var hash = "a5d543739cd1e5afeed656dba3a035f8120ece77";
154
+ var hash = "66973a2f5d511001e37449e639c8a41d5a4bf1fd";
154
155
  var global = new Function("return this")();
155
156
  var gcv = "__coverage__";
156
157
  var coverageData = {
@@ -158,17 +159,17 @@ function cov_11r4x10h1y() {
158
159
  statementMap: {
159
160
  "0": {
160
161
  start: {
161
- line: 13,
162
+ line: 14,
162
163
  column: 27
163
164
  },
164
165
  end: {
165
- line: 13,
166
+ line: 14,
166
167
  column: 35
167
168
  }
168
169
  },
169
170
  "1": {
170
171
  start: {
171
- line: 15,
172
+ line: 16,
172
173
  column: 15
173
174
  },
174
175
  end: {
@@ -178,147 +179,157 @@ function cov_11r4x10h1y() {
178
179
  },
179
180
  "2": {
180
181
  start: {
181
- line: 28,
182
- column: 26
182
+ line: 29,
183
+ column: 16
183
184
  },
184
185
  end: {
185
- line: 28,
186
- column: 41
186
+ line: 29,
187
+ column: 32
187
188
  }
188
189
  },
189
190
  "3": {
190
191
  start: {
191
- line: 29,
192
- column: 34
192
+ line: 30,
193
+ column: 26
193
194
  },
194
195
  end: {
195
- line: 29,
196
- column: 50
196
+ line: 30,
197
+ column: 41
197
198
  }
198
199
  },
199
200
  "4": {
200
201
  start: {
201
202
  line: 31,
202
- column: 20
203
+ column: 34
203
204
  },
204
205
  end: {
205
206
  line: 31,
206
- column: 32
207
+ column: 50
207
208
  }
208
209
  },
209
210
  "5": {
210
211
  start: {
211
212
  line: 33,
212
- column: 2
213
+ column: 20
213
214
  },
214
215
  end: {
215
216
  line: 33,
216
- column: 52
217
+ column: 32
217
218
  }
218
219
  },
219
220
  "6": {
220
221
  start: {
221
- line: 33,
222
- column: 37
222
+ line: 35,
223
+ column: 2
223
224
  },
224
225
  end: {
225
- line: 33,
226
- column: 50
226
+ line: 35,
227
+ column: 52
227
228
  }
228
229
  },
229
230
  "7": {
230
231
  start: {
231
232
  line: 35,
233
+ column: 37
234
+ },
235
+ end: {
236
+ line: 35,
237
+ column: 50
238
+ }
239
+ },
240
+ "8": {
241
+ start: {
242
+ line: 37,
232
243
  column: 23
233
244
  },
234
245
  end: {
235
- line: 38,
246
+ line: 40,
236
247
  column: 3
237
248
  }
238
249
  },
239
- "8": {
250
+ "9": {
240
251
  start: {
241
- line: 36,
252
+ line: 38,
242
253
  column: 4
243
254
  },
244
255
  end: {
245
- line: 36,
256
+ line: 38,
246
257
  column: 19
247
258
  }
248
259
  },
249
- "9": {
260
+ "10": {
250
261
  start: {
251
- line: 37,
262
+ line: 39,
252
263
  column: 4
253
264
  },
254
265
  end: {
255
- line: 37,
266
+ line: 39,
256
267
  column: 23
257
268
  }
258
269
  },
259
- "10": {
270
+ "11": {
260
271
  start: {
261
- line: 40,
272
+ line: 42,
262
273
  column: 22
263
274
  },
264
275
  end: {
265
- line: 43,
276
+ line: 45,
266
277
  column: 3
267
278
  }
268
279
  },
269
- "11": {
280
+ "12": {
270
281
  start: {
271
- line: 41,
282
+ line: 43,
272
283
  column: 4
273
284
  },
274
285
  end: {
275
- line: 41,
286
+ line: 43,
276
287
  column: 19
277
288
  }
278
289
  },
279
- "12": {
290
+ "13": {
280
291
  start: {
281
- line: 42,
292
+ line: 44,
282
293
  column: 4
283
294
  },
284
295
  end: {
285
- line: 42,
296
+ line: 44,
286
297
  column: 23
287
298
  }
288
299
  },
289
- "13": {
300
+ "14": {
290
301
  start: {
291
- line: 45,
302
+ line: 47,
292
303
  column: 2
293
304
  },
294
305
  end: {
295
- line: 45,
306
+ line: 47,
296
307
  column: 56
297
308
  }
298
309
  },
299
- "14": {
310
+ "15": {
300
311
  start: {
301
- line: 46,
312
+ line: 48,
302
313
  column: 2
303
314
  },
304
315
  end: {
305
- line: 46,
316
+ line: 48,
306
317
  column: 77
307
318
  }
308
319
  },
309
- "15": {
320
+ "16": {
310
321
  start: {
311
- line: 46,
322
+ line: 48,
312
323
  column: 37
313
324
  },
314
325
  end: {
315
- line: 46,
326
+ line: 48,
316
327
  column: 55
317
328
  }
318
329
  },
319
- "16": {
330
+ "17": {
320
331
  start: {
321
- line: 48,
332
+ line: 50,
322
333
  column: 2
323
334
  },
324
335
  end: {
@@ -326,47 +337,47 @@ function cov_11r4x10h1y() {
326
337
  column: 4
327
338
  }
328
339
  },
329
- "17": {
340
+ "18": {
330
341
  start: {
331
- line: 51,
342
+ line: 53,
332
343
  column: 8
333
344
  },
334
345
  end: {
335
- line: 66,
346
+ line: 68,
336
347
  column: 19
337
348
  }
338
349
  },
339
- "18": {
350
+ "19": {
340
351
  start: {
341
- line: 85,
352
+ line: 87,
342
353
  column: 31
343
354
  },
344
355
  end: {
345
- line: 85,
356
+ line: 87,
346
357
  column: 49
347
358
  }
348
359
  },
349
- "19": {
360
+ "20": {
350
361
  start: {
351
- line: 97,
362
+ line: 99,
352
363
  column: 29
353
364
  },
354
365
  end: {
355
- line: 97,
366
+ line: 99,
356
367
  column: 56
357
368
  }
358
369
  },
359
- "20": {
370
+ "21": {
360
371
  start: {
361
- line: 113,
372
+ line: 115,
362
373
  column: 27
363
374
  },
364
375
  end: {
365
- line: 113,
376
+ line: 115,
366
377
  column: 62
367
378
  }
368
379
  },
369
- "21": {
380
+ "22": {
370
381
  start: {
371
382
  line: 129,
372
383
  column: 50
@@ -376,7 +387,7 @@ function cov_11r4x10h1y() {
376
387
  column: 67
377
388
  }
378
389
  },
379
- "22": {
390
+ "23": {
380
391
  start: {
381
392
  line: 134,
382
393
  column: 18
@@ -392,17 +403,17 @@ function cov_11r4x10h1y() {
392
403
  name: "(anonymous_0)",
393
404
  decl: {
394
405
  start: {
395
- line: 15,
406
+ line: 16,
396
407
  column: 15
397
408
  },
398
409
  end: {
399
- line: 15,
410
+ line: 16,
400
411
  column: 16
401
412
  }
402
413
  },
403
414
  loc: {
404
415
  start: {
405
- line: 27,
416
+ line: 28,
406
417
  column: 6
407
418
  },
408
419
  end: {
@@ -410,199 +421,199 @@ function cov_11r4x10h1y() {
410
421
  column: 1
411
422
  }
412
423
  },
413
- line: 27
424
+ line: 28
414
425
  },
415
426
  "1": {
416
427
  name: "(anonymous_1)",
417
428
  decl: {
418
429
  start: {
419
- line: 33,
430
+ line: 35,
420
431
  column: 31
421
432
  },
422
433
  end: {
423
- line: 33,
434
+ line: 35,
424
435
  column: 32
425
436
  }
426
437
  },
427
438
  loc: {
428
439
  start: {
429
- line: 33,
440
+ line: 35,
430
441
  column: 37
431
442
  },
432
443
  end: {
433
- line: 33,
444
+ line: 35,
434
445
  column: 50
435
446
  }
436
447
  },
437
- line: 33
448
+ line: 35
438
449
  },
439
450
  "2": {
440
451
  name: "(anonymous_2)",
441
452
  decl: {
442
453
  start: {
443
- line: 35,
454
+ line: 37,
444
455
  column: 23
445
456
  },
446
457
  end: {
447
- line: 35,
458
+ line: 37,
448
459
  column: 24
449
460
  }
450
461
  },
451
462
  loc: {
452
463
  start: {
453
- line: 35,
464
+ line: 37,
454
465
  column: 31
455
466
  },
456
467
  end: {
457
- line: 38,
468
+ line: 40,
458
469
  column: 3
459
470
  }
460
471
  },
461
- line: 35
472
+ line: 37
462
473
  },
463
474
  "3": {
464
475
  name: "(anonymous_3)",
465
476
  decl: {
466
477
  start: {
467
- line: 40,
478
+ line: 42,
468
479
  column: 22
469
480
  },
470
481
  end: {
471
- line: 40,
482
+ line: 42,
472
483
  column: 23
473
484
  }
474
485
  },
475
486
  loc: {
476
487
  start: {
477
- line: 40,
488
+ line: 42,
478
489
  column: 28
479
490
  },
480
491
  end: {
481
- line: 43,
492
+ line: 45,
482
493
  column: 3
483
494
  }
484
495
  },
485
- line: 40
496
+ line: 42
486
497
  },
487
498
  "4": {
488
499
  name: "(anonymous_4)",
489
500
  decl: {
490
501
  start: {
491
- line: 46,
502
+ line: 48,
492
503
  column: 31
493
504
  },
494
505
  end: {
495
- line: 46,
506
+ line: 48,
496
507
  column: 32
497
508
  }
498
509
  },
499
510
  loc: {
500
511
  start: {
501
- line: 46,
512
+ line: 48,
502
513
  column: 37
503
514
  },
504
515
  end: {
505
- line: 46,
516
+ line: 48,
506
517
  column: 55
507
518
  }
508
519
  },
509
- line: 46
520
+ line: 48
510
521
  },
511
522
  "5": {
512
523
  name: "(anonymous_5)",
513
524
  decl: {
514
525
  start: {
515
- line: 50,
526
+ line: 52,
516
527
  column: 23
517
528
  },
518
529
  end: {
519
- line: 50,
530
+ line: 52,
520
531
  column: 24
521
532
  }
522
533
  },
523
534
  loc: {
524
535
  start: {
525
- line: 51,
536
+ line: 53,
526
537
  column: 8
527
538
  },
528
539
  end: {
529
- line: 66,
540
+ line: 68,
530
541
  column: 19
531
542
  }
532
543
  },
533
- line: 51
544
+ line: 53
534
545
  },
535
546
  "6": {
536
547
  name: "(anonymous_6)",
537
548
  decl: {
538
549
  start: {
539
- line: 85,
550
+ line: 87,
540
551
  column: 25
541
552
  },
542
553
  end: {
543
- line: 85,
554
+ line: 87,
544
555
  column: 26
545
556
  }
546
557
  },
547
558
  loc: {
548
559
  start: {
549
- line: 85,
560
+ line: 87,
550
561
  column: 31
551
562
  },
552
563
  end: {
553
- line: 85,
564
+ line: 87,
554
565
  column: 49
555
566
  }
556
567
  },
557
- line: 85
568
+ line: 87
558
569
  },
559
570
  "7": {
560
571
  name: "(anonymous_7)",
561
572
  decl: {
562
573
  start: {
563
- line: 97,
574
+ line: 99,
564
575
  column: 20
565
576
  },
566
577
  end: {
567
- line: 97,
578
+ line: 99,
568
579
  column: 21
569
580
  }
570
581
  },
571
582
  loc: {
572
583
  start: {
573
- line: 97,
584
+ line: 99,
574
585
  column: 29
575
586
  },
576
587
  end: {
577
- line: 97,
588
+ line: 99,
578
589
  column: 56
579
590
  }
580
591
  },
581
- line: 97
592
+ line: 99
582
593
  },
583
594
  "8": {
584
595
  name: "(anonymous_8)",
585
596
  decl: {
586
597
  start: {
587
- line: 113,
598
+ line: 115,
588
599
  column: 21
589
600
  },
590
601
  end: {
591
- line: 113,
602
+ line: 115,
592
603
  column: 22
593
604
  }
594
605
  },
595
606
  loc: {
596
607
  start: {
597
- line: 113,
608
+ line: 115,
598
609
  column: 27
599
610
  },
600
611
  end: {
601
- line: 113,
612
+ line: 115,
602
613
  column: 62
603
614
  }
604
615
  },
605
- line: 113
616
+ line: 115
606
617
  },
607
618
  "9": {
608
619
  name: "(anonymous_9)",
@@ -657,247 +668,247 @@ function cov_11r4x10h1y() {
657
668
  "0": {
658
669
  loc: {
659
670
  start: {
660
- line: 17,
671
+ line: 18,
661
672
  column: 2
662
673
  },
663
674
  end: {
664
- line: 17,
675
+ line: 18,
665
676
  column: 17
666
677
  }
667
678
  },
668
679
  type: "default-arg",
669
680
  locations: [{
670
681
  start: {
671
- line: 17,
682
+ line: 18,
672
683
  column: 13
673
684
  },
674
685
  end: {
675
- line: 17,
686
+ line: 18,
676
687
  column: 17
677
688
  }
678
689
  }],
679
- line: 17
690
+ line: 18
680
691
  },
681
692
  "1": {
682
693
  loc: {
683
694
  start: {
684
- line: 18,
695
+ line: 19,
685
696
  column: 2
686
697
  },
687
698
  end: {
688
- line: 18,
699
+ line: 19,
689
700
  column: 16
690
701
  }
691
702
  },
692
703
  type: "default-arg",
693
704
  locations: [{
694
705
  start: {
695
- line: 18,
706
+ line: 19,
696
707
  column: 11
697
708
  },
698
709
  end: {
699
- line: 18,
710
+ line: 19,
700
711
  column: 16
701
712
  }
702
713
  }],
703
- line: 18
714
+ line: 19
704
715
  },
705
716
  "2": {
706
717
  loc: {
707
718
  start: {
708
- line: 19,
719
+ line: 20,
709
720
  column: 2
710
721
  },
711
722
  end: {
712
- line: 19,
723
+ line: 20,
713
724
  column: 19
714
725
  }
715
726
  },
716
727
  type: "default-arg",
717
728
  locations: [{
718
729
  start: {
719
- line: 19,
730
+ line: 20,
720
731
  column: 14
721
732
  },
722
733
  end: {
723
- line: 19,
734
+ line: 20,
724
735
  column: 19
725
736
  }
726
737
  }],
727
- line: 19
738
+ line: 20
728
739
  },
729
740
  "3": {
730
741
  loc: {
731
742
  start: {
732
- line: 20,
743
+ line: 21,
733
744
  column: 2
734
745
  },
735
746
  end: {
736
- line: 20,
747
+ line: 21,
737
748
  column: 18
738
749
  }
739
750
  },
740
751
  type: "default-arg",
741
752
  locations: [{
742
753
  start: {
743
- line: 20,
754
+ line: 21,
744
755
  column: 16
745
756
  },
746
757
  end: {
747
- line: 20,
758
+ line: 21,
748
759
  column: 18
749
760
  }
750
761
  }],
751
- line: 20
762
+ line: 21
752
763
  },
753
764
  "4": {
754
765
  loc: {
755
766
  start: {
756
- line: 21,
767
+ line: 22,
757
768
  column: 2
758
769
  },
759
770
  end: {
760
- line: 21,
771
+ line: 22,
761
772
  column: 18
762
773
  }
763
774
  },
764
775
  type: "default-arg",
765
776
  locations: [{
766
777
  start: {
767
- line: 21,
778
+ line: 22,
768
779
  column: 13
769
780
  },
770
781
  end: {
771
- line: 21,
782
+ line: 22,
772
783
  column: 18
773
784
  }
774
785
  }],
775
- line: 21
786
+ line: 22
776
787
  },
777
788
  "5": {
778
789
  loc: {
779
790
  start: {
780
- line: 22,
791
+ line: 23,
781
792
  column: 2
782
793
  },
783
794
  end: {
784
- line: 22,
795
+ line: 23,
785
796
  column: 18
786
797
  }
787
798
  },
788
799
  type: "default-arg",
789
800
  locations: [{
790
801
  start: {
791
- line: 22,
802
+ line: 23,
792
803
  column: 13
793
804
  },
794
805
  end: {
795
- line: 22,
806
+ line: 23,
796
807
  column: 18
797
808
  }
798
809
  }],
799
- line: 22
810
+ line: 23
800
811
  },
801
812
  "6": {
802
813
  loc: {
803
814
  start: {
804
- line: 23,
815
+ line: 24,
805
816
  column: 2
806
817
  },
807
818
  end: {
808
- line: 23,
819
+ line: 24,
809
820
  column: 20
810
821
  }
811
822
  },
812
823
  type: "default-arg",
813
824
  locations: [{
814
825
  start: {
815
- line: 23,
826
+ line: 24,
816
827
  column: 18
817
828
  },
818
829
  end: {
819
- line: 23,
830
+ line: 24,
820
831
  column: 20
821
832
  }
822
833
  }],
823
- line: 23
834
+ line: 24
824
835
  },
825
836
  "7": {
826
837
  loc: {
827
838
  start: {
828
- line: 24,
839
+ line: 25,
829
840
  column: 2
830
841
  },
831
842
  end: {
832
- line: 24,
843
+ line: 25,
833
844
  column: 18
834
845
  }
835
846
  },
836
847
  type: "default-arg",
837
848
  locations: [{
838
849
  start: {
839
- line: 24,
850
+ line: 25,
840
851
  column: 16
841
852
  },
842
853
  end: {
843
- line: 24,
854
+ line: 25,
844
855
  column: 18
845
856
  }
846
857
  }],
847
- line: 24
858
+ line: 25
848
859
  },
849
860
  "8": {
850
861
  loc: {
851
862
  start: {
852
- line: 25,
863
+ line: 26,
853
864
  column: 2
854
865
  },
855
866
  end: {
856
- line: 25,
867
+ line: 26,
857
868
  column: 16
858
869
  }
859
870
  },
860
871
  type: "default-arg",
861
872
  locations: [{
862
873
  start: {
863
- line: 25,
874
+ line: 26,
864
875
  column: 14
865
876
  },
866
877
  end: {
867
- line: 25,
878
+ line: 26,
868
879
  column: 16
869
880
  }
870
881
  }],
871
- line: 25
882
+ line: 26
872
883
  },
873
884
  "9": {
874
885
  loc: {
875
886
  start: {
876
- line: 26,
887
+ line: 27,
877
888
  column: 2
878
889
  },
879
890
  end: {
880
- line: 26,
891
+ line: 27,
881
892
  column: 17
882
893
  }
883
894
  },
884
895
  type: "default-arg",
885
896
  locations: [{
886
897
  start: {
887
- line: 26,
898
+ line: 27,
888
899
  column: 15
889
900
  },
890
901
  end: {
891
- line: 26,
902
+ line: 27,
892
903
  column: 17
893
904
  }
894
905
  }],
895
- line: 26
906
+ line: 27
896
907
  },
897
908
  "10": {
898
909
  loc: {
899
910
  start: {
900
- line: 68,
911
+ line: 70,
901
912
  column: 7
902
913
  },
903
914
  end: {
@@ -908,16 +919,16 @@ function cov_11r4x10h1y() {
908
919
  type: "cond-expr",
909
920
  locations: [{
910
921
  start: {
911
- line: 69,
922
+ line: 71,
912
923
  column: 8
913
924
  },
914
925
  end: {
915
- line: 99,
926
+ line: 101,
916
927
  column: 10
917
928
  }
918
929
  }, {
919
930
  start: {
920
- line: 101,
931
+ line: 103,
921
932
  column: 8
922
933
  },
923
934
  end: {
@@ -925,78 +936,78 @@ function cov_11r4x10h1y() {
925
936
  column: 11
926
937
  }
927
938
  }],
928
- line: 68
939
+ line: 70
929
940
  },
930
941
  "11": {
931
942
  loc: {
932
943
  start: {
933
- line: 81,
944
+ line: 83,
934
945
  column: 26
935
946
  },
936
947
  end: {
937
- line: 81,
948
+ line: 83,
938
949
  column: 52
939
950
  }
940
951
  },
941
952
  type: "binary-expr",
942
953
  locations: [{
943
954
  start: {
944
- line: 81,
955
+ line: 83,
945
956
  column: 26
946
957
  },
947
958
  end: {
948
- line: 81,
959
+ line: 83,
949
960
  column: 39
950
961
  }
951
962
  }, {
952
963
  start: {
953
- line: 81,
964
+ line: 83,
954
965
  column: 43
955
966
  },
956
967
  end: {
957
- line: 81,
968
+ line: 83,
958
969
  column: 52
959
970
  }
960
971
  }],
961
- line: 81
972
+ line: 83
962
973
  },
963
974
  "12": {
964
975
  loc: {
965
976
  start: {
966
- line: 113,
977
+ line: 115,
967
978
  column: 27
968
979
  },
969
980
  end: {
970
- line: 113,
981
+ line: 115,
971
982
  column: 62
972
983
  }
973
984
  },
974
985
  type: "binary-expr",
975
986
  locations: [{
976
987
  start: {
977
- line: 113,
988
+ line: 115,
978
989
  column: 27
979
990
  },
980
991
  end: {
981
- line: 113,
992
+ line: 115,
982
993
  column: 36
983
994
  }
984
995
  }, {
985
996
  start: {
986
- line: 113,
997
+ line: 115,
987
998
  column: 40
988
999
  },
989
1000
  end: {
990
- line: 113,
1001
+ line: 115,
991
1002
  column: 62
992
1003
  }
993
1004
  }],
994
- line: 113
1005
+ line: 115
995
1006
  },
996
1007
  "13": {
997
1008
  loc: {
998
1009
  start: {
999
- line: 118,
1010
+ line: 120,
1000
1011
  column: 11
1001
1012
  },
1002
1013
  end: {
@@ -1007,34 +1018,34 @@ function cov_11r4x10h1y() {
1007
1018
  type: "binary-expr",
1008
1019
  locations: [{
1009
1020
  start: {
1010
- line: 118,
1021
+ line: 120,
1011
1022
  column: 11
1012
1023
  },
1013
1024
  end: {
1014
- line: 118,
1025
+ line: 120,
1015
1026
  column: 20
1016
1027
  }
1017
1028
  }, {
1018
1029
  start: {
1019
- line: 118,
1030
+ line: 120,
1020
1031
  column: 25
1021
1032
  },
1022
1033
  end: {
1023
- line: 118,
1024
- column: 49
1034
+ line: 120,
1035
+ column: 50
1025
1036
  }
1026
1037
  }, {
1027
1038
  start: {
1028
- line: 118,
1029
- column: 53
1039
+ line: 120,
1040
+ column: 54
1030
1041
  },
1031
1042
  end: {
1032
- line: 118,
1033
- column: 62
1043
+ line: 120,
1044
+ column: 63
1034
1045
  }
1035
1046
  }, {
1036
1047
  start: {
1037
- line: 119,
1048
+ line: 121,
1038
1049
  column: 12
1039
1050
  },
1040
1051
  end: {
@@ -1042,7 +1053,7 @@ function cov_11r4x10h1y() {
1042
1053
  column: 23
1043
1054
  }
1044
1055
  }],
1045
- line: 118
1056
+ line: 120
1046
1057
  },
1047
1058
  "14": {
1048
1059
  loc: {
@@ -1101,7 +1112,8 @@ function cov_11r4x10h1y() {
1101
1112
  "19": 0,
1102
1113
  "20": 0,
1103
1114
  "21": 0,
1104
- "22": 0
1115
+ "22": 0,
1116
+ "23": 0
1105
1117
  },
1106
1118
  f: {
1107
1119
  "0": 0,
@@ -1134,7 +1146,7 @@ function cov_11r4x10h1y() {
1134
1146
  "14": [0, 0]
1135
1147
  },
1136
1148
  _coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
1137
- hash: "a5d543739cd1e5afeed656dba3a035f8120ece77"
1149
+ hash: "66973a2f5d511001e37449e639c8a41d5a4bf1fd"
1138
1150
  };
1139
1151
  var coverage = global[gcv] || (global[gcv] = {});
1140
1152
  if (!coverage[path] || coverage[path].hash !== hash) {
@@ -1177,58 +1189,60 @@ var Rename = function Rename(_ref2) {
1177
1189
  _ref2$inputProps = _ref2.inputProps,
1178
1190
  inputProps = _ref2$inputProps === void 0 ? (cov_11r4x10h1y().b[9][0]++, {}) : _ref2$inputProps;
1179
1191
  cov_11r4x10h1y().f[0]++;
1180
- var _ref3 = (cov_11r4x10h1y().s[2]++, React.useState(value)),
1181
- _ref4 = _slicedToArray(_ref3, 2),
1182
- name = _ref4[0],
1183
- setName = _ref4[1];
1184
- var _ref5 = (cov_11r4x10h1y().s[3]++, React.useState(isOpen)),
1185
- _ref6 = _slicedToArray(_ref5, 2),
1186
- editMode = _ref6[0],
1187
- setEditMode = _ref6[1];
1188
- var renameRef = (cov_11r4x10h1y().s[4]++, React.useRef(null));
1189
- cov_11r4x10h1y().s[5]++;
1192
+ var _ref3 = (cov_11r4x10h1y().s[2]++, reactI18next.useTranslation()),
1193
+ t = _ref3.t;
1194
+ var _ref4 = (cov_11r4x10h1y().s[3]++, React.useState(value)),
1195
+ _ref5 = _slicedToArray(_ref4, 2),
1196
+ name = _ref5[0],
1197
+ setName = _ref5[1];
1198
+ var _ref6 = (cov_11r4x10h1y().s[4]++, React.useState(isOpen)),
1199
+ _ref7 = _slicedToArray(_ref6, 2),
1200
+ editMode = _ref7[0],
1201
+ setEditMode = _ref7[1];
1202
+ var renameRef = (cov_11r4x10h1y().s[5]++, React.useRef(null));
1203
+ cov_11r4x10h1y().s[6]++;
1190
1204
  reactUtils.useOnClickOutside(renameRef, function () {
1191
1205
  cov_11r4x10h1y().f[1]++;
1192
- cov_11r4x10h1y().s[6]++;
1206
+ cov_11r4x10h1y().s[7]++;
1193
1207
  return handleClose();
1194
1208
  });
1195
- cov_11r4x10h1y().s[7]++;
1209
+ cov_11r4x10h1y().s[8]++;
1196
1210
  var handleRename = function handleRename(name) {
1197
1211
  cov_11r4x10h1y().f[2]++;
1198
- cov_11r4x10h1y().s[8]++;
1199
- onRename(name);
1200
1212
  cov_11r4x10h1y().s[9]++;
1213
+ onRename(name);
1214
+ cov_11r4x10h1y().s[10]++;
1201
1215
  setEditMode(false);
1202
1216
  };
1203
- cov_11r4x10h1y().s[10]++;
1217
+ cov_11r4x10h1y().s[11]++;
1204
1218
  var handleClose = function handleClose() {
1205
1219
  cov_11r4x10h1y().f[3]++;
1206
- cov_11r4x10h1y().s[11]++;
1207
- setName(value);
1208
1220
  cov_11r4x10h1y().s[12]++;
1221
+ setName(value);
1222
+ cov_11r4x10h1y().s[13]++;
1209
1223
  setEditMode(false);
1210
1224
  };
1211
- cov_11r4x10h1y().s[13]++;
1225
+ cov_11r4x10h1y().s[14]++;
1212
1226
  reactUtils.useHotKeys("escape", handleClose, {
1213
1227
  mode: "global"
1214
1228
  });
1215
- cov_11r4x10h1y().s[14]++;
1229
+ cov_11r4x10h1y().s[15]++;
1216
1230
  reactUtils.useHotKeys("command+return", function () {
1217
1231
  cov_11r4x10h1y().f[4]++;
1218
- cov_11r4x10h1y().s[15]++;
1232
+ cov_11r4x10h1y().s[16]++;
1219
1233
  return handleRename(name);
1220
1234
  }, {
1221
1235
  mode: "global"
1222
1236
  });
1223
- cov_11r4x10h1y().s[16]++;
1237
+ cov_11r4x10h1y().s[17]++;
1224
1238
  return /*#__PURE__*/React__default["default"].createElement("div", {
1225
1239
  className: "flex w-max flex-row items-center",
1226
1240
  ref: renameRef
1227
- }, breadcrumbs.map(function (_ref7) {
1228
- var text = _ref7.text,
1229
- link = _ref7.link;
1241
+ }, breadcrumbs.map(function (_ref8) {
1242
+ var text = _ref8.text,
1243
+ link = _ref8.link;
1230
1244
  cov_11r4x10h1y().f[5]++;
1231
- cov_11r4x10h1y().s[17]++;
1245
+ cov_11r4x10h1y().s[18]++;
1232
1246
  return /*#__PURE__*/React__default["default"].createElement(React.Fragment, {
1233
1247
  key: text
1234
1248
  }, /*#__PURE__*/React__default["default"].createElement(reactRouterDom.Link, _extends({
@@ -1251,7 +1265,7 @@ var Rename = function Rename(_ref2) {
1251
1265
  suffix: /*#__PURE__*/React__default["default"].createElement("div", {
1252
1266
  className: "flex items-center justify-end"
1253
1267
  }, /*#__PURE__*/React__default["default"].createElement(neetoui.Button, {
1254
- className: "rounded-none",
1268
+ className: "neeto-ui-rounded-none",
1255
1269
  "data-testid": "neeto-molecules-rename-button",
1256
1270
  disabled: (cov_11r4x10h1y().b[11][0]++, ramda.isEmpty(name)) || (cov_11r4x10h1y().b[11][1]++, isLoading),
1257
1271
  icon: neetoIcons.Check,
@@ -1259,11 +1273,11 @@ var Rename = function Rename(_ref2) {
1259
1273
  style: "text",
1260
1274
  onClick: function onClick() {
1261
1275
  cov_11r4x10h1y().f[6]++;
1262
- cov_11r4x10h1y().s[18]++;
1276
+ cov_11r4x10h1y().s[19]++;
1263
1277
  return handleRename(name);
1264
1278
  }
1265
1279
  }), /*#__PURE__*/React__default["default"].createElement(neetoui.Button, {
1266
- className: "rounded-none",
1280
+ className: "neeto-ui-rounded-none",
1267
1281
  "data-testid": "neeto-molecules-cancel-button",
1268
1282
  disabled: isLoading,
1269
1283
  icon: neetoIcons.Close,
@@ -1272,7 +1286,7 @@ var Rename = function Rename(_ref2) {
1272
1286
  })),
1273
1287
  onChange: function onChange(event) {
1274
1288
  cov_11r4x10h1y().f[7]++;
1275
- cov_11r4x10h1y().s[19]++;
1289
+ cov_11r4x10h1y().s[20]++;
1276
1290
  return setName(event.target.value);
1277
1291
  }
1278
1292
  }, inputProps))) : (cov_11r4x10h1y().b[10][1]++, /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, /*#__PURE__*/React__default["default"].createElement(neetoui.Typography, _extends({
@@ -1285,25 +1299,25 @@ var Rename = function Rename(_ref2) {
1285
1299
  }),
1286
1300
  onClick: function onClick() {
1287
1301
  cov_11r4x10h1y().f[8]++;
1288
- cov_11r4x10h1y().s[20]++;
1302
+ cov_11r4x10h1y().s[21]++;
1289
1303
  return (cov_11r4x10h1y().b[12][0]++, !disabled) && (cov_11r4x10h1y().b[12][1]++, setEditMode(!editMode));
1290
1304
  }
1291
- }, textProps), value), (cov_11r4x10h1y().b[13][0]++, !hideMenu) && ((cov_11r4x10h1y().b[13][1]++, dropdownItems.length > 0) || (cov_11r4x10h1y().b[13][2]++, !disabled)) && (cov_11r4x10h1y().b[13][3]++, /*#__PURE__*/React__default["default"].createElement(neetoui.Dropdown, {
1292
- buttonStyle: "text",
1293
- icon: neetoIcons.MenuHorizontal,
1294
- position: "bottom-start",
1305
+ }, textProps), value), (cov_11r4x10h1y().b[13][0]++, !hideMenu) && ((cov_11r4x10h1y().b[13][1]++, pure.isNotEmpty(dropdownItems)) || (cov_11r4x10h1y().b[13][2]++, !disabled)) && (cov_11r4x10h1y().b[13][3]++, /*#__PURE__*/React__default["default"].createElement(neetoui.Dropdown, {
1295
1306
  buttonProps: {
1296
1307
  "data-testid": "neeto-molecules-menu-button"
1297
- }
1308
+ },
1309
+ buttonStyle: "text",
1310
+ icon: neetoIcons.MenuHorizontal,
1311
+ position: "bottom-start"
1298
1312
  }, /*#__PURE__*/React__default["default"].createElement(Menu, null, (cov_11r4x10h1y().b[14][0]++, !disabled) && (cov_11r4x10h1y().b[14][1]++, /*#__PURE__*/React__default["default"].createElement(MenuItem.Button, {
1299
1313
  onClick: function onClick() {
1300
1314
  cov_11r4x10h1y().f[9]++;
1301
- cov_11r4x10h1y().s[21]++;
1315
+ cov_11r4x10h1y().s[22]++;
1302
1316
  return setEditMode(true);
1303
1317
  }
1304
- }, "Rename")), dropdownItems.map(function (item) {
1318
+ }, t("neetoMolecules.common.actions.rename"))), dropdownItems.map(function (item) {
1305
1319
  cov_11r4x10h1y().f[10]++;
1306
- cov_11r4x10h1y().s[22]++;
1320
+ cov_11r4x10h1y().s[23]++;
1307
1321
  return /*#__PURE__*/React__default["default"].createElement(MenuItem.Button, _extends({
1308
1322
  key: item.label
1309
1323
  }, item), item.label);