contentoh-components-library 21.3.28 → 21.3.30

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 (122) hide show
  1. package/.env.development +0 -3
  2. package/.env.production +3 -2
  3. package/dist/assets/images/generalButton/closeIcon.svg +2 -2
  4. package/dist/components/atoms/ProgressBar/index.js +6 -36
  5. package/dist/components/atoms/ProgressBar/styles.js +3 -11
  6. package/dist/components/molecules/CustomSelect/CustomSelect.stories.js +22 -21
  7. package/dist/components/molecules/CustomSelect/SelectItem.js +1 -10
  8. package/dist/components/molecules/GalleryElement/index.js +1 -1
  9. package/dist/components/molecules/HeaderTop/styles.js +1 -1
  10. package/dist/components/molecules/ProductNameHeader/index.js +4 -6
  11. package/dist/components/organisms/Chat/ContainerItems/index.js +13 -2
  12. package/dist/components/organisms/FullProductNameHeader/index.js +0 -1
  13. package/dist/components/pages/ProviderProductEdition/ProviderProductEdition.stories.js +50 -65
  14. package/dist/components/pages/ProviderProductEdition/index.js +11 -17
  15. package/dist/components/pages/RetailerProductEdition/RetailerProductEdition.stories.js +41 -73
  16. package/dist/components/pages/RetailerProductEdition/index.js +14 -19
  17. package/dist/components/pages/RetailerProductEdition/utils.js +1 -1
  18. package/dist/global-files/data.js +23 -18
  19. package/dist/global-files/fonts.css +0 -6
  20. package/dist/global-files/variables.js +0 -2
  21. package/dist/index.js +46 -267
  22. package/package.json +1 -13
  23. package/src/assets/images/generalButton/closeIcon.svg +2 -2
  24. package/src/components/atoms/ProgressBar/index.js +5 -40
  25. package/src/components/atoms/ProgressBar/styles.js +0 -24
  26. package/src/components/molecules/CustomSelect/CustomSelect.stories.js +12 -20
  27. package/src/components/molecules/CustomSelect/SelectItem.js +0 -7
  28. package/src/components/molecules/GalleryElement/index.js +1 -1
  29. package/src/components/molecules/HeaderTop/styles.js +2 -5
  30. package/src/components/molecules/ProductNameHeader/index.js +2 -7
  31. package/src/components/organisms/FullProductNameHeader/index.js +0 -1
  32. package/src/components/pages/ProviderProductEdition/ProviderProductEdition.stories.js +49 -67
  33. package/src/components/pages/ProviderProductEdition/index.js +9 -16
  34. package/src/components/pages/RetailerProductEdition/RetailerProductEdition.stories.js +41 -78
  35. package/src/components/pages/RetailerProductEdition/index.js +20 -18
  36. package/src/components/pages/RetailerProductEdition/utils.js +1 -2
  37. package/src/global-files/data.js +23 -18
  38. package/src/global-files/fonts.css +0 -6
  39. package/src/global-files/variables.js +0 -2
  40. package/src/index.js +0 -17
  41. package/src/assets/images/customSelect/starIcon.svg +0 -14
  42. package/src/assets/images/defaultImages/Spinner.gif +0 -0
  43. package/src/assets/images/defaultImages/notFound.svg +0 -124
  44. package/src/assets/sounds/newMessage.mp3 +0 -0
  45. package/src/components/atoms/ButtonFileChooser/ButtonFileChooser.stories.js +0 -47
  46. package/src/components/atoms/ButtonFileChooser/index.js +0 -68
  47. package/src/components/atoms/ButtonFileChooser/styles.js +0 -4
  48. package/src/components/atoms/ButtonV2/ButtonV2.stories.js +0 -53
  49. package/src/components/atoms/ButtonV2/index.js +0 -85
  50. package/src/components/atoms/ButtonV2/styles.js +0 -217
  51. package/src/components/atoms/CustomIcon/CustomIcon.stories.js +0 -36
  52. package/src/components/atoms/CustomIcon/index.js +0 -41
  53. package/src/components/atoms/CustomIcon/styles.js +0 -85
  54. package/src/components/atoms/IconFile/IconFile.stories.js +0 -35
  55. package/src/components/atoms/IconFile/index.js +0 -119
  56. package/src/components/atoms/IconFile/styles.js +0 -67
  57. package/src/components/atoms/Image/Image.stories.js +0 -51
  58. package/src/components/atoms/Image/index.js +0 -55
  59. package/src/components/atoms/Image/styles.js +0 -34
  60. package/src/components/atoms/ImageLink/ImageLink.stories.js +0 -43
  61. package/src/components/atoms/ImageLink/index.js +0 -57
  62. package/src/components/atoms/ImageLink/styles.js +0 -30
  63. package/src/components/atoms/ImagePreview/ImagePreview.stories.js +0 -52
  64. package/src/components/atoms/ImagePreview/index.js +0 -178
  65. package/src/components/atoms/ImagePreview/styles.js +0 -77
  66. package/src/components/atoms/InputText/InputText.stories.js +0 -39
  67. package/src/components/atoms/InputText/index.js +0 -61
  68. package/src/components/atoms/InputText/styles.js +0 -89
  69. package/src/components/atoms/NotFound/NotFound.stories.js +0 -19
  70. package/src/components/atoms/NotFound/index.js +0 -52
  71. package/src/components/atoms/NotFound/styles.js +0 -55
  72. package/src/components/atoms/SelectItemV2/SelectItemV2.stories.js +0 -26
  73. package/src/components/atoms/SelectItemV2/index.js +0 -61
  74. package/src/components/atoms/SelectItemV2/styles.js +0 -90
  75. package/src/components/atoms/Tooltip/Tooltip.stories.js +0 -51
  76. package/src/components/atoms/Tooltip/index.js +0 -59
  77. package/src/components/atoms/Tooltip/styles.js +0 -42
  78. package/src/components/molecules/ButtonDownloadFile/DownloadFile.stories.js +0 -54
  79. package/src/components/molecules/ButtonDownloadFile/index.js +0 -109
  80. package/src/components/molecules/ButtonDownloadFile/styles.js +0 -66
  81. package/src/components/molecules/Dropdown/Dropdown.stories.js +0 -103
  82. package/src/components/molecules/Dropdown/index.js +0 -150
  83. package/src/components/molecules/Dropdown/styles.js +0 -75
  84. package/src/components/molecules/ImageTooltip/ImageTooltip.stories.js +0 -68
  85. package/src/components/molecules/ImageTooltip/index.js +0 -63
  86. package/src/components/molecules/ImageTooltip/styles.js +0 -18
  87. package/src/components/molecules/SelectV2/SelectV2.stories.js +0 -115
  88. package/src/components/molecules/SelectV2/index.js +0 -357
  89. package/src/components/molecules/SelectV2/styles.js +0 -105
  90. package/src/components/molecules/SelectV2/test.js +0 -60
  91. package/src/components/molecules/SelectV2/test.stories.js +0 -10
  92. package/src/components/organisms/Chat/Chat.stories.js +0 -149
  93. package/src/components/organisms/Chat/ChatLists/ChatLists.stories.js +0 -65
  94. package/src/components/organisms/Chat/ChatLists/Rotoplas.jpeg +0 -0
  95. package/src/components/organisms/Chat/ChatLists/THD.png +0 -0
  96. package/src/components/organisms/Chat/ChatLists/index.js +0 -141
  97. package/src/components/organisms/Chat/ChatLists/styles.js +0 -162
  98. package/src/components/organisms/Chat/ContainerItems/ContainerItems.stories.js +0 -142
  99. package/src/components/organisms/Chat/ContainerItems/index.js +0 -513
  100. package/src/components/organisms/Chat/ContainerItems/styles.js +0 -348
  101. package/src/components/organisms/Chat/ContentChat/ContentChat.stories.js +0 -102
  102. package/src/components/organisms/Chat/ContentChat/Rotoplas.jpeg +0 -0
  103. package/src/components/organisms/Chat/ContentChat/THD.png +0 -0
  104. package/src/components/organisms/Chat/ContentChat/index.js +0 -922
  105. package/src/components/organisms/Chat/ContentChat/styles.js +0 -41
  106. package/src/components/organisms/Chat/Footer/Footer.stories.js +0 -22
  107. package/src/components/organisms/Chat/Footer/index.js +0 -661
  108. package/src/components/organisms/Chat/Footer/styles.js +0 -286
  109. package/src/components/organisms/Chat/Header/Header.stories.js +0 -66
  110. package/src/components/organisms/Chat/Header/index.js +0 -93
  111. package/src/components/organisms/Chat/Header/styles.js +0 -49
  112. package/src/components/organisms/Chat/index.js +0 -238
  113. package/src/components/organisms/Chat/styles.js +0 -42
  114. package/src/components/organisms/Modal/Modal.stories.js +0 -55
  115. package/src/components/organisms/Modal/index.js +0 -97
  116. package/src/components/organisms/Modal/styles.js +0 -103
  117. package/src/components/organisms/RangeCalendar/RangeCalendar.stories.js +0 -16
  118. package/src/components/organisms/RangeCalendar/index.js +0 -121
  119. package/src/components/organisms/RangeCalendar/styles.js +0 -883
  120. package/src/global-files/handle_http.js +0 -225
  121. package/src/global-files/handle_userTech.js +0 -7
  122. package/src/global-files/utils.js +0 -330
package/dist/index.js CHANGED
@@ -316,7 +316,7 @@ Object.keys(_index24).forEach(function (key) {
316
316
  });
317
317
  });
318
318
 
319
- var _index25 = require("./components/atoms/ButtonFileChooser/index");
319
+ var _index25 = require("./components/molecules/AvatarAndValidation/index");
320
320
 
321
321
  Object.keys(_index25).forEach(function (key) {
322
322
  if (key === "default" || key === "__esModule") return;
@@ -329,7 +329,20 @@ Object.keys(_index25).forEach(function (key) {
329
329
  });
330
330
  });
331
331
 
332
- var _index26 = require("./components/atoms/ButtonV2/index");
332
+ var _CarouselImagesLogin = require("./components/molecules/CarouselImagesLogin");
333
+
334
+ Object.keys(_CarouselImagesLogin).forEach(function (key) {
335
+ if (key === "default" || key === "__esModule") return;
336
+ if (key in exports && exports[key] === _CarouselImagesLogin[key]) return;
337
+ Object.defineProperty(exports, key, {
338
+ enumerable: true,
339
+ get: function get() {
340
+ return _CarouselImagesLogin[key];
341
+ }
342
+ });
343
+ });
344
+
345
+ var _index26 = require("./components/molecules/EditionActiveImage/index");
333
346
 
334
347
  Object.keys(_index26).forEach(function (key) {
335
348
  if (key === "default" || key === "__esModule") return;
@@ -342,7 +355,7 @@ Object.keys(_index26).forEach(function (key) {
342
355
  });
343
356
  });
344
357
 
345
- var _index27 = require("./components/atoms/CustomIcon/index");
358
+ var _index27 = require("./components/molecules/EmailResetPasswordLogin/index");
346
359
 
347
360
  Object.keys(_index27).forEach(function (key) {
348
361
  if (key === "default" || key === "__esModule") return;
@@ -355,7 +368,7 @@ Object.keys(_index27).forEach(function (key) {
355
368
  });
356
369
  });
357
370
 
358
- var _index28 = require("./components/atoms/IconFile/index");
371
+ var _index28 = require("./components/molecules/FeaturesBar/index");
359
372
 
360
373
  Object.keys(_index28).forEach(function (key) {
361
374
  if (key === "default" || key === "__esModule") return;
@@ -368,7 +381,7 @@ Object.keys(_index28).forEach(function (key) {
368
381
  });
369
382
  });
370
383
 
371
- var _index29 = require("./components/atoms/Image/index");
384
+ var _index29 = require("./components/molecules/GalleryElement/index");
372
385
 
373
386
  Object.keys(_index29).forEach(function (key) {
374
387
  if (key === "default" || key === "__esModule") return;
@@ -381,7 +394,7 @@ Object.keys(_index29).forEach(function (key) {
381
394
  });
382
395
  });
383
396
 
384
- var _index30 = require("./components/atoms/ImageLink/index");
397
+ var _index30 = require("./components/molecules/HeaderTop/index");
385
398
 
386
399
  Object.keys(_index30).forEach(function (key) {
387
400
  if (key === "default" || key === "__esModule") return;
@@ -394,7 +407,7 @@ Object.keys(_index30).forEach(function (key) {
394
407
  });
395
408
  });
396
409
 
397
- var _index31 = require("./components/atoms/ImagePreview/index");
410
+ var _index31 = require("./components/molecules/ImageSelector/index");
398
411
 
399
412
  Object.keys(_index31).forEach(function (key) {
400
413
  if (key === "default" || key === "__esModule") return;
@@ -407,7 +420,7 @@ Object.keys(_index31).forEach(function (key) {
407
420
  });
408
421
  });
409
422
 
410
- var _index32 = require("./components/atoms/InputText/index");
423
+ var _index32 = require("./components/molecules/LoginPasswordStrength/index");
411
424
 
412
425
  Object.keys(_index32).forEach(function (key) {
413
426
  if (key === "default" || key === "__esModule") return;
@@ -420,7 +433,7 @@ Object.keys(_index32).forEach(function (key) {
420
433
  });
421
434
  });
422
435
 
423
- var _index33 = require("./components/atoms/NotFound/index");
436
+ var _index33 = require("./components/molecules/LogoLoading/index");
424
437
 
425
438
  Object.keys(_index33).forEach(function (key) {
426
439
  if (key === "default" || key === "__esModule") return;
@@ -433,7 +446,7 @@ Object.keys(_index33).forEach(function (key) {
433
446
  });
434
447
  });
435
448
 
436
- var _index34 = require("./components/atoms/Tooltip/index");
449
+ var _index34 = require("./components/molecules/PlanSelection/index");
437
450
 
438
451
  Object.keys(_index34).forEach(function (key) {
439
452
  if (key === "default" || key === "__esModule") return;
@@ -446,7 +459,7 @@ Object.keys(_index34).forEach(function (key) {
446
459
  });
447
460
  });
448
461
 
449
- var _index35 = require("./components/molecules/AvatarAndValidation/index");
462
+ var _index35 = require("./components/molecules/ProductNameHeader/index");
450
463
 
451
464
  Object.keys(_index35).forEach(function (key) {
452
465
  if (key === "default" || key === "__esModule") return;
@@ -459,20 +472,7 @@ Object.keys(_index35).forEach(function (key) {
459
472
  });
460
473
  });
461
474
 
462
- var _CarouselImagesLogin = require("./components/molecules/CarouselImagesLogin");
463
-
464
- Object.keys(_CarouselImagesLogin).forEach(function (key) {
465
- if (key === "default" || key === "__esModule") return;
466
- if (key in exports && exports[key] === _CarouselImagesLogin[key]) return;
467
- Object.defineProperty(exports, key, {
468
- enumerable: true,
469
- get: function get() {
470
- return _CarouselImagesLogin[key];
471
- }
472
- });
473
- });
474
-
475
- var _index36 = require("./components/molecules/EditionActiveImage/index");
475
+ var _index36 = require("./components/molecules/RegistrationFirstStep/index");
476
476
 
477
477
  Object.keys(_index36).forEach(function (key) {
478
478
  if (key === "default" || key === "__esModule") return;
@@ -485,7 +485,7 @@ Object.keys(_index36).forEach(function (key) {
485
485
  });
486
486
  });
487
487
 
488
- var _index37 = require("./components/molecules/EmailResetPasswordLogin/index");
488
+ var _index37 = require("./components/molecules/RegistrationSecondStep/index");
489
489
 
490
490
  Object.keys(_index37).forEach(function (key) {
491
491
  if (key === "default" || key === "__esModule") return;
@@ -498,7 +498,7 @@ Object.keys(_index37).forEach(function (key) {
498
498
  });
499
499
  });
500
500
 
501
- var _index38 = require("./components/molecules/FeaturesBar/index");
501
+ var _index38 = require("./components/molecules/RegistrationThirdStep/index");
502
502
 
503
503
  Object.keys(_index38).forEach(function (key) {
504
504
  if (key === "default" || key === "__esModule") return;
@@ -511,7 +511,7 @@ Object.keys(_index38).forEach(function (key) {
511
511
  });
512
512
  });
513
513
 
514
- var _index39 = require("./components/molecules/GalleryElement/index");
514
+ var _index39 = require("./components/molecules/SignInLogin/index");
515
515
 
516
516
  Object.keys(_index39).forEach(function (key) {
517
517
  if (key === "default" || key === "__esModule") return;
@@ -524,7 +524,7 @@ Object.keys(_index39).forEach(function (key) {
524
524
  });
525
525
  });
526
526
 
527
- var _index40 = require("./components/molecules/HeaderTop/index");
527
+ var _index40 = require("./components/molecules/StatusAsignationInfo/index");
528
528
 
529
529
  Object.keys(_index40).forEach(function (key) {
530
530
  if (key === "default" || key === "__esModule") return;
@@ -537,7 +537,7 @@ Object.keys(_index40).forEach(function (key) {
537
537
  });
538
538
  });
539
539
 
540
- var _index41 = require("./components/molecules/ImageSelector/index");
540
+ var _index41 = require("./components/molecules/TableHeader/index");
541
541
 
542
542
  Object.keys(_index41).forEach(function (key) {
543
543
  if (key === "default" || key === "__esModule") return;
@@ -550,7 +550,7 @@ Object.keys(_index41).forEach(function (key) {
550
550
  });
551
551
  });
552
552
 
553
- var _index42 = require("./components/molecules/LoginPasswordStrength/index");
553
+ var _index42 = require("./components/molecules/TableRow/index");
554
554
 
555
555
  Object.keys(_index42).forEach(function (key) {
556
556
  if (key === "default" || key === "__esModule") return;
@@ -563,7 +563,7 @@ Object.keys(_index42).forEach(function (key) {
563
563
  });
564
564
  });
565
565
 
566
- var _index43 = require("./components/molecules/LogoLoading/index");
566
+ var _index43 = require("./components/molecules/TabsMenu/index");
567
567
 
568
568
  Object.keys(_index43).forEach(function (key) {
569
569
  if (key === "default" || key === "__esModule") return;
@@ -576,7 +576,7 @@ Object.keys(_index43).forEach(function (key) {
576
576
  });
577
577
  });
578
578
 
579
- var _index44 = require("./components/molecules/PlanSelection/index");
579
+ var _index44 = require("./components/molecules/TagAndInput/index");
580
580
 
581
581
  Object.keys(_index44).forEach(function (key) {
582
582
  if (key === "default" || key === "__esModule") return;
@@ -589,7 +589,7 @@ Object.keys(_index44).forEach(function (key) {
589
589
  });
590
590
  });
591
591
 
592
- var _index45 = require("./components/molecules/ProductNameHeader/index");
592
+ var _index45 = require("./components/molecules/VerificationCodeResetPasswordLogin/index");
593
593
 
594
594
  Object.keys(_index45).forEach(function (key) {
595
595
  if (key === "default" || key === "__esModule") return;
@@ -602,7 +602,7 @@ Object.keys(_index45).forEach(function (key) {
602
602
  });
603
603
  });
604
604
 
605
- var _index46 = require("./components/molecules/RegistrationFirstStep/index");
605
+ var _index46 = require("./components/molecules/RetailerSelector/index");
606
606
 
607
607
  Object.keys(_index46).forEach(function (key) {
608
608
  if (key === "default" || key === "__esModule") return;
@@ -615,7 +615,7 @@ Object.keys(_index46).forEach(function (key) {
615
615
  });
616
616
  });
617
617
 
618
- var _index47 = require("./components/molecules/RegistrationSecondStep/index");
618
+ var _index47 = require("./components/molecules/CustomSelect/index");
619
619
 
620
620
  Object.keys(_index47).forEach(function (key) {
621
621
  if (key === "default" || key === "__esModule") return;
@@ -628,7 +628,7 @@ Object.keys(_index47).forEach(function (key) {
628
628
  });
629
629
  });
630
630
 
631
- var _index48 = require("./components/molecules/RegistrationThirdStep/index");
631
+ var _index48 = require("./components/organisms/ChangePassword/index");
632
632
 
633
633
  Object.keys(_index48).forEach(function (key) {
634
634
  if (key === "default" || key === "__esModule") return;
@@ -641,7 +641,7 @@ Object.keys(_index48).forEach(function (key) {
641
641
  });
642
642
  });
643
643
 
644
- var _index49 = require("./components/molecules/SignInLogin/index");
644
+ var _index49 = require("./components/organisms/Fullplan/index");
645
645
 
646
646
  Object.keys(_index49).forEach(function (key) {
647
647
  if (key === "default" || key === "__esModule") return;
@@ -654,7 +654,7 @@ Object.keys(_index49).forEach(function (key) {
654
654
  });
655
655
  });
656
656
 
657
- var _index50 = require("./components/molecules/StatusAsignationInfo/index");
657
+ var _index50 = require("./components/organisms/FullProductNameHeader/index");
658
658
 
659
659
  Object.keys(_index50).forEach(function (key) {
660
660
  if (key === "default" || key === "__esModule") return;
@@ -667,7 +667,7 @@ Object.keys(_index50).forEach(function (key) {
667
667
  });
668
668
  });
669
669
 
670
- var _index51 = require("./components/molecules/TableHeader/index");
670
+ var _index51 = require("./components/organisms/FullTabsMenu/index");
671
671
 
672
672
  Object.keys(_index51).forEach(function (key) {
673
673
  if (key === "default" || key === "__esModule") return;
@@ -680,7 +680,7 @@ Object.keys(_index51).forEach(function (key) {
680
680
  });
681
681
  });
682
682
 
683
- var _index52 = require("./components/molecules/TableRow/index");
683
+ var _index52 = require("./components/organisms/ImageDataTable/index");
684
684
 
685
685
  Object.keys(_index52).forEach(function (key) {
686
686
  if (key === "default" || key === "__esModule") return;
@@ -693,7 +693,7 @@ Object.keys(_index52).forEach(function (key) {
693
693
  });
694
694
  });
695
695
 
696
- var _index53 = require("./components/molecules/TabsMenu/index");
696
+ var _index53 = require("./components/organisms/ImagePreviewer/index");
697
697
 
698
698
  Object.keys(_index53).forEach(function (key) {
699
699
  if (key === "default" || key === "__esModule") return;
@@ -706,7 +706,7 @@ Object.keys(_index53).forEach(function (key) {
706
706
  });
707
707
  });
708
708
 
709
- var _index54 = require("./components/molecules/TagAndInput/index");
709
+ var _index54 = require("./components/organisms/ImagesGroup/index");
710
710
 
711
711
  Object.keys(_index54).forEach(function (key) {
712
712
  if (key === "default" || key === "__esModule") return;
@@ -719,7 +719,7 @@ Object.keys(_index54).forEach(function (key) {
719
719
  });
720
720
  });
721
721
 
722
- var _index55 = require("./components/molecules/VerificationCodeResetPasswordLogin/index");
722
+ var _index55 = require("./components/organisms/InputGroup/index");
723
723
 
724
724
  Object.keys(_index55).forEach(function (key) {
725
725
  if (key === "default" || key === "__esModule") return;
@@ -732,7 +732,7 @@ Object.keys(_index55).forEach(function (key) {
732
732
  });
733
733
  });
734
734
 
735
- var _index56 = require("./components/molecules/RetailerSelector/index");
735
+ var _index56 = require("./components/organisms/ProductImageModal/index");
736
736
 
737
737
  Object.keys(_index56).forEach(function (key) {
738
738
  if (key === "default" || key === "__esModule") return;
@@ -745,7 +745,7 @@ Object.keys(_index56).forEach(function (key) {
745
745
  });
746
746
  });
747
747
 
748
- var _index57 = require("./components/molecules/CustomSelect/index");
748
+ var _index57 = require("./components/organisms/OrderDetail/index");
749
749
 
750
750
  Object.keys(_index57).forEach(function (key) {
751
751
  if (key === "default" || key === "__esModule") return;
@@ -758,227 +758,6 @@ Object.keys(_index57).forEach(function (key) {
758
758
  });
759
759
  });
760
760
 
761
- var _index58 = require("./components/molecules/ButtonDownloadFile/index");
762
-
763
- Object.keys(_index58).forEach(function (key) {
764
- if (key === "default" || key === "__esModule") return;
765
- if (key in exports && exports[key] === _index58[key]) return;
766
- Object.defineProperty(exports, key, {
767
- enumerable: true,
768
- get: function get() {
769
- return _index58[key];
770
- }
771
- });
772
- });
773
-
774
- var _index59 = require("./components/molecules/ImageTooltip/index");
775
-
776
- Object.keys(_index59).forEach(function (key) {
777
- if (key === "default" || key === "__esModule") return;
778
- if (key in exports && exports[key] === _index59[key]) return;
779
- Object.defineProperty(exports, key, {
780
- enumerable: true,
781
- get: function get() {
782
- return _index59[key];
783
- }
784
- });
785
- });
786
-
787
- var _index60 = require("./components/molecules/SelectV2/index");
788
-
789
- Object.keys(_index60).forEach(function (key) {
790
- if (key === "default" || key === "__esModule") return;
791
- if (key in exports && exports[key] === _index60[key]) return;
792
- Object.defineProperty(exports, key, {
793
- enumerable: true,
794
- get: function get() {
795
- return _index60[key];
796
- }
797
- });
798
- });
799
-
800
- var _index61 = require("./components/molecules/Dropdown/index");
801
-
802
- Object.keys(_index61).forEach(function (key) {
803
- if (key === "default" || key === "__esModule") return;
804
- if (key in exports && exports[key] === _index61[key]) return;
805
- Object.defineProperty(exports, key, {
806
- enumerable: true,
807
- get: function get() {
808
- return _index61[key];
809
- }
810
- });
811
- });
812
-
813
- var _index62 = require("./components/organisms/ChangePassword/index");
814
-
815
- Object.keys(_index62).forEach(function (key) {
816
- if (key === "default" || key === "__esModule") return;
817
- if (key in exports && exports[key] === _index62[key]) return;
818
- Object.defineProperty(exports, key, {
819
- enumerable: true,
820
- get: function get() {
821
- return _index62[key];
822
- }
823
- });
824
- });
825
-
826
- var _index63 = require("./components/organisms/Fullplan/index");
827
-
828
- Object.keys(_index63).forEach(function (key) {
829
- if (key === "default" || key === "__esModule") return;
830
- if (key in exports && exports[key] === _index63[key]) return;
831
- Object.defineProperty(exports, key, {
832
- enumerable: true,
833
- get: function get() {
834
- return _index63[key];
835
- }
836
- });
837
- });
838
-
839
- var _index64 = require("./components/organisms/FullProductNameHeader/index");
840
-
841
- Object.keys(_index64).forEach(function (key) {
842
- if (key === "default" || key === "__esModule") return;
843
- if (key in exports && exports[key] === _index64[key]) return;
844
- Object.defineProperty(exports, key, {
845
- enumerable: true,
846
- get: function get() {
847
- return _index64[key];
848
- }
849
- });
850
- });
851
-
852
- var _index65 = require("./components/organisms/FullTabsMenu/index");
853
-
854
- Object.keys(_index65).forEach(function (key) {
855
- if (key === "default" || key === "__esModule") return;
856
- if (key in exports && exports[key] === _index65[key]) return;
857
- Object.defineProperty(exports, key, {
858
- enumerable: true,
859
- get: function get() {
860
- return _index65[key];
861
- }
862
- });
863
- });
864
-
865
- var _index66 = require("./components/organisms/ImageDataTable/index");
866
-
867
- Object.keys(_index66).forEach(function (key) {
868
- if (key === "default" || key === "__esModule") return;
869
- if (key in exports && exports[key] === _index66[key]) return;
870
- Object.defineProperty(exports, key, {
871
- enumerable: true,
872
- get: function get() {
873
- return _index66[key];
874
- }
875
- });
876
- });
877
-
878
- var _index67 = require("./components/organisms/ImagePreviewer/index");
879
-
880
- Object.keys(_index67).forEach(function (key) {
881
- if (key === "default" || key === "__esModule") return;
882
- if (key in exports && exports[key] === _index67[key]) return;
883
- Object.defineProperty(exports, key, {
884
- enumerable: true,
885
- get: function get() {
886
- return _index67[key];
887
- }
888
- });
889
- });
890
-
891
- var _index68 = require("./components/organisms/ImagesGroup/index");
892
-
893
- Object.keys(_index68).forEach(function (key) {
894
- if (key === "default" || key === "__esModule") return;
895
- if (key in exports && exports[key] === _index68[key]) return;
896
- Object.defineProperty(exports, key, {
897
- enumerable: true,
898
- get: function get() {
899
- return _index68[key];
900
- }
901
- });
902
- });
903
-
904
- var _index69 = require("./components/organisms/InputGroup/index");
905
-
906
- Object.keys(_index69).forEach(function (key) {
907
- if (key === "default" || key === "__esModule") return;
908
- if (key in exports && exports[key] === _index69[key]) return;
909
- Object.defineProperty(exports, key, {
910
- enumerable: true,
911
- get: function get() {
912
- return _index69[key];
913
- }
914
- });
915
- });
916
-
917
- var _index70 = require("./components/organisms/ProductImageModal/index");
918
-
919
- Object.keys(_index70).forEach(function (key) {
920
- if (key === "default" || key === "__esModule") return;
921
- if (key in exports && exports[key] === _index70[key]) return;
922
- Object.defineProperty(exports, key, {
923
- enumerable: true,
924
- get: function get() {
925
- return _index70[key];
926
- }
927
- });
928
- });
929
-
930
- var _index71 = require("./components/organisms/Chat/index");
931
-
932
- Object.keys(_index71).forEach(function (key) {
933
- if (key === "default" || key === "__esModule") return;
934
- if (key in exports && exports[key] === _index71[key]) return;
935
- Object.defineProperty(exports, key, {
936
- enumerable: true,
937
- get: function get() {
938
- return _index71[key];
939
- }
940
- });
941
- });
942
-
943
- var _index72 = require("./components/organisms/Modal/index");
944
-
945
- Object.keys(_index72).forEach(function (key) {
946
- if (key === "default" || key === "__esModule") return;
947
- if (key in exports && exports[key] === _index72[key]) return;
948
- Object.defineProperty(exports, key, {
949
- enumerable: true,
950
- get: function get() {
951
- return _index72[key];
952
- }
953
- });
954
- });
955
-
956
- var _index73 = require("./components/organisms/OrderDetail/index");
957
-
958
- Object.keys(_index73).forEach(function (key) {
959
- if (key === "default" || key === "__esModule") return;
960
- if (key in exports && exports[key] === _index73[key]) return;
961
- Object.defineProperty(exports, key, {
962
- enumerable: true,
963
- get: function get() {
964
- return _index73[key];
965
- }
966
- });
967
- });
968
-
969
- var _RangeCalendar = require("./components/organisms/RangeCalendar");
970
-
971
- Object.keys(_RangeCalendar).forEach(function (key) {
972
- if (key === "default" || key === "__esModule") return;
973
- if (key in exports && exports[key] === _RangeCalendar[key]) return;
974
- Object.defineProperty(exports, key, {
975
- enumerable: true,
976
- get: function get() {
977
- return _RangeCalendar[key];
978
- }
979
- });
980
- });
981
-
982
761
  var _ChangePasswordLogin = require("./components/pages/ChangePasswordLogin");
983
762
 
984
763
  Object.keys(_ChangePasswordLogin).forEach(function (key) {
package/package.json CHANGED
@@ -1,19 +1,11 @@
1
1
  {
2
2
  "name": "contentoh-components-library",
3
- "version": "21.3.28",
3
+ "version": "21.3.30",
4
4
  "dependencies": {
5
5
  "@aws-amplify/auth": "^4.5.3",
6
6
  "@aws-amplify/datastore": "^3.11.0",
7
7
  "@aws-amplify/ui-react": "^2.17.0",
8
8
  "@babel/runtime": "^7.17.2",
9
- "@emotion/react": "^11.10.5",
10
- "@emotion/styled": "^11.10.5",
11
- "@fortawesome/fontawesome-svg-core": "^6.2.0",
12
- "@fortawesome/free-regular-svg-icons": "^6.2.0",
13
- "@fortawesome/free-solid-svg-icons": "^6.2.0",
14
- "@fortawesome/react-fontawesome": "^0.2.0",
15
- "@mui/material": "^5.11.1",
16
- "@mui/styled-engine-sc": "^5.10.6",
17
9
  "@storybook/addon-postcss": "^2.0.0",
18
10
  "@testing-library/jest-dom": "^5.11.4",
19
11
  "@testing-library/react": "^11.1.0",
@@ -35,15 +27,11 @@
35
27
  "react-dom": "^17.0.2",
36
28
  "react-draft-wysiwyg": "^1.14.7",
37
29
  "react-dropzone": "^12.0.4",
38
- "react-howler": "^5.2.0",
39
30
  "react-image-fallback": "^8.0.0",
40
31
  "react-quill": "^1.3.5",
41
32
  "react-router-dom": "^5.3.3",
42
- "react-scroll": "^1.8.8",
43
- "react-transition-group": "^4.4.5",
44
33
  "storybook-addon-external-links": "^2.0.3",
45
34
  "styled-components": "^5.3.3",
46
- "swiper": "^8.4.4",
47
35
  "uuid": "^8.3.2",
48
36
  "web-vitals": "^1.0.1"
49
37
  },
@@ -1,4 +1,4 @@
1
1
  <svg width="52" height="52" viewBox="0 0 52 52" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <line x1="13.3585" y1="12.1333" x2="39.8661" y2="38.641" stroke="#E33AA9" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M39.8672 12.1333L13.8672 38.1333" stroke="#E33AA9" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <line x1="13.3585" y1="12.1333" x2="39.8661" y2="38.641" stroke="#E33AA9" stroke-width="1.73333" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M39.8672 12.1333L13.8672 38.1333" stroke="#E33AA9" stroke-width="1.73333" stroke-linecap="round" stroke-linejoin="round"/>
4
4
  </svg>
@@ -1,44 +1,9 @@
1
- import { Container, ContainerIcon } from "./styles";
2
- import { Tooltip } from "../Tooltip";
1
+ import { Container } from "./styles";
3
2
 
4
- export const ProgressBar = ({ percent, progressBarType, percentRequired }) => {
3
+ export const ProgressBar = ({ percent, progressBarType }) => {
5
4
  return (
6
- <>
7
- {percentRequired ? (
8
- <>
9
- <Tooltip
10
- componentTooltip={
11
- <>
12
- <p>
13
- <b>Campos requeridos</b>
14
- </p>
15
- <p>
16
- Este nuevo icono te indicará cuando <br></br> completes todos
17
- los campos requeridos
18
- </p>
19
- </>
20
- }
21
- children={
22
- <ContainerIcon
23
- className="fondo"
24
- percentageRequired={percentRequired}
25
- >
26
- <span class="hola">local_police</span>
27
- </ContainerIcon>
28
- }
29
- classNameTooltip={"container-tooltip"}
30
- position={undefined}
31
- addArrow={undefined}
32
- transitionType={undefined}
33
- followCursor={undefined}
34
- ></Tooltip>
35
- </>
36
- ) : (
37
- ""
38
- )}
39
- <Container className={`status-${progressBarType}`}>
40
- <p>{percent}%</p>
41
- </Container>
42
- </>
5
+ <Container className={`status-${progressBarType}`}>
6
+ <p>{percent}%</p>
7
+ </Container>
43
8
  );
44
9
  };
@@ -68,27 +68,3 @@ export const Container = styled.div`
68
68
  color: ${GlobalColors.s4};
69
69
  }
70
70
  `;
71
- export const ContainerIcon = styled.div`
72
- cursor: pointer;
73
- @font-face {
74
- font-family: "Material Symbols Outlined";
75
- font-style: normal;
76
- font-weight: 100 700;
77
- src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v68/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsLjBuVY.woff2)
78
- format("woff2");
79
- }
80
-
81
- .hola {
82
- font-family: "Material Symbols Outlined";
83
- font-size: 30px;
84
- //line-height: 1;
85
- margin-top: 10px;
86
- }
87
- .hola {
88
- font-variation-settings: "FILL"
89
- ${(props) => (props.percentageRequired < 100 ? 0 : 1)},
90
- "wght" 400, "GRAD" 0, "opsz" 48;
91
- color: ${(props) =>
92
- props.percentageRequired < 100 ? "#d4d1d7" : "#e33aa9"};
93
- }
94
- `;