contentoh-components-library 21.2.89 → 21.2.90

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 (175) hide show
  1. package/.env.development +1 -6
  2. package/dist/components/atoms/ChatPopUp/ChatPopUp.stories.js +28 -0
  3. package/dist/components/atoms/ChatPopUp/index.js +841 -0
  4. package/dist/components/atoms/ChatPopUp/styles.js +27 -0
  5. package/dist/components/atoms/ChatPopUp/utils/handlersChat.js +182 -0
  6. package/dist/components/atoms/ProgressBar/styles.js +1 -1
  7. package/dist/components/atoms/Tooltip/Tooltip.stories.js +5 -35
  8. package/dist/components/atoms/Tooltip/index.js +24 -41
  9. package/dist/components/atoms/Tooltip/styles.js +1 -3
  10. package/dist/components/molecules/CustomSelect/CustomSelect.stories.js +22 -21
  11. package/dist/components/molecules/CustomSelect/SelectItem.js +1 -10
  12. package/dist/components/molecules/HeaderTop/index.js +5 -10
  13. package/dist/components/molecules/HeaderTop/styles.js +1 -1
  14. package/dist/components/pages/Dashboard/Dashboard.stories.js +44 -16
  15. package/dist/components/pages/Dashboard/index.js +17 -10
  16. package/dist/components/pages/ProviderProductEdition/index.js +2 -3
  17. package/dist/components/pages/RetailerProductEdition/index.js +7 -4
  18. package/dist/global-files/fonts.css +0 -18
  19. package/dist/global-files/variables.js +1 -3
  20. package/dist/index.js +45 -227
  21. package/package.json +1 -13
  22. package/src/components/atoms/ProgressBar/styles.js +4 -3
  23. package/src/components/molecules/CustomSelect/CustomSelect.stories.js +12 -20
  24. package/src/components/molecules/CustomSelect/SelectItem.js +0 -7
  25. package/src/components/molecules/HeaderTop/index.js +6 -11
  26. package/src/components/molecules/HeaderTop/styles.js +0 -4
  27. package/src/components/pages/Dashboard/Dashboard.stories.js +47 -16
  28. package/src/components/pages/Dashboard/index.js +13 -4
  29. package/src/components/pages/ProviderProductEdition/index.js +7 -6
  30. package/src/components/pages/RetailerProductEdition/index.js +4 -5
  31. package/src/global-files/fonts.css +0 -18
  32. package/src/global-files/variables.js +0 -2
  33. package/src/index.js +0 -14
  34. package/dist/assets/fonts/Roboto/Roboto-Medium.ttf +0 -0
  35. package/dist/assets/fonts/Roboto/Roboto-Regular.ttf +0 -0
  36. package/dist/assets/images/defaultImages/Spinner.gif +0 -0
  37. package/dist/assets/images/defaultImages/notFound.svg +0 -124
  38. package/dist/components/atoms/ButtonFileChooser/ButtonFileChooser.stories.js +0 -72
  39. package/dist/components/atoms/ButtonFileChooser/index.js +0 -118
  40. package/dist/components/atoms/ButtonFileChooser/styles.js +0 -20
  41. package/dist/components/atoms/ButtonV2/ButtonV2.stories.js +0 -66
  42. package/dist/components/atoms/ButtonV2/index.js +0 -111
  43. package/dist/components/atoms/ButtonV2/styles.js +0 -53
  44. package/dist/components/atoms/CustomIcon/CustomIcon.stories.js +0 -50
  45. package/dist/components/atoms/CustomIcon/index.js +0 -40
  46. package/dist/components/atoms/CustomIcon/styles.js +0 -33
  47. package/dist/components/atoms/IconFile/IconFile.stories.js +0 -48
  48. package/dist/components/atoms/IconFile/index.js +0 -249
  49. package/dist/components/atoms/IconFile/styles.js +0 -23
  50. package/dist/components/atoms/Image/Image.stories.js +0 -63
  51. package/dist/components/atoms/Image/index.js +0 -74
  52. package/dist/components/atoms/Image/styles.js +0 -40
  53. package/dist/components/atoms/ImageLink/ImageLink.stories.js +0 -63
  54. package/dist/components/atoms/ImageLink/index.js +0 -77
  55. package/dist/components/atoms/ImageLink/styles.js +0 -40
  56. package/dist/components/atoms/ImagePreview/ImagePreview.stories.js +0 -70
  57. package/dist/components/atoms/ImagePreview/index.js +0 -222
  58. package/dist/components/atoms/ImagePreview/styles.js +0 -44
  59. package/dist/components/atoms/InputText/InputText.stories.js +0 -60
  60. package/dist/components/atoms/InputText/index.js +0 -66
  61. package/dist/components/atoms/InputText/styles.js +0 -32
  62. package/dist/components/atoms/NotFound/NotFound.stories.js +0 -36
  63. package/dist/components/atoms/NotFound/index.js +0 -75
  64. package/dist/components/atoms/NotFound/styles.js +0 -20
  65. package/dist/components/molecules/ButtonDownloadFile/DownloadFile.stories.js +0 -66
  66. package/dist/components/molecules/ButtonDownloadFile/index.js +0 -179
  67. package/dist/components/molecules/ButtonDownloadFile/styles.js +0 -23
  68. package/dist/components/molecules/ImageTooltip/ImageTooltip.stories.js +0 -72
  69. package/dist/components/molecules/ImageTooltip/index.js +0 -84
  70. package/dist/components/molecules/ImageTooltip/styles.js +0 -33
  71. package/dist/components/organisms/Chat/Chat.stories.js +0 -215
  72. package/dist/components/organisms/Chat/ChatLists/ChatLists.stories.js +0 -83
  73. package/dist/components/organisms/Chat/ChatLists/index.js +0 -160
  74. package/dist/components/organisms/Chat/ChatLists/styles.js +0 -29
  75. package/dist/components/organisms/Chat/ContainerItems/ContainerItems.stories.js +0 -176
  76. package/dist/components/organisms/Chat/ContainerItems/index.js +0 -572
  77. package/dist/components/organisms/Chat/ContainerItems/styles.js +0 -20
  78. package/dist/components/organisms/Chat/ContentChat/ContentChat.stories.js +0 -142
  79. package/dist/components/organisms/Chat/ContentChat/index.js +0 -1422
  80. package/dist/components/organisms/Chat/ContentChat/styles.js +0 -20
  81. package/dist/components/organisms/Chat/Footer/Footer.stories.js +0 -43
  82. package/dist/components/organisms/Chat/Footer/index.js +0 -984
  83. package/dist/components/organisms/Chat/Footer/styles.js +0 -32
  84. package/dist/components/organisms/Chat/Header/Header.stories.js +0 -96
  85. package/dist/components/organisms/Chat/Header/index.js +0 -84
  86. package/dist/components/organisms/Chat/Header/styles.js +0 -20
  87. package/dist/components/organisms/Chat/index.js +0 -327
  88. package/dist/components/organisms/Chat/styles.js +0 -29
  89. package/dist/components/organisms/Modal/Modal.stories.js +0 -66
  90. package/dist/components/organisms/Modal/index.js +0 -95
  91. package/dist/components/organisms/Modal/styles.js +0 -20
  92. package/dist/global-files/handle_http.js +0 -383
  93. package/dist/global-files/utils.js +0 -472
  94. package/src/assets/fonts/Roboto/Roboto-Medium.ttf +0 -0
  95. package/src/assets/fonts/Roboto/Roboto-Regular.ttf +0 -0
  96. package/src/assets/images/chatPopup/Spinner.gif +0 -0
  97. package/src/assets/images/chatPopup/close.svg +0 -3
  98. package/src/assets/images/chatPopup/defaultImage.png +0 -0
  99. package/src/assets/images/chatPopup/defaultProfile.png +0 -0
  100. package/src/assets/images/chatPopup/doc.svg +0 -1
  101. package/src/assets/images/chatPopup/document.svg +0 -1
  102. package/src/assets/images/chatPopup/iconChat.svg +0 -19
  103. package/src/assets/images/chatPopup/iconPlus.svg +0 -3
  104. package/src/assets/images/chatPopup/pdf.svg +0 -75
  105. package/src/assets/images/chatPopup/remove.svg +0 -4
  106. package/src/assets/images/chatPopup/send.svg +0 -3
  107. package/src/assets/images/chatPopup/svgIcon.svg +0 -109
  108. package/src/assets/images/chatPopup/upload_file.svg +0 -3
  109. package/src/assets/images/chatPopup/xls.svg +0 -53
  110. package/src/assets/images/customSelect/starIcon.svg +0 -14
  111. package/src/assets/images/defaultImages/Spinner.gif +0 -0
  112. package/src/assets/images/defaultImages/notFound.svg +0 -124
  113. package/src/components/atoms/ButtonFileChooser/ButtonFileChooser.stories.js +0 -47
  114. package/src/components/atoms/ButtonFileChooser/index.js +0 -69
  115. package/src/components/atoms/ButtonFileChooser/styles.js +0 -4
  116. package/src/components/atoms/ButtonV2/ButtonV2.stories.js +0 -50
  117. package/src/components/atoms/ButtonV2/index.js +0 -74
  118. package/src/components/atoms/ButtonV2/styles.js +0 -187
  119. package/src/components/atoms/CustomIcon/CustomIcon.stories.js +0 -36
  120. package/src/components/atoms/CustomIcon/index.js +0 -41
  121. package/src/components/atoms/CustomIcon/styles.js +0 -85
  122. package/src/components/atoms/IconFile/IconFile.stories.js +0 -35
  123. package/src/components/atoms/IconFile/index.js +0 -119
  124. package/src/components/atoms/IconFile/styles.js +0 -67
  125. package/src/components/atoms/Image/Image.stories.js +0 -43
  126. package/src/components/atoms/Image/index.js +0 -54
  127. package/src/components/atoms/Image/styles.js +0 -25
  128. package/src/components/atoms/ImageLink/ImageLink.stories.js +0 -43
  129. package/src/components/atoms/ImageLink/index.js +0 -57
  130. package/src/components/atoms/ImageLink/styles.js +0 -30
  131. package/src/components/atoms/ImagePreview/ImagePreview.stories.js +0 -52
  132. package/src/components/atoms/ImagePreview/index.js +0 -191
  133. package/src/components/atoms/ImagePreview/styles.js +0 -77
  134. package/src/components/atoms/InputText/InputText.stories.js +0 -39
  135. package/src/components/atoms/InputText/index.js +0 -61
  136. package/src/components/atoms/InputText/styles.js +0 -89
  137. package/src/components/atoms/NotFound/NotFound.stories.js +0 -19
  138. package/src/components/atoms/NotFound/index.js +0 -52
  139. package/src/components/atoms/NotFound/styles.js +0 -55
  140. package/src/components/atoms/Tooltip/Tooltip.stories.js +0 -51
  141. package/src/components/atoms/Tooltip/index.js +0 -59
  142. package/src/components/atoms/Tooltip/styles.js +0 -42
  143. package/src/components/molecules/ButtonDownloadFile/DownloadFile.stories.js +0 -54
  144. package/src/components/molecules/ButtonDownloadFile/index.js +0 -111
  145. package/src/components/molecules/ButtonDownloadFile/styles.js +0 -66
  146. package/src/components/molecules/ImageTooltip/ImageTooltip.stories.js +0 -46
  147. package/src/components/molecules/ImageTooltip/index.js +0 -62
  148. package/src/components/molecules/ImageTooltip/styles.js +0 -18
  149. package/src/components/organisms/Chat/Chat.stories.js +0 -199
  150. package/src/components/organisms/Chat/ChatLists/ChatLists.stories.js +0 -65
  151. package/src/components/organisms/Chat/ChatLists/Rotoplas.jpeg +0 -0
  152. package/src/components/organisms/Chat/ChatLists/THD.png +0 -0
  153. package/src/components/organisms/Chat/ChatLists/index.js +0 -141
  154. package/src/components/organisms/Chat/ChatLists/styles.js +0 -162
  155. package/src/components/organisms/Chat/ContainerItems/ContainerItems.stories.js +0 -142
  156. package/src/components/organisms/Chat/ContainerItems/index.js +0 -551
  157. package/src/components/organisms/Chat/ContainerItems/styles.js +0 -336
  158. package/src/components/organisms/Chat/ContentChat/ContentChat.stories.js +0 -102
  159. package/src/components/organisms/Chat/ContentChat/Rotoplas.jpeg +0 -0
  160. package/src/components/organisms/Chat/ContentChat/THD.png +0 -0
  161. package/src/components/organisms/Chat/ContentChat/index.js +0 -900
  162. package/src/components/organisms/Chat/ContentChat/styles.js +0 -41
  163. package/src/components/organisms/Chat/Footer/Footer.stories.js +0 -22
  164. package/src/components/organisms/Chat/Footer/index.js +0 -669
  165. package/src/components/organisms/Chat/Footer/styles.js +0 -286
  166. package/src/components/organisms/Chat/Header/Header.stories.js +0 -66
  167. package/src/components/organisms/Chat/Header/index.js +0 -94
  168. package/src/components/organisms/Chat/Header/styles.js +0 -49
  169. package/src/components/organisms/Chat/index.js +0 -294
  170. package/src/components/organisms/Chat/styles.js +0 -42
  171. package/src/components/organisms/Modal/Modal.stories.js +0 -55
  172. package/src/components/organisms/Modal/index.js +0 -97
  173. package/src/components/organisms/Modal/styles.js +0 -103
  174. package/src/global-files/handle_http.js +0 -231
  175. package/src/global-files/utils.js +0 -300
@@ -188,7 +188,7 @@ var Dashboard = function Dashboard(_ref) {
188
188
  while (1) {
189
189
  switch (_context2.prev = _context2.next) {
190
190
  case 0:
191
- isTHDUser = [657, 818, 819].includes(user.id_company);
191
+ isTHDUser = user.is_retailer && company.retailers;
192
192
  _context2.next = 3;
193
193
  return _axios.default.get("".concat(process.env.REACT_APP_RETAILER_ENDPOINT), {
194
194
  headers: {
@@ -219,32 +219,39 @@ var Dashboard = function Dashboard(_ref) {
219
219
 
220
220
  var loadProductsByStatus = /*#__PURE__*/function () {
221
221
  var _ref4 = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee3(orderByStatus, filter) {
222
- var _ref5, ordersBydate, ordersByStatus, _ordersByStatus$total, total, _ordersByStatus$R, R, _ordersByStatus$PA, PA, _ordersByStatus$Ex, Ex, inProcess, metricsArray;
222
+ var isTHDUser, isProvider, isCollaborator, _ref5, ordersBydate, ordersByStatus, _ordersByStatus$total, total, _ordersByStatus$R, R, _ordersByStatus$PA, PA, _ordersByStatus$Ex, Ex, _ordersByStatus$ACA, ACA, productsFinished, inProcess, metricsArray;
223
223
 
224
224
  return _regenerator.default.wrap(function _callee3$(_context3) {
225
225
  while (1) {
226
226
  switch (_context3.prev = _context3.next) {
227
227
  case 0:
228
- _context3.next = 2;
228
+ isTHDUser = user.is_retailer && company.retailers;
229
+ isProvider = !user.is_retailer && user.id_role === 0;
230
+ isCollaborator = user.id_role > 0;
231
+ _context3.next = 5;
229
232
  return loadProductVersions(orderByStatus);
230
233
 
231
- case 2:
234
+ case 5:
232
235
  _context3.t0 = _context3.sent;
233
236
 
234
237
  if (_context3.t0) {
235
- _context3.next = 5;
238
+ _context3.next = 8;
236
239
  break;
237
240
  }
238
241
 
239
242
  _context3.t0 = {};
240
243
 
241
- case 5:
244
+ case 8:
242
245
  _ref5 = _context3.t0;
243
246
  ordersBydate = _ref5.ordersBydate;
244
247
  ordersByStatus = _ref5.ordersByStatus;
245
- _ordersByStatus$total = ordersByStatus.total, total = _ordersByStatus$total === void 0 ? 0 : _ordersByStatus$total, _ordersByStatus$R = ordersByStatus.R, R = _ordersByStatus$R === void 0 ? 0 : _ordersByStatus$R, _ordersByStatus$PA = ordersByStatus.PA, PA = _ordersByStatus$PA === void 0 ? 0 : _ordersByStatus$PA, _ordersByStatus$Ex = ordersByStatus.Ex, Ex = _ordersByStatus$Ex === void 0 ? 0 : _ordersByStatus$Ex;
248
+ _ordersByStatus$total = ordersByStatus.total, total = _ordersByStatus$total === void 0 ? 0 : _ordersByStatus$total, _ordersByStatus$R = ordersByStatus.R, R = _ordersByStatus$R === void 0 ? 0 : _ordersByStatus$R, _ordersByStatus$PA = ordersByStatus.PA, PA = _ordersByStatus$PA === void 0 ? 0 : _ordersByStatus$PA, _ordersByStatus$Ex = ordersByStatus.Ex, Ex = _ordersByStatus$Ex === void 0 ? 0 : _ordersByStatus$Ex, _ordersByStatus$ACA = ordersByStatus.ACA, ACA = _ordersByStatus$ACA === void 0 ? 0 : _ordersByStatus$ACA;
249
+ productsFinished = 0;
250
+ if (isTHDUser) productsFinished = Ex;
251
+ if (isProvider) productsFinished = ACA;
252
+ if (isCollaborator) productsFinished = Ex + ACA;
246
253
  inProcess = Object.keys(ordersByStatus).reduce(function (prev, curr) {
247
- return !["total", "PA", "R", "Ex"].includes(curr) ? prev + ordersByStatus[curr] : prev;
254
+ return !["total", "PA", "R", "Ex", "ACA"].includes(curr) ? prev + ordersByStatus[curr] : prev;
248
255
  }, 0);
249
256
  metricsArray = [metricsData[0] ? metricsData[0] : {
250
257
  label: "Productos totales",
@@ -261,7 +268,7 @@ var Dashboard = function Dashboard(_ref) {
261
268
  value: inProcess
262
269
  }, {
263
270
  label: "Productos terminados",
264
- value: Ex
271
+ value: productsFinished
265
272
  });
266
273
  setMetricsData(metricsArray);
267
274
  setTotalCount(total);
@@ -269,7 +276,7 @@ var Dashboard = function Dashboard(_ref) {
269
276
  setRequiredProducts(ordersBydate);
270
277
  setProductsByStatus(ordersByStatus);
271
278
 
272
- case 17:
279
+ case 24:
273
280
  case "end":
274
281
  return _context3.stop();
275
282
  }
@@ -106,8 +106,7 @@ var _jsxRuntime = require("react/jsx-runtime");
106
106
  var reducerImages = function reducerImages(state, action) {
107
107
  var _action$init, _action$init$inputsBy;
108
108
 
109
- var _state$values = state.values,
110
- values = _state$values === void 0 ? [] : _state$values,
109
+ var values = state.values,
111
110
  attrForImgs = state.attrForImgs,
112
111
  inputsByRetailer = state.inputsByRetailer;
113
112
 
@@ -183,7 +182,7 @@ var reducerImages = function reducerImages(state, action) {
183
182
  inputs = inputsInitial === null || inputsInitial === void 0 ? void 0 : inputsInitial.filter(function (input) {
184
183
  return imageIdArray.includes(input.id);
185
184
  });
186
- if (orderedImages.length > 0) values = orderedImages;
185
+ values = orderedImages.length > 0 ? orderedImages : [];
187
186
  } catch (error) {
188
187
  console.log(error);
189
188
  }
@@ -84,8 +84,7 @@ var _jsxRuntime = require("react/jsx-runtime");
84
84
  var reducerImages = function reducerImages(state, action) {
85
85
  var _action$init, _action$init$inputsBy;
86
86
 
87
- var _state$values = state.values,
88
- values = _state$values === void 0 ? [] : _state$values,
87
+ var values = state.values,
89
88
  attrForImgs = state.attrForImgs,
90
89
  inputsByRetailer = state.inputsByRetailer;
91
90
 
@@ -157,7 +156,11 @@ var reducerImages = function reducerImages(state, action) {
157
156
 
158
157
  var orderedImages = [];
159
158
  var imageIdArray = [];
160
- if (action !== null && action !== void 0 && action.retailerId && !_inputsByRetailer[action.retailerId]) _inputsByRetailer[action.retailerId] = [];
159
+
160
+ if (action !== null && action !== void 0 && action.retailerId && !_inputsByRetailer[action.retailerId]) {
161
+ _inputsByRetailer[action.retailerId] = [];
162
+ }
163
+
161
164
  action.retailerId && ((_inputsByRetailer$act = _inputsByRetailer[action.retailerId]) === null || _inputsByRetailer$act === void 0 ? void 0 : _inputsByRetailer$act.filter(function (input) {
162
165
  imageIdArray.push(input.id_image);
163
166
  valuesInitial.forEach(function (value) {
@@ -167,7 +170,7 @@ var reducerImages = function reducerImages(state, action) {
167
170
  inputs = inputsInitial === null || inputsInitial === void 0 ? void 0 : inputsInitial.filter(function (input) {
168
171
  return imageIdArray.includes(input.id);
169
172
  });
170
- if (orderedImages.length > 0) values = orderedImages;
173
+ values = orderedImages.length > 0 ? orderedImages : [];
171
174
  } catch (error) {
172
175
  console.log(error);
173
176
  }
@@ -43,21 +43,3 @@
43
43
  src: url("../assets/fonts/raleway/Raleway-Black.ttf");
44
44
  font-weight: 900;
45
45
  }
46
-
47
- @font-face {
48
- font-family: "RobotoMedium";
49
- src: url("../assets/fonts/Roboto/Roboto-Medium.ttf");
50
- font-weight: 500;
51
- }
52
-
53
- @font-face {
54
- font-family: "RobotoRegular";
55
- src: url("../assets/fonts/Roboto/Roboto-Regular.ttf");
56
- font-weight: 400;
57
- }
58
-
59
- .prueba {
60
- color: #9e3e26;
61
- color: #b42983;
62
- color: #e7e7e7;
63
- }
@@ -31,9 +31,7 @@ var FontFamily = {
31
31
  Raleway_600: "Raleway-600",
32
32
  Raleway_700: "Raleway-700",
33
33
  Raleway_800: "Raleway-800",
34
- Raleway_900: "Raleway-900",
35
- RobotoMedium: "RobotoMedium",
36
- RobotoRegular: "RobotoRegular"
34
+ Raleway_900: "Raleway-900"
37
35
  };
38
36
  exports.FontFamily = FontFamily;
39
37
  var GlobalStatus = ["-", "As", "Pr", "Rr", "P", "AA", "AP", "Ex", "DDI", "Dat", "Dsc", "Imgs", "GLD", "TAB", "Pt"];
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,188 +745,6 @@ Object.keys(_index56).forEach(function (key) {
745
745
  });
746
746
  });
747
747
 
748
- var _index57 = require("./components/molecules/CustomSelect/index");
749
-
750
- Object.keys(_index57).forEach(function (key) {
751
- if (key === "default" || key === "__esModule") return;
752
- if (key in exports && exports[key] === _index57[key]) return;
753
- Object.defineProperty(exports, key, {
754
- enumerable: true,
755
- get: function get() {
756
- return _index57[key];
757
- }
758
- });
759
- });
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/organisms/ChangePassword/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/organisms/Fullplan/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/FullProductNameHeader/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/FullTabsMenu/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/ImageDataTable/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/ImagePreviewer/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/ImagesGroup/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/InputGroup/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/ProductImageModal/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/Chat/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/Modal/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
748
  var _ChangePasswordLogin = require("./components/pages/ChangePasswordLogin");
931
749
 
932
750
  Object.keys(_ChangePasswordLogin).forEach(function (key) {