contentoh-components-library 21.2.79 → 21.2.80

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 (44) hide show
  1. package/.env.development +1 -4
  2. package/dist/components/molecules/CustomSelect/CustomSelect.stories.js +22 -21
  3. package/dist/components/molecules/CustomSelect/SelectItem.js +1 -10
  4. package/dist/components/molecules/GalleryElement/index.js +1 -16
  5. package/dist/components/molecules/GalleryHeader/index.js +0 -3
  6. package/dist/components/molecules/HeaderTop/index.js +5 -10
  7. package/dist/components/molecules/HeaderTop/styles.js +1 -1
  8. package/dist/components/pages/RetailerProductEdition/index.js +2 -3
  9. package/package.json +1 -6
  10. package/src/components/molecules/CustomSelect/CustomSelect.stories.js +12 -20
  11. package/src/components/molecules/CustomSelect/SelectItem.js +0 -7
  12. package/src/components/molecules/GalleryElement/index.js +0 -18
  13. package/src/components/molecules/GalleryHeader/index.js +0 -1
  14. package/src/components/molecules/HeaderTop/index.js +6 -10
  15. package/src/components/molecules/HeaderTop/styles.js +0 -4
  16. package/src/components/pages/RetailerProductEdition/index.js +1 -2
  17. package/dist/components/atoms/StatusTag/StatusTag.stories.js +0 -48
  18. package/dist/components/atoms/StatusTag/index.js +0 -58
  19. package/dist/components/atoms/StatusTag/styles.js +0 -20
  20. package/dist/components/pages/RegistrationLoginFirstStep/RegistrationLoginFirstStep.stories.js +0 -37
  21. package/dist/components/pages/RegistrationLoginFirstStep/index.js +0 -269
  22. package/dist/components/pages/RegistrationLoginFirstStep/styles.js +0 -20
  23. package/src/assets/images/chatPopup/Spinner.gif +0 -0
  24. package/src/assets/images/chatPopup/close.svg +0 -3
  25. package/src/assets/images/chatPopup/defaultImage.png +0 -0
  26. package/src/assets/images/chatPopup/defaultProfile.png +0 -0
  27. package/src/assets/images/chatPopup/doc.svg +0 -1
  28. package/src/assets/images/chatPopup/document.svg +0 -1
  29. package/src/assets/images/chatPopup/iconChat.svg +0 -19
  30. package/src/assets/images/chatPopup/iconPlus.svg +0 -3
  31. package/src/assets/images/chatPopup/pdf.svg +0 -75
  32. package/src/assets/images/chatPopup/remove.svg +0 -4
  33. package/src/assets/images/chatPopup/send.svg +0 -3
  34. package/src/assets/images/chatPopup/svgIcon.svg +0 -109
  35. package/src/assets/images/chatPopup/upload_file.svg +0 -3
  36. package/src/assets/images/chatPopup/xls.svg +0 -53
  37. package/src/assets/images/customSelect/starIcon.svg +0 -14
  38. package/src/components/atoms/ChatPopUp/ChatPopUp.stories.js +0 -11
  39. package/src/components/atoms/ChatPopUp/index.js +0 -541
  40. package/src/components/atoms/ChatPopUp/styles.js +0 -278
  41. package/src/components/atoms/ChatPopUp/utils/handlersChat.js +0 -104
  42. package/src/components/atoms/Tooltip/Tooltip.stories.js +0 -15
  43. package/src/components/atoms/Tooltip/index.js +0 -35
  44. package/src/components/atoms/Tooltip/styles.js +0 -5
package/.env.development CHANGED
@@ -21,11 +21,8 @@ REACT_APP_READ_REQUIRED_ORDERS=https://fc069ovhuk.execute-api.us-east-1.amazonaw
21
21
  REACT_APP_CATEGORY_ENDPOINT=https://fc069ovhuk.execute-api.us-east-1.amazonaws.com/dev/categories
22
22
  REACT_APP_READ_PROVIDERS=https://fc069ovhuk.execute-api.us-east-1.amazonaws.com/dev/providers
23
23
  REACT_APP_PENDING_INVITATIONS=https://fc069ovhuk.execute-api.us-east-1.amazonaws.com/dev/pending-invitations
24
- REACT_APP_POST_MESSAGE=https://fc069ovhuk.execute-api.us-east-1.amazonaws.com/dev/products-chat
25
- REACT_APP_KEY_UPLOAD_TO_S3=AKIA5CPHLQTT46EQ5TIK
26
- REACT_APP_ACCESS_KEY_UPLOAD_TO_S3=tZDdrmvwxM1cScspfxFM3XpU4HSYrCNPazyHd0BL
27
- REACT_APP_IMAGES_BUCKET=content-management-images
28
24
 
25
+ REACT_APP_IMAGES_BUCKET=content-management-images
29
26
  REACT_APP_KEY_UPLOAD_TO_S3=AKIA5CPHLQTT46EQ5TIK
30
27
  REACT_APP_IMAGES_PROFILE_BUCKET=content-management-profile
31
28
  REACT_APP_ACCESS_KEY_UPLOAD_TO_S3=tZDdrmvwxM1cScspfxFM3XpU4HSYrCNPazyHd0BL
@@ -11,8 +11,6 @@ var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/
11
11
 
12
12
  var _index = require("./index");
13
13
 
14
- var _starIcon = _interopRequireDefault(require("../../../assets/images/customSelect/starIcon.svg"));
15
-
16
14
  var _jsxRuntime = require("react/jsx-runtime");
17
15
 
18
16
  var _default = {
@@ -28,26 +26,29 @@ var Template = function Template(args) {
28
26
  var CustomSelectDefault = Template.bind({});
29
27
  exports.CustomSelectDefault = CustomSelectDefault;
30
28
  CustomSelectDefault.args = {
31
- // selectLabel: "Todos los departamentos",
29
+ selectLabel: "Todos los departamentos",
32
30
  defaultOption: "Todos los departamentos",
33
31
  options: [{
34
- id: 47,
35
- name: "Enero 2023",
36
- isSelected: true
32
+ id: 1,
33
+ value: "Decoración",
34
+ subOptions: [{
35
+ id: 1,
36
+ value: "Espejos"
37
+ }, {
38
+ id: 2,
39
+ value: "Persianas"
40
+ }]
41
+ }, {
42
+ id: 2,
43
+ value: "Eléctrico"
44
+ }, {
45
+ id: 3,
46
+ value: "Ferretería"
47
+ }, {
48
+ id: 4,
49
+ value: "Herramientas"
37
50
  }, {
38
- id: 49,
39
- name: "Mis Favoritos"
40
- }],
41
- onClickItem: function onClickItem(v, id) {
42
- if (v) {
43
- console.log("Agregar a la lista", id);
44
- } else {
45
- console.log("Eliminar a la lista", id);
46
- }
47
- },
48
- icon: _starIcon.default,
49
- showSearchBar: true,
50
- customOptions: /*#__PURE__*/(0, _jsxRuntime.jsx)("p", {
51
- children: "Esto es un customOptions"
52
- })
51
+ id: 5,
52
+ value: "Iluminación"
53
+ }]
53
54
  };
@@ -26,8 +26,7 @@ var SelecItem = function SelecItem(_ref) {
26
26
  customSelectId = _ref.customSelectId,
27
27
  setParameterArray = _ref.setParameterArray,
28
28
  activeFilters = _ref.activeFilters,
29
- setActiveFilters = _ref.setActiveFilters,
30
- onClickItem = _ref.onClickItem;
29
+ setActiveFilters = _ref.setActiveFilters;
31
30
 
32
31
  var _useState = (0, _react.useState)(false),
33
32
  _useState2 = (0, _slicedToArray2.default)(_useState, 2),
@@ -47,10 +46,6 @@ var SelecItem = function SelecItem(_ref) {
47
46
  id: "main-item-" + option.id,
48
47
  label: option.name,
49
48
  onChange: function onChange(e) {
50
- if (onClickItem) {
51
- onClickItem(e.target.checked, option.id);
52
- }
53
-
54
49
  var subOptions = option.subOptions;
55
50
  var filtersCopy = (0, _objectSpread2.default)({}, activeFilters);
56
51
 
@@ -113,10 +108,6 @@ var SelecItem = function SelecItem(_ref) {
113
108
  label: sub.name,
114
109
  defaultChecked: activeFilters[option.name] && activeFilters[option.name][sub.name],
115
110
  onChange: function onChange(e) {
116
- if (onClickItem) {
117
- onClickItem(e.target.checked, sub.id);
118
- }
119
-
120
111
  if (e.target.checked) {
121
112
  setParameterArray(function (current) {
122
113
  return [].concat((0, _toConsumableArray2.default)(current), [sub.id]).sort(function (a, b) {
@@ -42,9 +42,7 @@ var GalleryElement = function GalleryElement(_ref) {
42
42
  changeImage = _ref.changeImage,
43
43
  selectedImages = _ref.selectedImages,
44
44
  setSelectedImages = _ref.setSelectedImages,
45
- setCheckAll = _ref.setCheckAll,
46
- setSocketType = _ref.setSocketType,
47
- shotThd = _ref.shotThd;
45
+ setCheckAll = _ref.setCheckAll;
48
46
 
49
47
  var _useState = (0, _react.useState)(validation),
50
48
  _useState2 = (0, _slicedToArray2.default)(_useState, 2),
@@ -151,19 +149,6 @@ var GalleryElement = function GalleryElement(_ref) {
151
149
  index: number
152
150
  });
153
151
  }
154
- }), shotThd && /*#__PURE__*/(0, _jsxRuntime.jsx)(_Select.default, {
155
- width: "100%",
156
- placeholder: "Tipo de imagen THD",
157
- options: imageShotType,
158
- valueSelected: image.image_shot_type,
159
- onChange: function onChange(e) {
160
- changeImage({
161
- action: "changeShotType",
162
- attribute: "image_shot_type",
163
- value: +e.target.value,
164
- index: number
165
- });
166
- }
167
152
  })]
168
153
  })]
169
154
  })]
@@ -54,9 +54,6 @@ var GalleryHeader = function GalleryHeader(_ref) {
54
54
  }), /*#__PURE__*/(0, _jsxRuntime.jsx)("p", {
55
55
  className: "",
56
56
  children: "Tipo de empaque"
57
- }), shotThd && /*#__PURE__*/(0, _jsxRuntime.jsx)("p", {
58
- className: "",
59
- children: "Tipo de imagen THD"
60
57
  })]
61
58
  });
62
59
  };
@@ -13,8 +13,6 @@ var _index2 = require("../../atoms/GeneralButton/index");
13
13
 
14
14
  var _react = require("react");
15
15
 
16
- var _index3 = require("../../atoms/ChatPopUp/index");
17
-
18
16
  var _jsxRuntime = require("react/jsx-runtime");
19
17
 
20
18
  var HeaderTop = function HeaderTop(_ref) {
@@ -27,14 +25,11 @@ var HeaderTop = function HeaderTop(_ref) {
27
25
  ref: headerTop,
28
26
  children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_index.ScreenHeader, {
29
27
  text: "Edici\xF3n de producto"
30
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
31
- className: "buttons-top",
32
- children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_index2.Button, {
33
- buttonType: "close-button",
34
- onClick: function onClick() {
35
- window.location.href = "/products";
36
- }
37
- })
28
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_index2.Button, {
29
+ buttonType: "close-button",
30
+ onClick: function onClick() {
31
+ window.location.href = "/products";
32
+ }
38
33
  })]
39
34
  });
40
35
  };
@@ -13,6 +13,6 @@ var _styledComponents = _interopRequireDefault(require("styled-components"));
13
13
 
14
14
  var _templateObject;
15
15
 
16
- var Container = _styledComponents.default.div(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n justify-content: space-between;\n .buttons-top {\n display: flex;\n align-items: center;\n }\n"])));
16
+ var Container = _styledComponents.default.div(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n justify-content: space-between;\n"])));
17
17
 
18
18
  exports.Container = Container;
@@ -615,7 +615,7 @@ var RetailerProductEdition = function RetailerProductEdition(_ref) {
615
615
  break;
616
616
 
617
617
  case 12:
618
- arr = ["AS", "CA", "RC", "RA"];
618
+ arr = ["AS", "CA", "RC", "RA", "RP", "RCA"];
619
619
  return _context4.abrupt("break", 20);
620
620
 
621
621
  case 14:
@@ -762,8 +762,7 @@ var RetailerProductEdition = function RetailerProductEdition(_ref) {
762
762
  setSocketType: setSocketType,
763
763
  changeImage: setImages,
764
764
  selectedImages: selectedImages,
765
- setSelectedImages: setSelectedImages,
766
- shotThd: shotThd
765
+ setSelectedImages: setSelectedImages
767
766
  }, index + "-" + imageType.name);
768
767
  });
769
768
  };
package/package.json CHANGED
@@ -1,15 +1,11 @@
1
1
  {
2
2
  "name": "contentoh-components-library",
3
- "version": "21.2.79",
3
+ "version": "21.2.80",
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.4",
10
- "@emotion/styled": "^11.10.4",
11
- "@mui/material": "^5.10.8",
12
- "@mui/styled-engine-sc": "^5.10.6",
13
9
  "@storybook/addon-postcss": "^2.0.0",
14
10
  "@testing-library/jest-dom": "^5.11.4",
15
11
  "@testing-library/react": "^11.1.0",
@@ -23,7 +19,6 @@
23
19
  "draft-js": "^0.11.7",
24
20
  "file-saver": "^2.0.5",
25
21
  "js-base64": "^3.7.2",
26
- "moment": "^2.29.4",
27
22
  "prop-types": "^15.7.2",
28
23
  "react": "^17.0.2",
29
24
  "react-chartjs-2": "^4.0.1",
@@ -1,5 +1,4 @@
1
1
  import { CustomSelect } from "./index";
2
- import iconStar from "../../../assets/images/customSelect/starIcon.svg";
3
2
 
4
3
  export default {
5
4
  title: "Components/molecules/CustomSelect",
@@ -9,27 +8,20 @@ export default {
9
8
  const Template = (args) => <CustomSelect {...args} />;
10
9
  export const CustomSelectDefault = Template.bind({});
11
10
  CustomSelectDefault.args = {
12
- // selectLabel: "Todos los departamentos",
11
+ selectLabel: "Todos los departamentos",
13
12
  defaultOption: "Todos los departamentos",
14
13
  options: [
15
- {
16
- id: 47,
17
- name: "Enero 2023",
18
- isSelected: true,
19
- },
20
- {
21
- id: 49,
22
- name: "Mis Favoritos",
14
+ {
15
+ id: 1,
16
+ value: "Decoración",
17
+ subOptions: [
18
+ { id: 1, value: "Espejos" },
19
+ { id: 2, value: "Persianas" },
20
+ ],
23
21
  },
22
+ { id: 2, value: "Eléctrico" },
23
+ { id: 3, value: "Ferretería" },
24
+ { id: 4, value: "Herramientas" },
25
+ { id: 5, value: "Iluminación" },
24
26
  ],
25
- onClickItem: (v, id) => {
26
- if (v) {
27
- console.log("Agregar a la lista", id);
28
- } else {
29
- console.log("Eliminar a la lista", id);
30
- }
31
- },
32
- icon: iconStar,
33
- showSearchBar: true,
34
- customOptions: <p>Esto es un customOptions</p>
35
27
  };
@@ -7,7 +7,6 @@ export const SelecItem = ({
7
7
  setParameterArray,
8
8
  activeFilters,
9
9
  setActiveFilters,
10
- onClickItem,
11
10
  }) => {
12
11
  const [showSubOptions, setShowSubOptions] = useState(false);
13
12
  const [chkGlobal, setChkGlobal] = useState(false);
@@ -18,9 +17,6 @@ export const SelecItem = ({
18
17
  id={"main-item-" + option.id}
19
18
  label={option.name}
20
19
  onChange={(e) => {
21
- if (onClickItem) {
22
- onClickItem(e.target.checked, option.id)
23
- }
24
20
  const subOptions = option.subOptions;
25
21
  const filtersCopy = { ...activeFilters };
26
22
  if (subOptions) {
@@ -81,9 +77,6 @@ export const SelecItem = ({
81
77
  activeFilters[option.name][sub.name]
82
78
  }
83
79
  onChange={(e) => {
84
- if (onClickItem) {
85
- onClickItem(e.target.checked, sub.id)
86
- }
87
80
  if (e.target.checked) {
88
81
  setParameterArray((current) =>
89
82
  [...current, sub.id].sort((a, b) => a - b)
@@ -21,8 +21,6 @@ export const GalleryElement = ({
21
21
  selectedImages,
22
22
  setSelectedImages,
23
23
  setCheckAll,
24
- setSocketType,
25
- shotThd,
26
24
  }) => {
27
25
  const [statusValidation, setStatusValidation] = useState(validation);
28
26
  const [showValidationPanel, setShowValidationPanel] = useState(false);
@@ -120,22 +118,6 @@ export const GalleryElement = ({
120
118
  });
121
119
  }}
122
120
  />
123
- {shotThd && (
124
- <Select
125
- width="100%"
126
- placeholder="Tipo de imagen THD"
127
- options={imageShotType}
128
- valueSelected={image.image_shot_type}
129
- onChange={(e) => {
130
- changeImage({
131
- action: "changeShotType",
132
- attribute: "image_shot_type",
133
- value: +e.target.value,
134
- index: number,
135
- });
136
- }}
137
- />
138
- )}
139
121
  </>
140
122
  )}
141
123
  </div>
@@ -20,7 +20,6 @@ export const GalleryHeader = ({ setCheckAll, setSelectedImages, shotThd }) => {
20
20
  <p className="">Tipo de toma</p>
21
21
  <p className="">Tipo de imagen</p>
22
22
  <p className="">Tipo de empaque</p>
23
- {shotThd && <p className="">Tipo de imagen THD</p>}
24
23
  </Container>
25
24
  );
26
25
  };
@@ -2,7 +2,6 @@ import { Container } from "./styles";
2
2
  import { ScreenHeader } from "../../atoms/ScreenHeader/index";
3
3
  import { Button } from "../../atoms/GeneralButton/index";
4
4
  import { useEffect, useRef } from "react";
5
- import { ChatPopUp } from "../../atoms/ChatPopUp/index";
6
5
 
7
6
  export const HeaderTop = ({ setHeaderTop }) => {
8
7
  const headerTop = useRef();
@@ -14,15 +13,12 @@ export const HeaderTop = ({ setHeaderTop }) => {
14
13
  return (
15
14
  <Container ref={headerTop}>
16
15
  <ScreenHeader text="Edición de producto" />
17
- <div className="buttons-top">
18
- {/* <ChatPopUp /> */}
19
- <Button
20
- buttonType="close-button"
21
- onClick={() => {
22
- window.location.href = `/products`;
23
- }}
24
- />
25
- </div>
16
+ <Button
17
+ buttonType="close-button"
18
+ onClick={() => {
19
+ window.location.href = `/products`;
20
+ }}
21
+ />
26
22
  </Container>
27
23
  );
28
24
  };
@@ -3,8 +3,4 @@ import styled from "styled-components";
3
3
  export const Container = styled.div`
4
4
  display: flex;
5
5
  justify-content: space-between;
6
- .buttons-top {
7
- display: flex;
8
- align-items: center;
9
- }
10
6
  `;
@@ -302,7 +302,7 @@ export const RetailerProductEdition = ({
302
302
  switch (user.id_role) {
303
303
  case 7:
304
304
  case 8:
305
- arr = ["AS", "CA", "RC", "RA"];
305
+ arr = ["AS", "CA", "RC", "RA", "RP", "RCA"];
306
306
  break;
307
307
  case 4:
308
308
  case 5:
@@ -435,7 +435,6 @@ export const RetailerProductEdition = ({
435
435
  changeImage={setImages}
436
436
  selectedImages={selectedImages}
437
437
  setSelectedImages={setSelectedImages}
438
- shotThd={shotThd}
439
438
  />
440
439
  ));
441
440
  };
@@ -1,48 +0,0 @@
1
- "use strict";
2
-
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
4
-
5
- Object.defineProperty(exports, "__esModule", {
6
- value: true
7
- });
8
- exports.default = exports.StatusTagDefault = void 0;
9
-
10
- var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectSpread2"));
11
-
12
- var _index = require("./index");
13
-
14
- var _variables = require("../../../global-files/variables");
15
-
16
- var _jsxRuntime = require("react/jsx-runtime");
17
-
18
- var status = _variables.GlobalStatus;
19
- var _default = {
20
- title: "Components/atoms/StatusTag",
21
- component: _index.StatusTag,
22
- argTypes: {
23
- statusType: {
24
- options: status,
25
- control: {
26
- type: "select"
27
- }
28
- },
29
- ovalForm: {
30
- options: [true, false],
31
- control: {
32
- type: "boolean"
33
- }
34
- }
35
- }
36
- };
37
- exports.default = _default;
38
-
39
- var Template = function Template(args) {
40
- return /*#__PURE__*/(0, _jsxRuntime.jsx)(_index.StatusTag, (0, _objectSpread2.default)({}, args));
41
- };
42
-
43
- var StatusTagDefault = Template.bind({});
44
- exports.StatusTagDefault = StatusTagDefault;
45
- StatusTagDefault.args = {
46
- statusType: "-",
47
- ovalForm: false
48
- };
@@ -1,58 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.StatusTag = void 0;
7
-
8
- var _styles = require("./styles");
9
-
10
- var _jsxRuntime = require("react/jsx-runtime");
11
-
12
- var StatusTag = function StatusTag(_ref) {
13
- var statusType = _ref.statusType,
14
- ovalForm = _ref.ovalForm;
15
-
16
- var getShortStatus = function getShortStatus(status) {
17
- switch (status) {
18
- case "COMPLETED":
19
- return "C";
20
-
21
- case "RECEPTION":
22
- return "Pr";
23
-
24
- case "NULL":
25
- return "-";
26
-
27
- case "RECEIVED":
28
- return "Rc";
29
-
30
- case "IN_PROGRESS":
31
- return "P";
32
-
33
- case "ASSIGNED":
34
- return "As";
35
-
36
- case "APPROVED":
37
- return "Ap";
38
-
39
- case "VALIDATING":
40
- return "V";
41
-
42
- case "PAID_OUT":
43
- return "Po";
44
-
45
- default:
46
- return status;
47
- }
48
- };
49
-
50
- return /*#__PURE__*/(0, _jsxRuntime.jsx)(_styles.Container, {
51
- className: "status-".concat(getShortStatus(statusType), " ").concat(ovalForm && "oval-form"),
52
- children: /*#__PURE__*/(0, _jsxRuntime.jsx)("p", {
53
- children: getShortStatus(statusType)
54
- })
55
- });
56
- };
57
-
58
- exports.StatusTag = StatusTag;
@@ -1,20 +0,0 @@
1
- "use strict";
2
-
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
4
-
5
- Object.defineProperty(exports, "__esModule", {
6
- value: true
7
- });
8
- exports.Container = void 0;
9
-
10
- var _taggedTemplateLiteral2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/taggedTemplateLiteral"));
11
-
12
- var _styledComponents = _interopRequireDefault(require("styled-components"));
13
-
14
- var _variables = require("../../../global-files/variables");
15
-
16
- var _templateObject;
17
-
18
- var Container = _styledComponents.default.div(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n width: fit-content;\n padding: 0 10px;\n height: 20px;\n background-color: ", ";\n border-radius: 3px;\n\n p {\n text-align: center;\n color: ", ";\n font-family: ", ";\n font-size: 12px;\n line-height: 20px;\n }\n\n &.status-As,\n &.status-P,\n &.status-IN_PROGRESS,\n &.status-QF {\n background-color: ", ";\n }\n\n &.status-Pr,\n &.status-Rr,\n &.status-Rc {\n background-color: ", ";\n }\n\n &.status-AA,\n &.status-AP,\n &.status-AC,\n &.status-AF {\n background-color: ", ";\n }\n\n &.status-RA,\n &.status-RF,\n &.status-RP,\n &.status-RC {\n background-color: ", ";\n }\n\n &.status-Dat,\n &.status-Dsc,\n &.status-Imgs {\n background-color: ", ";\n }\n\n &.status-Ex {\n background-color: ", ";\n }\n\n &.status-DDI {\n background-color: ", ";\n }\n\n &.status-GLD {\n background-color: ", ";\n }\n\n &.status-TAB {\n background-color: ", ";\n }\n\n &.status-Pt {\n background-color: ", ";\n color: ", ";\n }\n\n &.oval-form {\n border-radius: 10px;\n }\n"])), _variables.GlobalColors.s3, _variables.GlobalColors.white, _variables.FontFamily.Lato, _variables.GlobalColors.in_progress, _variables.GlobalColors.reception, _variables.GlobalColors.finished, _variables.GlobalColors.rejected_status, _variables.GlobalColors.s4, _variables.GlobalColors.exported, _variables.GlobalColors.original_purpura, _variables.GlobalColors.in_progress, _variables.GlobalColors.deep_gray, _variables.GlobalColors.s2, _variables.GlobalColors.s4);
19
-
20
- exports.Container = Container;
@@ -1,37 +0,0 @@
1
- "use strict";
2
-
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
4
-
5
- Object.defineProperty(exports, "__esModule", {
6
- value: true
7
- });
8
- exports.default = exports.RegistrationLoginFirstStepDefault = void 0;
9
-
10
- var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectSpread2"));
11
-
12
- var _index = require("./index");
13
-
14
- var _loginImage = _interopRequireDefault(require("../../../assets/images/carouselImagesLogin/loginImage.svg"));
15
-
16
- var _login = _interopRequireDefault(require("../../../assets/images/carouselImagesLogin/login2.svg"));
17
-
18
- var _login2 = _interopRequireDefault(require("../../../assets/images/carouselImagesLogin/login3.svg"));
19
-
20
- var _jsxRuntime = require("react/jsx-runtime");
21
-
22
- var _default = {
23
- title: "Components/pages/RegistrationLoginFirstStep",
24
- component: _index.RegistrationLoginFirstStep
25
- };
26
- exports.default = _default;
27
-
28
- var Template = function Template(args) {
29
- return /*#__PURE__*/(0, _jsxRuntime.jsx)(_index.RegistrationLoginFirstStep, (0, _objectSpread2.default)({}, args));
30
- };
31
-
32
- var RegistrationLoginFirstStepDefault = Template.bind({});
33
- exports.RegistrationLoginFirstStepDefault = RegistrationLoginFirstStepDefault;
34
- RegistrationLoginFirstStepDefault.args = {
35
- imageArrayCarousel: [_loginImage.default, _login.default, _login2.default],
36
- textCarousel: "Elige la plataforma que conecta proovedores y retailers"
37
- };