contentoh-components-library 21.2.102 → 21.2.104

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 (192) hide show
  1. package/.env.development +2 -5
  2. package/.env.production +25 -25
  3. package/dist/components/atoms/GeneralButton/index.js +6 -2
  4. package/dist/components/atoms/Select/VersionSelect.js +2 -1
  5. package/dist/components/molecules/CustomSelect/CustomSelect.stories.js +22 -21
  6. package/dist/components/molecules/CustomSelect/SelectItem.js +1 -10
  7. package/dist/components/molecules/HeaderTop/index.js +5 -10
  8. package/dist/components/molecules/HeaderTop/styles.js +1 -1
  9. package/dist/components/organisms/CreateVersion/RenderChilds.js +11 -11
  10. package/dist/components/organisms/CreateVersion/index.js +30 -89
  11. package/dist/components/organisms/OrderDetail/OrderDetail.stories.js +1 -1
  12. package/dist/components/organisms/OrderDetail/index.js +20 -11
  13. package/dist/components/organisms/OrderDetail/styles.js +1 -1
  14. package/dist/components/organisms/OrderDetail/utils/Table/styles.js +1 -1
  15. package/dist/components/organisms/OrderDetail/utils/Table/utils.js +45 -15
  16. package/dist/components/organisms/VersionSelector/index.js +28 -2
  17. package/dist/components/pages/ProviderProductEdition/ProviderProductEdition.stories.js +69 -147
  18. package/dist/components/pages/ProviderProductEdition/index.js +2 -22
  19. package/dist/components/pages/RetailerProductEdition/RetailerProductEdition.stories.js +77 -67
  20. package/dist/components/pages/RetailerProductEdition/index.js +5 -24
  21. package/dist/global-files/fonts.css +0 -12
  22. package/dist/global-files/variables.js +0 -2
  23. package/dist/index.js +46 -254
  24. package/package.json +1 -12
  25. package/src/components/atoms/GeneralButton/index.js +4 -1
  26. package/src/components/atoms/Select/VersionSelect.js +4 -2
  27. package/src/components/molecules/CustomSelect/CustomSelect.stories.js +12 -20
  28. package/src/components/molecules/CustomSelect/SelectItem.js +0 -7
  29. package/src/components/molecules/HeaderTop/index.js +6 -11
  30. package/src/components/molecules/HeaderTop/styles.js +0 -4
  31. package/src/components/organisms/CreateVersion/RenderChilds.js +28 -34
  32. package/src/components/organisms/CreateVersion/index.js +16 -36
  33. package/src/components/organisms/OrderDetail/OrderDetail.stories.js +1 -1
  34. package/src/components/organisms/OrderDetail/index.js +19 -12
  35. package/src/components/organisms/OrderDetail/styles.js +1 -0
  36. package/src/components/organisms/OrderDetail/utils/Table/styles.js +30 -0
  37. package/src/components/organisms/OrderDetail/utils/Table/utils.js +30 -15
  38. package/src/components/organisms/VersionSelector/index.js +18 -3
  39. package/src/components/pages/ProviderProductEdition/ProviderProductEdition.stories.js +75 -166
  40. package/src/components/pages/ProviderProductEdition/index.js +2 -21
  41. package/src/components/pages/RetailerProductEdition/RetailerProductEdition.stories.js +79 -67
  42. package/src/components/pages/RetailerProductEdition/index.js +2 -14
  43. package/src/global-files/customHooks.js +2 -2
  44. package/src/global-files/fonts.css +0 -12
  45. package/src/global-files/variables.js +0 -2
  46. package/src/index.js +0 -16
  47. package/dist/assets/images/customSelect/starIcon.svg +0 -14
  48. package/dist/assets/images/defaultImages/Spinner.gif +0 -0
  49. package/dist/assets/images/defaultImages/notFound.svg +0 -124
  50. package/dist/components/atoms/ButtonFileChooser/ButtonFileChooser.stories.js +0 -72
  51. package/dist/components/atoms/ButtonFileChooser/index.js +0 -118
  52. package/dist/components/atoms/ButtonFileChooser/styles.js +0 -20
  53. package/dist/components/atoms/ButtonV2/ButtonV2.stories.js +0 -66
  54. package/dist/components/atoms/ButtonV2/index.js +0 -111
  55. package/dist/components/atoms/ButtonV2/styles.js +0 -53
  56. package/dist/components/atoms/CustomIcon/CustomIcon.stories.js +0 -50
  57. package/dist/components/atoms/CustomIcon/index.js +0 -40
  58. package/dist/components/atoms/CustomIcon/styles.js +0 -33
  59. package/dist/components/atoms/IconFile/IconFile.stories.js +0 -48
  60. package/dist/components/atoms/IconFile/index.js +0 -249
  61. package/dist/components/atoms/IconFile/styles.js +0 -23
  62. package/dist/components/atoms/Image/Image.stories.js +0 -73
  63. package/dist/components/atoms/Image/index.js +0 -76
  64. package/dist/components/atoms/Image/styles.js +0 -43
  65. package/dist/components/atoms/ImageLink/ImageLink.stories.js +0 -63
  66. package/dist/components/atoms/ImageLink/index.js +0 -77
  67. package/dist/components/atoms/ImageLink/styles.js +0 -40
  68. package/dist/components/atoms/ImagePreview/ImagePreview.stories.js +0 -70
  69. package/dist/components/atoms/ImagePreview/index.js +0 -222
  70. package/dist/components/atoms/ImagePreview/styles.js +0 -44
  71. package/dist/components/atoms/InputText/InputText.stories.js +0 -60
  72. package/dist/components/atoms/InputText/index.js +0 -66
  73. package/dist/components/atoms/InputText/styles.js +0 -32
  74. package/dist/components/atoms/NotFound/NotFound.stories.js +0 -36
  75. package/dist/components/atoms/NotFound/index.js +0 -75
  76. package/dist/components/atoms/NotFound/styles.js +0 -20
  77. package/dist/components/atoms/SelectItemV2/SelectItemV2.stories.js +0 -45
  78. package/dist/components/atoms/SelectItemV2/index.js +0 -46
  79. package/dist/components/atoms/SelectItemV2/styles.js +0 -23
  80. package/dist/components/atoms/Tooltip/Tooltip.stories.js +0 -66
  81. package/dist/components/atoms/Tooltip/index.js +0 -72
  82. package/dist/components/atoms/Tooltip/styles.js +0 -20
  83. package/dist/components/molecules/ButtonDownloadFile/DownloadFile.stories.js +0 -66
  84. package/dist/components/molecules/ButtonDownloadFile/index.js +0 -179
  85. package/dist/components/molecules/ButtonDownloadFile/styles.js +0 -23
  86. package/dist/components/molecules/Dropdown/Dropdown.stories.js +0 -96
  87. package/dist/components/molecules/Dropdown/index.js +0 -148
  88. package/dist/components/molecules/Dropdown/styles.js +0 -26
  89. package/dist/components/molecules/ImageTooltip/ImageTooltip.stories.js +0 -72
  90. package/dist/components/molecules/ImageTooltip/index.js +0 -84
  91. package/dist/components/molecules/ImageTooltip/styles.js +0 -33
  92. package/dist/components/molecules/SelectV2/SelectV2.stories.js +0 -119
  93. package/dist/components/molecules/SelectV2/index.js +0 -298
  94. package/dist/components/molecules/SelectV2/styles.js +0 -42
  95. package/dist/components/organisms/Chat/Chat.stories.js +0 -215
  96. package/dist/components/organisms/Chat/ChatLists/ChatLists.stories.js +0 -83
  97. package/dist/components/organisms/Chat/ChatLists/index.js +0 -160
  98. package/dist/components/organisms/Chat/ChatLists/styles.js +0 -29
  99. package/dist/components/organisms/Chat/ContainerItems/ContainerItems.stories.js +0 -176
  100. package/dist/components/organisms/Chat/ContainerItems/index.js +0 -569
  101. package/dist/components/organisms/Chat/ContainerItems/styles.js +0 -20
  102. package/dist/components/organisms/Chat/ContentChat/ContentChat.stories.js +0 -142
  103. package/dist/components/organisms/Chat/ContentChat/index.js +0 -1422
  104. package/dist/components/organisms/Chat/ContentChat/styles.js +0 -20
  105. package/dist/components/organisms/Chat/Footer/Footer.stories.js +0 -43
  106. package/dist/components/organisms/Chat/Footer/index.js +0 -984
  107. package/dist/components/organisms/Chat/Footer/styles.js +0 -32
  108. package/dist/components/organisms/Chat/Header/Header.stories.js +0 -96
  109. package/dist/components/organisms/Chat/Header/index.js +0 -84
  110. package/dist/components/organisms/Chat/Header/styles.js +0 -20
  111. package/dist/components/organisms/Chat/index.js +0 -327
  112. package/dist/components/organisms/Chat/styles.js +0 -29
  113. package/dist/components/organisms/Modal/Modal.stories.js +0 -66
  114. package/dist/components/organisms/Modal/index.js +0 -95
  115. package/dist/components/organisms/Modal/styles.js +0 -20
  116. package/dist/global-files/handle_http.js +0 -383
  117. package/dist/global-files/utils.js +0 -472
  118. package/src/assets/images/customSelect/starIcon.svg +0 -14
  119. package/src/assets/images/defaultImages/Spinner.gif +0 -0
  120. package/src/assets/images/defaultImages/notFound.svg +0 -124
  121. package/src/components/atoms/ButtonFileChooser/ButtonFileChooser.stories.js +0 -47
  122. package/src/components/atoms/ButtonFileChooser/index.js +0 -69
  123. package/src/components/atoms/ButtonFileChooser/styles.js +0 -4
  124. package/src/components/atoms/ButtonV2/ButtonV2.stories.js +0 -51
  125. package/src/components/atoms/ButtonV2/index.js +0 -79
  126. package/src/components/atoms/ButtonV2/styles.js +0 -195
  127. package/src/components/atoms/CustomIcon/CustomIcon.stories.js +0 -36
  128. package/src/components/atoms/CustomIcon/index.js +0 -41
  129. package/src/components/atoms/CustomIcon/styles.js +0 -85
  130. package/src/components/atoms/IconFile/IconFile.stories.js +0 -35
  131. package/src/components/atoms/IconFile/index.js +0 -119
  132. package/src/components/atoms/IconFile/styles.js +0 -67
  133. package/src/components/atoms/Image/Image.stories.js +0 -51
  134. package/src/components/atoms/Image/index.js +0 -55
  135. package/src/components/atoms/Image/styles.js +0 -34
  136. package/src/components/atoms/ImageLink/ImageLink.stories.js +0 -43
  137. package/src/components/atoms/ImageLink/index.js +0 -57
  138. package/src/components/atoms/ImageLink/styles.js +0 -30
  139. package/src/components/atoms/ImagePreview/ImagePreview.stories.js +0 -52
  140. package/src/components/atoms/ImagePreview/index.js +0 -191
  141. package/src/components/atoms/ImagePreview/styles.js +0 -77
  142. package/src/components/atoms/InputText/InputText.stories.js +0 -39
  143. package/src/components/atoms/InputText/index.js +0 -61
  144. package/src/components/atoms/InputText/styles.js +0 -89
  145. package/src/components/atoms/NotFound/NotFound.stories.js +0 -19
  146. package/src/components/atoms/NotFound/index.js +0 -52
  147. package/src/components/atoms/NotFound/styles.js +0 -55
  148. package/src/components/atoms/SelectItemV2/SelectItemV2.stories.js +0 -26
  149. package/src/components/atoms/SelectItemV2/index.js +0 -45
  150. package/src/components/atoms/SelectItemV2/styles.js +0 -55
  151. package/src/components/atoms/Tooltip/Tooltip.stories.js +0 -51
  152. package/src/components/atoms/Tooltip/index.js +0 -59
  153. package/src/components/atoms/Tooltip/styles.js +0 -42
  154. package/src/components/molecules/ButtonDownloadFile/DownloadFile.stories.js +0 -54
  155. package/src/components/molecules/ButtonDownloadFile/index.js +0 -111
  156. package/src/components/molecules/ButtonDownloadFile/styles.js +0 -66
  157. package/src/components/molecules/Dropdown/Dropdown.stories.js +0 -101
  158. package/src/components/molecules/Dropdown/index.js +0 -142
  159. package/src/components/molecules/Dropdown/styles.js +0 -75
  160. package/src/components/molecules/ImageTooltip/ImageTooltip.stories.js +0 -46
  161. package/src/components/molecules/ImageTooltip/index.js +0 -62
  162. package/src/components/molecules/ImageTooltip/styles.js +0 -18
  163. package/src/components/molecules/SelectV2/SelectV2.stories.js +0 -114
  164. package/src/components/molecules/SelectV2/index.js +0 -332
  165. package/src/components/molecules/SelectV2/styles.js +0 -100
  166. package/src/components/organisms/Chat/Chat.stories.js +0 -199
  167. package/src/components/organisms/Chat/ChatLists/ChatLists.stories.js +0 -65
  168. package/src/components/organisms/Chat/ChatLists/Rotoplas.jpeg +0 -0
  169. package/src/components/organisms/Chat/ChatLists/THD.png +0 -0
  170. package/src/components/organisms/Chat/ChatLists/index.js +0 -141
  171. package/src/components/organisms/Chat/ChatLists/styles.js +0 -162
  172. package/src/components/organisms/Chat/ContainerItems/ContainerItems.stories.js +0 -142
  173. package/src/components/organisms/Chat/ContainerItems/index.js +0 -549
  174. package/src/components/organisms/Chat/ContainerItems/styles.js +0 -328
  175. package/src/components/organisms/Chat/ContentChat/ContentChat.stories.js +0 -102
  176. package/src/components/organisms/Chat/ContentChat/Rotoplas.jpeg +0 -0
  177. package/src/components/organisms/Chat/ContentChat/THD.png +0 -0
  178. package/src/components/organisms/Chat/ContentChat/index.js +0 -900
  179. package/src/components/organisms/Chat/ContentChat/styles.js +0 -41
  180. package/src/components/organisms/Chat/Footer/Footer.stories.js +0 -22
  181. package/src/components/organisms/Chat/Footer/index.js +0 -669
  182. package/src/components/organisms/Chat/Footer/styles.js +0 -286
  183. package/src/components/organisms/Chat/Header/Header.stories.js +0 -66
  184. package/src/components/organisms/Chat/Header/index.js +0 -94
  185. package/src/components/organisms/Chat/Header/styles.js +0 -49
  186. package/src/components/organisms/Chat/index.js +0 -294
  187. package/src/components/organisms/Chat/styles.js +0 -42
  188. package/src/components/organisms/Modal/Modal.stories.js +0 -55
  189. package/src/components/organisms/Modal/index.js +0 -97
  190. package/src/components/organisms/Modal/styles.js +0 -103
  191. package/src/global-files/handle_http.js +0 -231
  192. package/src/global-files/utils.js +0 -300
@@ -16,187 +16,96 @@ ProviderProductEditionDefault.args = {
16
16
  Imágenes: true,
17
17
  },
18
18
  token:
19
- "eyJraWQiOiJkQWJkZCtlclwvTlwveVRQUWNvUlVyOCtrNUd2M1hMM2N1MWUzQ09zWExVRnc9IiwiYWxnIjoiUlMyNTYifQ.eyJzdWIiOiI5MmFiMWFkNS0zOWM4LTRhMjAtODFlNC02N2VjMTRmMzhmNDMiLCJjb2duaXRvOmdyb3VwcyI6WyJ1c3VhcmlvX2NvbnRlbnRvaCJdLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiaXNzIjoiaHR0cHM6XC9cL2NvZ25pdG8taWRwLnVzLWVhc3QtMS5hbWF6b25hd3MuY29tXC91cy1lYXN0LTFfWE1aUWRxa0dqIiwicGhvbmVfbnVtYmVyX3ZlcmlmaWVkIjpmYWxzZSwiY29nbml0bzp1c2VybmFtZSI6IjkyYWIxYWQ1LTM5YzgtNGEyMC04MWU0LTY3ZWMxNGYzOGY0MyIsImNvZ25pdG86cm9sZXMiOlsiYXJuOmF3czppYW06Ojg5ODY3MDIzMjgwNzpyb2xlXC9jb250ZW50b2gtZGV2LXVzLWVhc3QtMS1sYW1iZGFSb2xlIl0sImF1ZCI6IjVhYzh0cGdzNmdic3ExM2ZydnJwaWVlcDQwIiwiZXZlbnRfaWQiOiI4Y2U5MjYyMi0xYjZlLTQ1MWEtODUyYy04MjMxYzcwOTk5YTciLCJ0b2tlbl91c2UiOiJpZCIsImF1dGhfdGltZSI6MTY2ODEwODQ1MiwibmFtZSI6IkVsaSBJbmRhIiwicGhvbmVfbnVtYmVyIjoiKzUyMzExMTkwODg2OCIsImV4cCI6MTY2ODExMjA1MiwiaWF0IjoxNjY4MTA4NDUyLCJlbWFpbCI6Im1hcnRoYTI1Lm1pb0BnbWFpbC5jb20ifQ.JbpinyPv_38xvwwT_td3M_vP3xEffZ6dI0Xl3B9EVjPF7uW4ctZ_B7nKydPyUcB6LTaYEzCI1RfAgZpUQUFbYTfFHJ3T9kgwa9b9mDeDx3kiy2GK3CdYIuWiii5ZivxVKK10gV871OvxDish4w-vEOsClXDncoTX2zAx3wDM4xO83UdI0ahECOTYszuGB3FRnkrHnWJO0b2dpsyhqAmhw0aEcw6gwbqP5l-spOjMM3lE-bGm89pK_9oLYcyRMr09vcGJartmk_ctUisCflrYudnwVgwTwCi1PRBkiaUoDywYeGr6HxRoU1zsiC3LwB-m9b2YnNhEZmPanLfPstKVbw",
19
+ "eyJraWQiOiJkQWJkZCtlclwvTlwveVRQUWNvUlVyOCtrNUd2M1hMM2N1MWUzQ09zWExVRnc9IiwiYWxnIjoiUlMyNTYifQ.eyJzdWIiOiJmNTkyN2Y4ZS1jYmY3LTQ5MjItOWUwOS1lNjllYzBiMjczMWEiLCJjb2duaXRvOmdyb3VwcyI6WyJ1c3VhcmlvX2NvbnRlbnRvaCJdLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiaXNzIjoiaHR0cHM6XC9cL2NvZ25pdG8taWRwLnVzLWVhc3QtMS5hbWF6b25hd3MuY29tXC91cy1lYXN0LTFfWE1aUWRxa0dqIiwicGhvbmVfbnVtYmVyX3ZlcmlmaWVkIjpmYWxzZSwiY29nbml0bzp1c2VybmFtZSI6ImY1OTI3ZjhlLWNiZjctNDkyMi05ZTA5LWU2OWVjMGIyNzMxYSIsImNvZ25pdG86cm9sZXMiOlsiYXJuOmF3czppYW06Ojg5ODY3MDIzMjgwNzpyb2xlXC9jb250ZW50b2gtZGV2LXVzLWVhc3QtMS1sYW1iZGFSb2xlIl0sImF1ZCI6IjVhYzh0cGdzNmdic3ExM2ZydnJwaWVlcDQwIiwiZXZlbnRfaWQiOiIyOWY3YWY3Zi0yNmQ0LTRiMWItODZmZS0zOWY2ZTUyMDFhNzAiLCJ0b2tlbl91c2UiOiJpZCIsImF1dGhfdGltZSI6MTY2OTkyNzAyMSwibmFtZSI6IklzbWFlbCBMb3BleiIsInBob25lX251bWJlciI6Iis1MjMxMTEzNjYzMzYiLCJleHAiOjE2Njk5MzA2MjEsImlhdCI6MTY2OTkyNzAyMSwiZW1haWwiOiJpbG9wZXpAY29udGVudG9oLmNvbSJ9.NK6hVSiBksguboJ1m8yYqtDq19kzgE3GqYDEJHLUya_n_TsXriv6W1ypq7XiSo9zrqWcmHBpOoJQS7WbWzjGe__NlJEXjo8bykS8QBTTOiMrKxz1KzGRYJkwgG0axk-zVysUQH0_y-fbwgEgMPtd6qO46DB_KlFI_PEL1-uR5MJ9U0kNkS61gMbHwFQFs_DU-sS01NxjBsjUEp783rs1r-jm7TelZac1rGaFNUyi5vHdSozYzlnzfzGcuACZ0lHqvah2FHbDyurp-G_uhpUn5lNmcL4rVNh2lDd4TOnhJ3AtN1wGSmtErmhjmBHTvavh1ub9pklA1B9qjVuTRpYANw",
20
20
  articleId: 238,
21
21
  category: 846,
22
22
  version: 2,
23
23
  productSelected: {
24
- "orderId": 3366,
25
- "article_status": "AP",
26
- "datasheet_status": "NS",
27
- "description_status": "NS",
28
- "images_status": "AP",
29
- "prio": "none",
30
- "version": 3,
31
- "brand": null,
32
- "article": {
33
- "category": "Iluminación|Lámparas|Lámparas de Mesa",
34
- "company_name": "Norday",
35
- "id_company": 810,
36
- "country": "México",
37
- "id_category": "2454",
38
- "id_article": 84492,
39
- "name": "prueba dos",
40
- "upc": "8375"
41
- },
42
- "retailers": [
43
- {
44
- "id": 59,
45
- "name": "The Home Depot Platinum"
46
- }
47
- ],
48
- "services": {
49
- "datasheets": 0,
50
- "descriptions": 0,
51
- "images": 1
52
- },
53
- "statusByRetailer": {
54
- "59": {
55
- "images": "AP"
56
- }
57
- },
58
- "retailersWithService": [
59
- "59"
24
+ id_article: 3,
25
+ id_category: 2032,
26
+ name: "CORTINA BLACKOUT DE POLIÉSTER CAFÉ 2.13 X 1.06 M",
27
+ upc: "161157",
28
+ timestamp: "2022-11-14T16:02:47.000Z",
29
+ categoryName: "Decoración|Cortinas y Persianas|Cortinas",
30
+ version: 1,
31
+ retailersAvailable: [
32
+ {
33
+ name: "The Home Depot Golden",
34
+ id: 58,
35
+ },
60
36
  ],
61
- "id_article": 84492,
62
- "retailersAvailable": [
63
- {
64
- "id": 59,
65
- "name": "The Home Depot Platinum"
66
- }
67
- ]
68
37
  },
69
38
  productToEdit: {
70
- "ArticleId": 84492,
71
- "idCategory": "2454",
72
- "product": {
73
- "orderId": 3366,
74
- "article_status": "AP",
75
- "datasheet_status": "NS",
76
- "description_status": "NS",
77
- "images_status": "AP",
78
- "prio": "none",
79
- "version": 3,
80
- "brand": null,
81
- "article": {
82
- "category": "Iluminación|Lámparas|Lámparas de Mesa",
83
- "company_name": "Norday",
84
- "id_company": 810,
85
- "country": "México",
86
- "id_category": "2454",
87
- "id_article": 84492,
88
- "name": "prueba dos",
89
- "upc": "8375"
90
- },
91
- "retailers": [
92
- {
93
- "id": 59,
94
- "name": "The Home Depot Platinum"
95
- }
39
+ idCategory: 2032,
40
+ ArticleId: 3,
41
+ product: [
42
+ {
43
+ id_article: 3,
44
+ id_category: 2032,
45
+ name: "CORTINA BLACKOUT DE POLIÉSTER CAFÉ 2.13 X 1.06 M",
46
+ upc: "161157",
47
+ timestamp: "2022-11-14T16:02:47.000Z",
48
+ categoryName: "Decoración|Cortinas y Persianas|Cortinas",
49
+ version: 1,
50
+ retailersAvailable: [
51
+ {
52
+ name: "The Home Depot Golden",
53
+ id: 58,
54
+ },
96
55
  ],
97
- "services": {
98
- "datasheets": 0,
99
- "descriptions": 0,
100
- "images": 1
101
- },
102
- "statusByRetailer": {
103
- "59": {
104
- "images": "AP"
105
- }
106
- },
107
- "retailersWithService": [
108
- "59"
109
- ],
110
- "id_article": 84492,
111
- "retailersAvailable": [
112
- {
113
- "id": 59,
114
- "name": "The Home Depot Platinum"
115
- }
116
- ]
117
- }
56
+ },
57
+ ],
118
58
  },
119
59
  location: {
120
60
  state: { origin: "Contentoh" },
121
61
  },
122
62
  user: {
123
- "id_user": 59,
124
- "name": "The Home",
125
- "last_name": "Depot",
126
- "email": "cadena.ismael@allfreemail.net",
127
- "position": "Admin",
128
- "telephone": "+523111366336",
129
- "country": "México",
130
- "id_company": 817,
131
- "id_cognito": "5884ae34-59d6-4454-b98e-821518bcc3a7",
132
- "birth_Date": null,
133
- "about_me": "",
134
- "zip_code": "",
135
- "address": "",
136
- "job": "",
137
- "id_stripe": "",
138
- "id_role": 0,
139
- "active": 1,
140
- "is_retailer": 1,
141
- "email_notify": 0,
142
- "is_user_tech": null,
143
- "membership": {
144
- "id": 47,
145
- "start_date": "2022-05-25T14:31:12.000Z",
146
- "end_date": "2023-05-25T14:31:12.000Z",
147
- "planID": 5,
148
- "plan": "prod_Ktl6B5Ou2gqTB2",
149
- "name": "Plan Pro",
150
- "user_limit": "5",
151
- "products_limit": "500",
152
- "type": "PyMES"
63
+ id_user: 28,
64
+ name: "Ismael",
65
+ last_name: "López",
66
+ email: "ilopez@contentoh.com",
67
+ position: "Test States",
68
+ telephone: "+523111366336",
69
+ country: "México",
70
+ id_company: 1,
71
+ id_cognito: "f5927f8e-cbf7-4922-9e09-e69ec0b2731a",
72
+ birth_Date: null,
73
+ about_me: "",
74
+ zip_code: "",
75
+ address: "",
76
+ job: "",
77
+ id_stripe: "cus_KuEt6R6vwmN09f",
78
+ id_role: 0,
79
+ active: 1,
80
+ is_retailer: 0,
81
+ email_notify: 0,
82
+ is_user_tech: "AS",
83
+ membership: {
84
+ id: 76,
85
+ start_date: "2022-01-18T17:25:35.000Z",
86
+ end_date: "2023-01-18T17:25:35.000Z",
87
+ planID: 8,
88
+ plan: "prod_KtlhECVSFG2iro",
89
+ name: "Plan Pro",
90
+ user_limit: "20",
91
+ products_limit: "5000",
92
+ type: "Enterprise",
153
93
  },
154
- "src": "https://content-management-profile.s3.amazonaws.com/id-59/59.png?1668127460068"
94
+ src: "https://content-management-profile.s3.amazonaws.com/id-28/28.png?1669927021851",
155
95
  },
156
96
  company: {
157
- "id_company": 817,
158
- "trade_name": "Retailer acc",
159
- "company_name": "Retailer acc",
160
- "rfc": "ASER12345",
161
- "adress": "Av. Insurgentes",
162
- "about_company": null,
163
- "telephone": null,
164
- "web_site": null,
165
- "zip_code": null,
166
- "email": null,
167
- "social_link": null,
168
- "is_retailer": 1,
169
- "financedRetailers": [
170
- {
171
- "id": 68,
172
- "name": "The Home Depot Merchants",
173
- "country": "México",
174
- "id_region": 1,
175
- "active": 1
176
- }
177
- ],
178
- "retailers": [
179
- {
180
- "id": 59,
181
- "name": "The Home Depot Platinum",
182
- "country": "México"
183
- },
184
- {
185
- "id": 60,
186
- "name": "The Home Depot Resizing",
187
- "country": "México"
188
- },
189
- {
190
- "id": 61,
191
- "name": "Home Depot TAB",
192
- "country": "México"
193
- },
194
- {
195
- "id": 68,
196
- "name": "The Home Depot Merchants",
197
- "country": "México"
198
- }
199
- ]
97
+ id_company: 1,
98
+ trade_name: "GRUPO BRAHMA",
99
+ company_name: "GRUPO BRAHMA",
100
+ rfc: "XAXX010101000",
101
+ adress: "AA",
102
+ about_company: "",
103
+ telephone: "",
104
+ web_site: "",
105
+ zip_code: "",
106
+ email: null,
107
+ social_link: "",
108
+ is_retailer: 0,
200
109
  },
201
- showSurvey: (v) => v && alert('se muestra'),
110
+ showSurvey: (v) => v && alert("se muestra"),
202
111
  };
@@ -42,7 +42,6 @@ import Slide1_4 from "../../../assets/images/sliderToolTip/slide4.svg";
42
42
  import Slide1_5 from "../../../assets/images/sliderToolTip/slide5.svg";
43
43
  import { VersionSelector } from "../../organisms/VersionSelector";
44
44
  import { useCloseModal } from "../../../global-files/customHooks";
45
- import { CreateVersion } from "../../organisms/CreateVersion";
46
45
 
47
46
  const reducerImages = (state, action) => {
48
47
  let { values, attrForImgs, inputsByRetailer } = state;
@@ -114,8 +113,8 @@ const S3_BUCKET = process.env.REACT_APP_IMAGES_BUCKET;
114
113
  const REGION = "us-east-1";
115
114
 
116
115
  AWS.config.update({
117
- accessKeyId: process.env.REACT_APP_KEY_UPLOAD_TO_S3,
118
- secretAccessKey: process.env.REACT_APP_ACCESS_KEY_UPLOAD_TO_S3,
116
+ accessKeyId: process.env.REACT_APP_KUTS3,
117
+ secretAccessKey: process.env.REACT_APP_AKUTS3,
119
118
  });
120
119
 
121
120
  const myBucket = new AWS.S3({
@@ -252,7 +251,6 @@ export const ProviderProductEdition = ({
252
251
  const [retailerStatus, setRetailerStatus] = useState(
253
252
  product.statusByRetailer
254
253
  );
255
- const [showCreateVersion, setShowCreateVersion] = useState(false);
256
254
  const [showVersionSelector, setShowVersionSelector] =
257
255
  useCloseModal("version-selector");
258
256
 
@@ -272,15 +270,6 @@ export const ProviderProductEdition = ({
272
270
  setServices(services);
273
271
  await getServices();
274
272
 
275
- // if (!originProp) {
276
- // setActiveRetailer(
277
- // product?.retailers
278
- // ? product?.retailers[0]
279
- // : product?.retailersAvailable[0]
280
- // );
281
- // }
282
-
283
- // setActiveRetailer(product?.retailers[0]);
284
273
  setImages({ action: "init", init: services[2] });
285
274
  if (services[2]?.values?.length > 0) setActiveImage(0);
286
275
 
@@ -1497,18 +1486,10 @@ export const ProviderProductEdition = ({
1497
1486
  setVersion={setVersion}
1498
1487
  companyName={company.company_name}
1499
1488
  currentVersion={version}
1500
- setShowCreateVersion={setShowCreateVersion}
1501
1489
  setShowVersionSelector={setShowVersionSelector}
1502
1490
  jwt={token}
1503
1491
  />
1504
1492
  )}
1505
- {showCreateVersion && (
1506
- <CreateVersion
1507
- idArticle={product.id_article}
1508
- version={version}
1509
- setShowCreateVersion={setShowCreateVersion}
1510
- />
1511
- )}
1512
1493
  </Container>
1513
1494
  );
1514
1495
  };
@@ -16,104 +16,116 @@ RetailerProductEditionDefault.args = {
16
16
  Imágenes: false,
17
17
  },
18
18
  token:
19
- "eyJraWQiOiJEV3owZnNieXg2MXNFcVduN3RCXC81bVhod3ZNbFZIOTgwUnZcL3RjT0lKdEk9IiwiYWxnIjoiUlMyNTYifQ.eyJzdWIiOiI4ZDAxMDIxNC01YmZhLTQzYzMtOTZmYi1jNTU2ZGMwNTc3NGIiLCJjb2duaXRvOmdyb3VwcyI6WyJjb2xhYm9yYWRvcmVzX2NvbnRlbnRvaCJdLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiaXNzIjoiaHR0cHM6XC9cL2NvZ25pdG8taWRwLnVzLWVhc3QtMS5hbWF6b25hd3MuY29tXC91cy1lYXN0LTFfbFN6UVo0WjdSIiwiY29nbml0bzp1c2VybmFtZSI6IjhkMDEwMjE0LTViZmEtNDNjMy05NmZiLWM1NTZkYzA1Nzc0YiIsImF1ZCI6IjUyZDlza2tkY2c4cWpwODhvb2sxdXNlNm1rIiwiZXZlbnRfaWQiOiI2ZWY3Y2UxYy0xYjBjLTRkNGYtYTc3Yy1jMWIwYTk0ZjIwOWEiLCJ0b2tlbl91c2UiOiJpZCIsImF1dGhfdGltZSI6MTY2NzMyMTQ5NCwibmFtZSI6IkNvbGFib3JhZG9yIiwicGhvbmVfbnVtYmVyIjoiKzUyMTExMSIsImV4cCI6MTY2NzMyNTA5NCwiaWF0IjoxNjY3MzIxNDk0LCJlbWFpbCI6ImthcmFmZTMyMThAbW9tMmtpZC5jb20ifQ.GjBtY-LW5eYzvNfrIJOdb9pDMU_CZlIxRAn1ZszjMfWNU9s8s_j6o4_2x0J7AyiSjgu9TaLRcRpF6FZ5pzwNGs8G5AxnO3r_PIg2mznM44QLnt5PTfdoFx2jJmU53UA8GZU1SFDvDlR1QZR-EtANz2wfNs8RqY_mKTz5WjY7RdGTFVkowTv-Y1Q9T7x_fpv_5o-nB5GzLBQoHwTLQ_vjguSLH17l2BUn0QxLi2WJVs-qWX4ze4QysADVxYOlMkAQql328oqoqdXRbZrntnxYxa5EMpmref1bGbSOFk4qgHax4qa3gD2_h291NLjCZS7IMGDSIhOk9r7irItbojM01Q",
19
+ "eyJraWQiOiJkQWJkZCtlclwvTlwveVRQUWNvUlVyOCtrNUd2M1hMM2N1MWUzQ09zWExVRnc9IiwiYWxnIjoiUlMyNTYifQ.eyJzdWIiOiJhNmM0ZDNkNi0yNGE0LTQxZDQtYWQwZi1kMDg3NDM4YWI1YjYiLCJjb2duaXRvOmdyb3VwcyI6WyJjb2xhYm9yYWRvcmVzX2NvbnRlbnRvaCJdLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiaXNzIjoiaHR0cHM6XC9cL2NvZ25pdG8taWRwLnVzLWVhc3QtMS5hbWF6b25hd3MuY29tXC91cy1lYXN0LTFfWE1aUWRxa0dqIiwiY29nbml0bzp1c2VybmFtZSI6ImE2YzRkM2Q2LTI0YTQtNDFkNC1hZDBmLWQwODc0MzhhYjViNiIsImNvZ25pdG86cm9sZXMiOlsiYXJuOmF3czppYW06Ojg5ODY3MDIzMjgwNzpyb2xlXC9jb250ZW50b2gtZGV2LXVzLWVhc3QtMS1sYW1iZGFSb2xlIl0sImF1ZCI6IjVhYzh0cGdzNmdic3ExM2ZydnJwaWVlcDQwIiwiZXZlbnRfaWQiOiI0MmE2OWE4My02OGY0LTRmZjktOGU4Zi1jYzgxODQ5MDU5NGYiLCJ0b2tlbl91c2UiOiJpZCIsImF1dGhfdGltZSI6MTY2OTkyODUxMSwibmFtZSI6IkNvbGFib3JhZG9yIiwicGhvbmVfbnVtYmVyIjoiKzUyMTExMSIsImV4cCI6MTY2OTkzMjExMSwiaWF0IjoxNjY5OTI4NTExLCJlbWFpbCI6ImV0Y0Bjb250ZW50b2guY29tIn0.Mv1hFVjkF2y__7XP0bXzU2Yq8YMc0go9OgB7all5F4HvfK62I0l9rNRqddlaLjDSCmjvyYI-M8WFwHtdlOL1-liazZr8hhu7_9SciapRzkuuHlWwu0g3EEK54NuHR3-YYRax85hKyN9YoV1MY_fTzT9WUVXWoqf4UPj2SH79g_A0l0lm18ODzzdhXFSpubuI8-Ml7MbXUh8klzl7T55S16sj8zPONpesrA01WsG1PWGqfRZI2g37edj_en2_fIcfi49tQjbSjnQOVOPnkO5TPiyoMtZdS53Rx75iSI8-fP-Z7kD-5TI_KK6vK35PHoG1B-N3EzDUjXek4MowNswnGA",
20
20
  productSelected: {
21
21
  services: {
22
22
  datasheets: 1,
23
23
  descriptions: 1,
24
24
  images: 1,
25
25
  },
26
- orderId: 3321,
26
+ orderId: 123,
27
27
  status: "PA",
28
- datasheet_status: "AC",
28
+ datasheet_status: "PA",
29
29
  prio: "none",
30
- version: 2,
31
- description_status: "AC",
30
+ version: 3,
31
+ description_status: "PA",
32
32
  images_status: "PA",
33
33
  statusByRetailer: {
34
- 58: {
35
- datasheet: "AC",
36
- description: "AC",
34
+ 4: {
35
+ datasheet: "PA",
36
+ description: "PA",
37
+ images: "PA",
38
+ },
39
+ 5: {
40
+ datasheet: "PA",
41
+ description: "PA",
42
+ images: "PA",
43
+ },
44
+ 6: {
45
+ datasheet: "PA",
46
+ description: "PA",
37
47
  images: "PA",
38
48
  },
39
49
  },
40
50
  article: {
41
- id_article: 85655,
42
- id_category: "2052",
43
- name: "EXTENSION P/ EXTERIOR 3X10 AWG 10M ROJO",
44
- upc: "165679",
45
- timestamp: "2022-11-01T15:46:51.000Z",
46
- id_user: 1436,
47
- status: null,
51
+ id_article: 127,
52
+ id_category: "700",
53
+ name: "prueba prod flujo",
54
+ upc: "34234353324",
55
+ timestamp: "2022-11-23T23:12:30.000Z",
56
+ id_user: 28,
57
+ status: "NULL",
48
58
  active: 1,
49
- company_id: 409,
50
- SKU: null,
51
- Descripcion: null,
52
- Proveedor: null,
53
- id_proveedor: 0,
54
- company_name: "HIGHLINE-WARREN LLC",
55
- country: null,
56
- id_order: 3321,
57
- id_datasheet_especialist: 1248,
58
- id_datasheet_facilitator: null,
59
- id_description_especialist: 1248,
60
- id_description_facilitator: null,
61
- id_images_especialist: null,
62
- id_images_facilitator: null,
63
- id_auditor: null,
59
+ company_id: 1,
60
+ company_name: "GRUPO BRAHMA",
61
+ country: "México",
62
+ id_order: 123,
63
+ id_datasheet_especialist: 54,
64
+ id_datasheet_facilitator: 52,
65
+ id_description_especialist: 54,
66
+ id_description_facilitator: 52,
67
+ id_images_especialist: 55,
68
+ id_images_facilitator: 53,
69
+ id_auditor: 37,
64
70
  id_recepcionist: null,
65
71
  category:
66
- "Eléctrico|Extensiones y Multicontactos|Extensiones y Multicontactos",
67
- missingAttributes: null,
68
- missingDescriptions: null,
69
- missingImages: null,
72
+ "Salud y Belleza|Cuidado Facial|Cremas, Mascarillas y Tratamientos",
73
+ missingAttributes: 0,
74
+ missingDescriptions: 0,
75
+ missingImages: 0,
70
76
  },
71
77
  retailers: [
72
78
  {
73
- id: 58,
74
- name: "The Home Depot Golden",
75
- country: "México",
76
- id_region: 1,
77
- active: 1,
79
+ id: 4,
80
+ name: "Walmart Super y Superama",
81
+ },
82
+ {
83
+ id: 5,
84
+ name: "Chedraui",
85
+ },
86
+ {
87
+ id: 6,
88
+ name: "HEB",
78
89
  },
79
90
  ],
80
- country: null,
81
- upc: "165679",
91
+ country: "México",
92
+ upc: "34234353324",
82
93
  },
83
94
  location: {
84
95
  product: { articleId: 109485, versionId: 3 },
85
96
  },
86
97
  user: {
87
- id_user: 426,
88
- name: "Especialista Textos",
89
- last_name: " ",
90
- email: "karafe3218@mom2kid.com",
91
- position: "Tester",
92
- telephone: null,
93
- country: null,
94
- id_company: 254,
95
- id_cognito: "8d010214-5bfa-43c3-96fb-c556dc05774b",
98
+ id_user: 51,
99
+ name: "ADMIN PRUEBA",
100
+ last_name: "",
101
+ email: "etc@contentoh.com",
102
+ position: "",
103
+ telephone: "",
104
+ country: "",
105
+ id_company: 2,
106
+ id_cognito: "a6c4d3d6-24a4-41d4-ad0f-d087438ab5b6",
96
107
  birth_Date: null,
97
- about_me: null,
98
- zip_code: null,
99
- address: null,
100
- job: null,
101
- id_stripe: null,
102
- id_role: 7,
108
+ about_me: "",
109
+ zip_code: "",
110
+ address: "",
111
+ job: "",
112
+ id_stripe: "",
113
+ id_role: 1,
103
114
  active: 1,
104
115
  is_retailer: 0,
105
- email_notify: null,
116
+ email_notify: 1,
117
+ is_user_tech: null,
106
118
  membership: {
107
- id: 750,
108
- start_date: "2022-01-07T21:32:54.000Z",
109
- end_date: "2023-01-07T21:32:54.000Z",
110
- planID: 6,
111
- plan: "prod_KvGd6YSTJyR3AP",
112
- name: "Plan Small",
113
- user_limit: "10",
114
- products_limit: "1000",
115
- type: "Enterprise",
119
+ id: 2,
120
+ start_date: "2021-11-05T02:35:12.000Z",
121
+ end_date: "2022-11-05T02:34:49.000Z",
122
+ planID: 1,
123
+ plan: "prod_KtkvuFFLpOdP6e",
124
+ name: "Plan Free",
125
+ user_limit: "1",
126
+ products_limit: "3",
127
+ type: "PyMES",
116
128
  },
117
- src: "https://content-management-profile-prod.s3.amazonaws.com/id-426/426.png?1667321494598",
129
+ src: "https://content-management-profile.s3.amazonaws.com/id-51/51.png?1669928511679",
118
130
  },
119
131
  };
@@ -32,7 +32,6 @@ import succes from "../../../assets/images/genericModal/genericModalCheck.svg";
32
32
  import errorModal from "../../../assets/images/genericModal/errorModal.svg";
33
33
  import { VersionSelector } from "../../organisms/VersionSelector";
34
34
  import { useCloseModal } from "../../../global-files/customHooks";
35
- import { CreateVersion } from "../../organisms/CreateVersion";
36
35
 
37
36
  const reducerImages = (state, action) => {
38
37
  let { values, attrForImgs, inputsByRetailer } = state;
@@ -108,8 +107,8 @@ const S3_BUCKET = process.env.REACT_APP_IMAGES_BUCKET;
108
107
  const REGION = "us-east-1";
109
108
 
110
109
  AWS.config.update({
111
- accessKeyId: process.env.REACT_APP_KEY_UPLOAD_TO_S3,
112
- secretAccessKey: process.env.REACT_APP_ACCESS_KEY_UPLOAD_TO_S3,
110
+ accessKeyId: process.env.REACT_APP_KUTS3,
111
+ secretAccessKey: process.env.REACT_APP_AKUTS3,
113
112
  });
114
113
 
115
114
  const myBucket = new AWS.S3({
@@ -206,10 +205,7 @@ export const RetailerProductEdition = ({
206
205
  const [retailerStatus, setRetailerStatus] = useState("-");
207
206
  const [statusArray, setStatusArray] = useState([]);
208
207
  const [socketType, setSocketType] = useState(null);
209
- const [servicesStatus, setServicesStatus] = useState([]);
210
208
  const [saving, setSaving] = useState(loading);
211
- const isAuditor = user.id_role === 6;
212
- const [showCreateVersion, setShowCreateVersion] = useState(false);
213
209
  const [showVersionSelector, setShowVersionSelector] =
214
210
  useCloseModal("version-selector");
215
211
  const shotThd = [58, 59, 60, 61].includes(activeRetailer.id);
@@ -1549,18 +1545,10 @@ export const RetailerProductEdition = ({
1549
1545
  setVersion={setVersion}
1550
1546
  companyName={product.article.company_name}
1551
1547
  currentVersion={version}
1552
- setShowCreateVersion={setShowCreateVersion}
1553
1548
  setShowVersionSelector={setShowVersionSelector}
1554
1549
  jwt={token}
1555
1550
  />
1556
1551
  )}
1557
- {showCreateVersion && (
1558
- <CreateVersion
1559
- idArticle={product.article.id_article}
1560
- version={version}
1561
- setShowCreateVersion={setShowCreateVersion}
1562
- />
1563
- )}
1564
1552
  </Container>
1565
1553
  );
1566
1554
  };
@@ -1,5 +1,4 @@
1
- import { useState } from "react";
2
- import { useEffect } from "react";
1
+ import { useState, useEffect } from "react";
3
2
 
4
3
  export const useCloseModal = (id) => {
5
4
  const [showModal, setShowModal] = useState(false);
@@ -11,6 +10,7 @@ export const useCloseModal = (id) => {
11
10
  setShowModal(false);
12
11
  }
13
12
  };
13
+
14
14
  useEffect(() => {
15
15
  if (showModal) {
16
16
  document.addEventListener("click", closeModal, false);
@@ -61,15 +61,3 @@
61
61
  src: url("../assets/fonts/roboto/Roboto-Regular.ttf");
62
62
  font-weight: 400;
63
63
  }
64
-
65
- @font-face {
66
- font-family: "Roboto";
67
- src: url("../assets/fonts/roboto/Roboto-Regular.ttf");
68
- font-weight: 400;
69
- }
70
-
71
- .prueba {
72
- color: #9e3e26;
73
- color: #b42983;
74
- color: #e7e7e7;
75
- }
@@ -26,8 +26,6 @@ export const FontFamily = {
26
26
  Raleway_700: "Raleway-700",
27
27
  Raleway_800: "Raleway-800",
28
28
  Raleway_900: "Raleway-900",
29
- RobotoMedium: "RobotoMedium",
30
- RobotoRegular: "RobotoRegular",
31
29
  Roboto: "Roboto",
32
30
  };
33
31
 
package/src/index.js CHANGED
@@ -23,16 +23,6 @@ export * from "./components/atoms/Status/index";
23
23
  export * from "./components/atoms/TabSection/index";
24
24
  export * from "./components/atoms/ValidationPanel/index";
25
25
  export * from "./components/atoms/VerticalSideMenuMainPage/index";
26
- export * from "./components/atoms/ButtonFileChooser/index";
27
- export * from "./components/atoms/ButtonV2/index";
28
- export * from "./components/atoms/CustomIcon/index";
29
- export * from "./components/atoms/IconFile/index";
30
- export * from "./components/atoms/Image/index";
31
- export * from "./components/atoms/ImageLink/index";
32
- export * from "./components/atoms/ImagePreview/index";
33
- export * from "./components/atoms/InputText/index";
34
- export * from "./components/atoms/NotFound/index";
35
- export * from "./components/atoms/Tooltip/index";
36
26
 
37
27
  //molecules
38
28
  export * from "./components/molecules/AvatarAndValidation/index";
@@ -59,10 +49,6 @@ export * from "./components/molecules/TagAndInput/index";
59
49
  export * from "./components/molecules/VerificationCodeResetPasswordLogin/index";
60
50
  export * from "./components/molecules/RetailerSelector/index";
61
51
  export * from "./components/molecules/CustomSelect/index";
62
- export * from "./components/molecules/ButtonDownloadFile/index";
63
- export * from "./components/molecules/ImageTooltip/index";
64
- export * from "./components/molecules/SelectV2/index";
65
- export * from "./components/molecules/Dropdown/index";
66
52
 
67
53
  //organisms
68
54
  export * from "./components/organisms/ChangePassword/index";
@@ -74,8 +60,6 @@ export * from "./components/organisms/ImagePreviewer/index";
74
60
  export * from "./components/organisms/ImagesGroup/index";
75
61
  export * from "./components/organisms/InputGroup/index";
76
62
  export * from "./components/organisms/ProductImageModal/index";
77
- export * from "./components/organisms/Chat/index";
78
- export * from "./components/organisms/Modal/index";
79
63
  export * from "./components/organisms/OrderDetail/index";
80
64
 
81
65
  //pages
@@ -1,14 +0,0 @@
1
- <svg id="Componente_34_12" data-name="Componente 34 – 12" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
2
- <defs>
3
- <clipPath id="clip-path">
4
- <rect id="Rectángulo_107" data-name="Rectángulo 107" width="10" height="10" transform="translate(3 3)" fill="#b3b3b3" stroke="#b3b3b3" stroke-width="1"/>
5
- </clipPath>
6
- </defs>
7
- <g id="Rectángulo_287" data-name="Rectángulo 287" fill="#fff" stroke="#f0f0f0" stroke-width="1">
8
- <rect width="16" height="16" rx="8" stroke="none"/>
9
- <rect x="0.5" y="0.5" width="15" height="15" rx="7.5" fill="none"/>
10
- </g>
11
- <g id="Enmascarar_grupo_79" data-name="Enmascarar grupo 79" clip-path="url(#clip-path)">
12
- <path id="star_FILL0_wght400_GRAD0_opsz48" d="M4.037,9.438,6,8.262,7.963,9.45,7.438,7.225l1.725-1.5-2.275-.2L6,3.425,5.113,5.512l-2.275.2,1.725,1.5ZM2.912,11l.813-3.512L1,5.125l3.6-.312L6,1.5,7.4,4.813l3.6.313L8.275,7.488,9.087,11,6,9.137ZM6,6.563Z" transform="translate(2 1.5)" fill="#b3b3b3"/>
13
- </g>
14
- </svg>