contentoh-components-library 21.4.44 → 21.4.46
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.
- package/dist/components/molecules/BoxAttribute/index.js +13 -4
- package/dist/components/molecules/BoxButtons/index.js +4 -1
- package/dist/components/organisms/Box/index.js +44 -7
- package/dist/components/organisms/BoxOnboarding/index.js +37 -48
- package/dist/components/organisms/InputGroup/index.js +17 -19
- package/dist/components/pages/ProviderProductEdition/index.js +34 -16
- package/package.json +1 -1
- package/src/components/molecules/BoxAttribute/index.js +48 -37
- package/src/components/molecules/BoxButtons/index.js +3 -2
- package/src/components/organisms/Box/index.js +71 -40
- package/src/components/organisms/BoxOnboarding/index.js +60 -71
- package/src/components/organisms/InputGroup/index.js +120 -114
- package/src/components/pages/ProviderProductEdition/index.js +48 -22
- package/src/components/pages/ProviderProductEdition/out.json +0 -0
- package/dist/assets/images/Icons/delete.svg +0 -8
- package/dist/assets/images/Icons/edit.svg +0 -3
- package/dist/components/molecules/ButtonsAssignation/ButtonsAssignation.stories.js +0 -34
- package/dist/components/molecules/ButtonsAssignation/index.js +0 -142
- package/dist/components/molecules/ButtonsAssignation/styles.js +0 -20
- package/dist/components/molecules/ButtonsEdition/ButtonsEdition.stories.js +0 -34
- package/dist/components/molecules/ButtonsEdition/index.js +0 -182
- package/dist/components/molecules/ButtonsEdition/styles.js +0 -24
- package/dist/components/molecules/ProductSkuStatus/ProductSkuStatus.stories.js +0 -64
- package/dist/components/molecules/ProductSkuStatus/index.js +0 -36
- package/dist/components/molecules/ProductSkuStatus/styles.js +0 -18
- package/dist/components/molecules/Validation/Validation.stories.js +0 -28
- package/dist/components/molecules/Validation/index.js +0 -77
- package/dist/components/molecules/Validation/styles.js +0 -18
- package/dist/components/organisms/BarButtons/BarButtons.stories.js +0 -30
- package/dist/components/organisms/BarButtons/index.js +0 -61
- package/dist/components/organisms/BarButtons/styles.js +0 -18
- package/dist/components/pages/ProviderProductEdition1/ProviderProductEdition.stories.js +0 -222
- package/dist/components/pages/ProviderProductEdition1/index.js +0 -2339
- package/dist/components/pages/ProviderProductEdition1/styles.js +0 -23
|
@@ -1,23 +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 display: flex;\n flex-direction: column;\n height: 100%;\n flex: 1;\n overflow: auto;\n\n .data-container {\n display: flex;\n flex-direction:row-reverse;\n flex: 0%;\n height: calc(100% - ", "px);\n .image-data-panel {\n width: 340px;\n\n & + * {\n margin-left: 10px;\n }\n }\n\n .product-information {\n width: 100%;\n display: flex;\n flex-direction: column;\n\n .services-information-container {\n height: 100%;\n overflow: auto;\n }\n\n .image-services {\n aside {\n display: grid;\n grid-template-columns: repeat(auto-fill, 179px);\n column-gap: 15px;\n row-gap: 15px;\n padding: 20px;\n }\n }\n\n .commentary-box {\n display: flex;\n justify-content: space-between;\n align-items: flex-end;\n padding: 10px;\n padding-left: 0;\n\n .commentary {\n display: flex;\n align-items: flex-end;\n\n .input-container {\n width: 500px;\n\n .quill {\n height: 100px;\n }\n\n & + * {\n margin-left: 5px;\n }\n }\n\n .buttons-box {\n display: flex;\n width: 210px;\n flex-wrap: wrap;\n\n .general-transparent-button {\n & + * {\n margin-top: 5px;\n }\n }\n\n .general-transparent-button,\n .general-green-button,\n .general-button-disabled {\n width: fit-content;\n min-width: 201px;\n height: 40px;\n }\n }\n }\n }\n\n .feedback-box {\n display: flex;\n }\n\n .required-inputs-message {\n font-family: ", ";\n font-size: 13px;\n color: ", ";\n padding: 10px;\n display: flex;\n align-items: center;\n\n p + * {\n margin-top: 10px;\n }\n\n button {\n min-width: fit-content;\n }\n }\n }\n }\n #modal-message-box {\n width: 400px;\n height: 100px;\n }\n .container {\n width: 100%;\n height: 100%;\n .dropzone {\n height: 100%;\n width: 100%;\n }\n }\n"])), function (_ref) {
|
|
19
|
-
var headerTop = _ref.headerTop;
|
|
20
|
-
return headerTop;
|
|
21
|
-
}, _variables.FontFamily.AvenirNext, _variables.GlobalColors.s4);
|
|
22
|
-
|
|
23
|
-
exports.Container = Container;
|