contentoh-components-library 21.0.28 → 21.0.31
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/.env.development +18 -3
- package/.env.production +16 -1
- package/CHANGELOG.md +31 -33
- package/dist/assets/images/generalButton/downloadIcon.svg +3 -0
- package/dist/assets/images/modalsSVGs/attributesSent.svg +208 -0
- package/dist/assets/images/modalsSVGs/descriptionSent.svg +237 -0
- package/dist/assets/images/modalsSVGs/providerSent.svg +445 -0
- package/dist/assets/images/modalsSVGs/uploadingImages.svg +148 -0
- package/dist/components/atoms/AsignationOption/index.js +9 -5
- package/dist/components/atoms/AsignationOption/styles.js +1 -1
- package/dist/components/{molecules/SignInLogin/SignInLogin.stories.js → atoms/CharCounter/CharCounter.stories.js} +10 -7
- package/dist/components/atoms/CharCounter/index.js +22 -0
- package/dist/components/{molecules/ApproveRejetPanel → atoms/CharCounter}/styles.js +3 -1
- package/dist/components/atoms/CheckBox/index.js +4 -2
- package/dist/components/atoms/Commentary/Commentary.stories.js +1 -0
- package/dist/components/atoms/Commentary/index.js +23 -0
- package/dist/components/atoms/{VerticalSideMenuMainPage → Commentary}/styles.js +6 -1
- package/dist/components/atoms/GeneralButton/index.js +5 -0
- package/dist/components/atoms/GeneralButton/styles.js +4 -2
- package/dist/components/atoms/GeneralInput/index.js +73 -24
- package/dist/components/atoms/GeneralInput/styles.js +7 -1
- package/dist/components/atoms/GenericModal/index.js +4 -2
- package/dist/components/atoms/GenericModal/styles.js +1 -1
- package/dist/components/atoms/Input/index.js +26 -0
- package/dist/components/atoms/Input/style.js +26 -0
- package/dist/components/{organisms/ChangePassword/ChangePassword.stories.js → atoms/InputFormatter/Wysiwyg.stories.js} +9 -7
- package/dist/components/atoms/InputFormatter/index.js +185 -0
- package/dist/components/atoms/InputFormatter/styles.js +33 -0
- package/dist/components/atoms/LabelToInput/index.js +53 -0
- package/dist/components/atoms/LabelToInput/style.js +22 -0
- package/dist/components/atoms/Loading/index.js +1 -2
- package/dist/components/atoms/Loading/styles.js +8 -4
- package/dist/components/atoms/Percent/Percent.stories.js +39 -0
- package/dist/components/atoms/Percent/index.js +39 -0
- package/dist/components/atoms/Percent/styles.js +20 -0
- package/dist/components/atoms/PriorityFlag/index.js +1 -1
- package/dist/components/atoms/ProductImage/styles.js +1 -1
- package/dist/components/atoms/ProgressBar/index.js +2 -2
- package/dist/components/atoms/ProgressBar/styles.js +3 -5
- package/dist/components/atoms/ScreenHeader/index.js +1 -1
- package/dist/components/atoms/ScreenHeader/styles.js +1 -1
- package/dist/components/atoms/Select/index.js +39 -0
- package/dist/components/atoms/Select/style.js +32 -0
- package/dist/components/atoms/StatusTag/index.js +37 -2
- package/dist/components/atoms/StatusTag/styles.js +1 -1
- package/dist/components/atoms/ValidationPanel/index.js +4 -3
- package/dist/components/molecules/AvatarAndValidation/index.js +17 -7
- package/dist/components/molecules/AvatarAndValidation/styles.js +1 -1
- package/dist/components/molecules/CarouselImagesLogin/index.js +42 -40
- package/dist/components/molecules/FeaturesBar/index.js +1 -1
- package/dist/components/molecules/GalleryElement/index.js +80 -21
- package/dist/components/molecules/GalleryElement/styles.js +1 -1
- package/dist/components/molecules/GalleryHeader/index.js +28 -6
- package/dist/components/molecules/GalleryHeader/styles.js +1 -1
- package/dist/components/molecules/ImageSelector/index.js +2 -4
- package/dist/components/molecules/ProductNameHeader/index.js +1 -2
- package/dist/components/molecules/RetailerSelector/RetailerSelector.stories.js +48 -0
- package/dist/components/molecules/RetailerSelector/index.js +74 -0
- package/dist/components/{atoms/MenuCommercialRetailers → molecules/RetailerSelector}/styles.js +1 -1
- package/dist/components/molecules/StatusAsignationInfo/index.js +46 -25
- package/dist/components/molecules/StatusAsignationInfo/styles.js +1 -1
- package/dist/components/molecules/TableHeader/index.js +12 -5
- package/dist/components/molecules/TableHeader/styles.js +1 -1
- package/dist/components/molecules/TagAndInput/index.js +26 -2
- package/dist/components/molecules/TextAndGradient/TextAndGradient.stories.js +31 -0
- package/dist/components/molecules/TextAndGradient/index.js +36 -0
- package/dist/components/molecules/TextAndGradient/styles.js +18 -0
- package/dist/components/organisms/FullProductNameHeader/index.js +32 -8
- package/dist/components/organisms/FullTabsMenu/index.js +18 -5
- package/dist/components/organisms/ImageDataTable/index.js +90 -14
- package/dist/components/organisms/InputGroup/index.js +34 -13
- package/dist/components/organisms/InputGroup/styles.js +1 -1
- package/dist/components/organisms/ProductImageModal/index.js +15 -11
- package/dist/components/organisms/ProductImageModal/styles.js +1 -1
- package/dist/components/pages/RetailerProductEdition/RetailerProductEdition.stories.js +109 -347
- package/dist/components/pages/RetailerProductEdition/index.js +1589 -59
- package/dist/components/pages/RetailerProductEdition/styles.js +1 -1
- package/dist/global-files/data.js +212 -53
- package/dist/global-files/global-styles.css +1 -0
- package/dist/global-files/variables.js +1 -0
- package/dist/index.js +30 -238
- package/package.json +12 -10
- package/src/assets/images/generalButton/downloadIcon.svg +3 -0
- package/src/assets/images/modalsSVGs/attributesSent.svg +208 -0
- package/src/assets/images/modalsSVGs/descriptionSent.svg +237 -0
- package/src/assets/images/modalsSVGs/providerSent.svg +445 -0
- package/src/assets/images/modalsSVGs/uploadingImages.svg +148 -0
- package/src/components/atoms/AsignationOption/index.js +7 -5
- package/src/components/atoms/AsignationOption/styles.js +9 -1
- package/src/components/atoms/CharCounter/CharCounter.stories.js +11 -0
- package/src/components/atoms/CharCounter/index.js +13 -0
- package/src/components/atoms/CharCounter/styles.js +10 -0
- package/src/components/atoms/CheckBox/index.js +8 -2
- package/src/components/atoms/Commentary/Commentary.stories.js +0 -0
- package/src/components/atoms/Commentary/index.js +9 -0
- package/src/components/atoms/Commentary/styles.js +16 -0
- package/src/components/atoms/GeneralButton/index.js +9 -2
- package/src/components/atoms/GeneralButton/styles.js +23 -0
- package/src/components/atoms/GeneralInput/index.js +71 -21
- package/src/components/atoms/GeneralInput/styles.js +11 -1
- package/src/components/atoms/GenericModal/index.js +2 -2
- package/src/components/atoms/GenericModal/styles.js +10 -2
- package/src/components/atoms/Input/index.js +15 -0
- package/src/components/atoms/Input/style.js +31 -0
- package/src/components/atoms/InputFormatter/Wysiwyg.stories.js +12 -0
- package/src/components/atoms/InputFormatter/index.js +141 -0
- package/src/components/atoms/InputFormatter/styles.js +40 -0
- package/src/components/atoms/LabelToInput/index.js +26 -0
- package/src/components/atoms/LabelToInput/style.js +41 -0
- package/src/components/atoms/Loading/index.js +4 -5
- package/src/components/atoms/Loading/styles.js +43 -43
- package/src/components/atoms/PriorityFlag/index.js +1 -1
- package/src/components/atoms/ProductImage/styles.js +1 -1
- package/src/components/atoms/ProgressBar/index.js +2 -2
- package/src/components/atoms/ProgressBar/styles.js +54 -3
- package/src/components/atoms/ScreenHeader/index.js +7 -3
- package/src/components/atoms/ScreenHeader/styles.js +9 -2
- package/src/components/atoms/Select/index.js +35 -0
- package/src/components/atoms/Select/style.js +76 -0
- package/src/components/atoms/StatusTag/index.js +30 -2
- package/src/components/atoms/StatusTag/styles.js +15 -3
- package/src/components/atoms/ValidationPanel/index.js +3 -3
- package/src/components/molecules/AvatarAndValidation/index.js +24 -6
- package/src/components/molecules/AvatarAndValidation/styles.js +1 -1
- package/src/components/molecules/CarouselImagesLogin/index.js +37 -34
- package/src/components/molecules/FeaturesBar/index.js +10 -7
- package/src/components/molecules/GalleryElement/index.js +75 -36
- package/src/components/molecules/GalleryElement/styles.js +38 -11
- package/src/components/molecules/GalleryHeader/index.js +14 -8
- package/src/components/molecules/GalleryHeader/styles.js +16 -0
- package/src/components/molecules/ImageSelector/index.js +2 -3
- package/src/components/molecules/ProductNameHeader/index.js +1 -2
- package/src/components/molecules/RetailerSelector/RetailerSelector.stories.js +35 -0
- package/src/components/molecules/RetailerSelector/index.js +63 -0
- package/src/components/molecules/RetailerSelector/styles.js +18 -0
- package/src/components/molecules/StatusAsignationInfo/index.js +62 -38
- package/src/components/molecules/StatusAsignationInfo/styles.js +12 -2
- package/src/components/molecules/TableHeader/index.js +16 -3
- package/src/components/molecules/TableHeader/styles.js +5 -0
- package/src/components/molecules/TagAndInput/index.js +24 -0
- package/src/components/organisms/FullProductNameHeader/index.js +28 -7
- package/src/components/organisms/FullTabsMenu/index.js +15 -3
- package/src/components/organisms/ImageDataTable/index.js +89 -11
- package/src/components/organisms/InputGroup/index.js +46 -11
- package/src/components/organisms/InputGroup/styles.js +3 -0
- package/src/components/organisms/ProductImageModal/index.js +20 -12
- package/src/components/organisms/ProductImageModal/styles.js +3 -0
- package/src/components/pages/RetailerProductEdition/RetailerProductEdition.stories.js +117 -343
- package/src/components/pages/RetailerProductEdition/index.js +1225 -46
- package/src/components/pages/RetailerProductEdition/styles.js +67 -4
- package/src/global-files/data.js +156 -57
- package/src/global-files/global-styles.css +1 -0
- package/src/global-files/variables.js +1 -0
- package/src/index.js +1 -17
- package/dist/assets/images/carouselImagesLogin/login2.svg +0 -117
- package/dist/assets/images/carouselImagesLogin/login3.svg +0 -147
- package/dist/assets/images/carouselImagesLogin/loginImage.svg +0 -301
- package/dist/components/atoms/ListCommercialRetailers/ListCommercialRetailers.stories.js +0 -36
- package/dist/components/atoms/ListCommercialRetailers/index.js +0 -64
- package/dist/components/atoms/ListCommercialRetailers/styles.js +0 -20
- package/dist/components/atoms/Loading/Loading.stories.js +0 -28
- package/dist/components/atoms/MenuCommercialRetailers/MenuCommercialRetailers.stories.js +0 -37
- package/dist/components/atoms/MenuCommercialRetailers/index.js +0 -25
- package/dist/components/atoms/MenuProductImage/MenuProductImage.stories.js +0 -28
- package/dist/components/atoms/MenuProductImage/index.js +0 -88
- package/dist/components/atoms/MenuProductImage/styles.js +0 -20
- package/dist/components/atoms/VerticalSideMenuMainPage/VerticalSideMenuMainPage.stories.js +0 -22
- package/dist/components/atoms/VerticalSideMenuMainPage/index.js +0 -49
- package/dist/components/molecules/ApproveRejetPanel/ApproveRejetPanel.stories.js +0 -25
- package/dist/components/molecules/ApproveRejetPanel/index.js +0 -49
- package/dist/components/molecules/EmailResetPasswordLogin/EmailResetPasswordLogin.stories.js +0 -28
- package/dist/components/molecules/EmailResetPasswordLogin/index.js +0 -159
- package/dist/components/molecules/EmailResetPasswordLogin/styles.js +0 -20
- package/dist/components/molecules/RegistrationFirstStep/RegistrationFirstStep.stories.js +0 -28
- package/dist/components/molecules/RegistrationFirstStep/index.js +0 -371
- package/dist/components/molecules/RegistrationFirstStep/styles.js +0 -20
- package/dist/components/molecules/RegistrationSecondStep/RegistrationSecondStep.stories.js +0 -28
- package/dist/components/molecules/RegistrationSecondStep/index.js +0 -156
- package/dist/components/molecules/RegistrationSecondStep/styles.js +0 -20
- package/dist/components/molecules/RegistrationThirdStep/RegistrationThirdStep.stories.js +0 -28
- package/dist/components/molecules/RegistrationThirdStep/index.js +0 -161
- package/dist/components/molecules/RegistrationThirdStep/styles.js +0 -20
- package/dist/components/molecules/SignInLogin/index.js +0 -292
- package/dist/components/molecules/SignInLogin/styles.js +0 -20
- package/dist/components/molecules/VerificationCodeResetPasswordLogin/VerificationCodeResetPasswordLogin.stories.js +0 -28
- package/dist/components/molecules/VerificationCodeResetPasswordLogin/index.js +0 -104
- package/dist/components/molecules/VerificationCodeResetPasswordLogin/styles.js +0 -20
- package/dist/components/molecules/VerificationCodeResetPasswordLogin/utils.js +0 -69
- package/dist/components/organisms/ChangePassword/index.js +0 -113
- package/dist/components/organisms/ChangePassword/styles.js +0 -18
- package/src/components/atoms/Loading/Loading.stories.js +0 -10
- package/src/components/molecules/EmailResetPasswordLogin/EmailResetPasswordLogin.stories.js +0 -11
- package/src/components/molecules/EmailResetPasswordLogin/index.js +0 -87
- package/src/components/molecules/EmailResetPasswordLogin/styles.js +0 -23
- package/src/components/molecules/RegistrationFirstStep/RegistrationFirstStep.stories.js +0 -11
- package/src/components/molecules/RegistrationFirstStep/index.js +0 -259
- package/src/components/molecules/RegistrationFirstStep/styles.js +0 -81
- package/src/components/molecules/RegistrationSecondStep/RegistrationSecondStep.stories.js +0 -11
- package/src/components/molecules/RegistrationSecondStep/index.js +0 -97
- package/src/components/molecules/RegistrationSecondStep/styles.js +0 -59
- package/src/components/molecules/RegistrationThirdStep/RegistrationThirdStep.stories.js +0 -11
- package/src/components/molecules/RegistrationThirdStep/index.js +0 -109
- package/src/components/molecules/RegistrationThirdStep/styles.js +0 -44
- package/src/components/molecules/SignInLogin/SignInLogin.stories.js +0 -11
- package/src/components/molecules/SignInLogin/index.js +0 -205
- package/src/components/molecules/SignInLogin/styles.js +0 -78
- package/src/components/molecules/VerificationCodeResetPasswordLogin/VerificationCodeResetPasswordLogin.stories.js +0 -11
- package/src/components/molecules/VerificationCodeResetPasswordLogin/index.js +0 -78
- package/src/components/molecules/VerificationCodeResetPasswordLogin/styles.js +0 -49
- package/src/components/molecules/VerificationCodeResetPasswordLogin/utils.js +0 -56
- package/src/components/organisms/ChangePassword/ChangePassword.stories.js +0 -11
- package/src/components/organisms/ChangePassword/index.js +0 -63
- package/src/components/organisms/ChangePassword/styles.js +0 -16
package/dist/index.js
CHANGED
|
@@ -160,7 +160,7 @@ Object.keys(_index12).forEach(function (key) {
|
|
|
160
160
|
});
|
|
161
161
|
});
|
|
162
162
|
|
|
163
|
-
var _index13 = require("./components/atoms/
|
|
163
|
+
var _index13 = require("./components/atoms/PriorityFlag/index");
|
|
164
164
|
|
|
165
165
|
Object.keys(_index13).forEach(function (key) {
|
|
166
166
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -173,7 +173,7 @@ Object.keys(_index13).forEach(function (key) {
|
|
|
173
173
|
});
|
|
174
174
|
});
|
|
175
175
|
|
|
176
|
-
var _index14 = require("./components/atoms/
|
|
176
|
+
var _index14 = require("./components/atoms/ProductImage/index");
|
|
177
177
|
|
|
178
178
|
Object.keys(_index14).forEach(function (key) {
|
|
179
179
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -186,7 +186,7 @@ Object.keys(_index14).forEach(function (key) {
|
|
|
186
186
|
});
|
|
187
187
|
});
|
|
188
188
|
|
|
189
|
-
var _index15 = require("./components/atoms/
|
|
189
|
+
var _index15 = require("./components/atoms/ProgressBar/index");
|
|
190
190
|
|
|
191
191
|
Object.keys(_index15).forEach(function (key) {
|
|
192
192
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -199,7 +199,7 @@ Object.keys(_index15).forEach(function (key) {
|
|
|
199
199
|
});
|
|
200
200
|
});
|
|
201
201
|
|
|
202
|
-
var _index16 = require("./components/atoms/
|
|
202
|
+
var _index16 = require("./components/atoms/ScreenHeader/index");
|
|
203
203
|
|
|
204
204
|
Object.keys(_index16).forEach(function (key) {
|
|
205
205
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -212,7 +212,7 @@ Object.keys(_index16).forEach(function (key) {
|
|
|
212
212
|
});
|
|
213
213
|
});
|
|
214
214
|
|
|
215
|
-
var _index17 = require("./components/atoms/
|
|
215
|
+
var _index17 = require("./components/atoms/SideMenuButton/index");
|
|
216
216
|
|
|
217
217
|
Object.keys(_index17).forEach(function (key) {
|
|
218
218
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -225,7 +225,7 @@ Object.keys(_index17).forEach(function (key) {
|
|
|
225
225
|
});
|
|
226
226
|
});
|
|
227
227
|
|
|
228
|
-
var _index18 = require("./components/atoms/
|
|
228
|
+
var _index18 = require("./components/atoms/StatusTag/index");
|
|
229
229
|
|
|
230
230
|
Object.keys(_index18).forEach(function (key) {
|
|
231
231
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -238,7 +238,7 @@ Object.keys(_index18).forEach(function (key) {
|
|
|
238
238
|
});
|
|
239
239
|
});
|
|
240
240
|
|
|
241
|
-
var _index19 = require("./components/atoms/
|
|
241
|
+
var _index19 = require("./components/atoms/TabSection/index");
|
|
242
242
|
|
|
243
243
|
Object.keys(_index19).forEach(function (key) {
|
|
244
244
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -251,7 +251,7 @@ Object.keys(_index19).forEach(function (key) {
|
|
|
251
251
|
});
|
|
252
252
|
});
|
|
253
253
|
|
|
254
|
-
var _index20 = require("./components/atoms/
|
|
254
|
+
var _index20 = require("./components/atoms/ValidationPanel/index");
|
|
255
255
|
|
|
256
256
|
Object.keys(_index20).forEach(function (key) {
|
|
257
257
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -264,7 +264,7 @@ Object.keys(_index20).forEach(function (key) {
|
|
|
264
264
|
});
|
|
265
265
|
});
|
|
266
266
|
|
|
267
|
-
var _index21 = require("./components/
|
|
267
|
+
var _index21 = require("./components/molecules/AvatarAndValidation/index");
|
|
268
268
|
|
|
269
269
|
Object.keys(_index21).forEach(function (key) {
|
|
270
270
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -277,7 +277,7 @@ Object.keys(_index21).forEach(function (key) {
|
|
|
277
277
|
});
|
|
278
278
|
});
|
|
279
279
|
|
|
280
|
-
var _index22 = require("./components/molecules/
|
|
280
|
+
var _index22 = require("./components/molecules/EditionActiveImage/index");
|
|
281
281
|
|
|
282
282
|
Object.keys(_index22).forEach(function (key) {
|
|
283
283
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -290,20 +290,7 @@ Object.keys(_index22).forEach(function (key) {
|
|
|
290
290
|
});
|
|
291
291
|
});
|
|
292
292
|
|
|
293
|
-
var
|
|
294
|
-
|
|
295
|
-
Object.keys(_CarouselImagesLogin).forEach(function (key) {
|
|
296
|
-
if (key === "default" || key === "__esModule") return;
|
|
297
|
-
if (key in exports && exports[key] === _CarouselImagesLogin[key]) return;
|
|
298
|
-
Object.defineProperty(exports, key, {
|
|
299
|
-
enumerable: true,
|
|
300
|
-
get: function get() {
|
|
301
|
-
return _CarouselImagesLogin[key];
|
|
302
|
-
}
|
|
303
|
-
});
|
|
304
|
-
});
|
|
305
|
-
|
|
306
|
-
var _index23 = require("./components/molecules/EditionActiveImage/index");
|
|
293
|
+
var _index23 = require("./components/molecules/FeaturesBar/index");
|
|
307
294
|
|
|
308
295
|
Object.keys(_index23).forEach(function (key) {
|
|
309
296
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -316,7 +303,7 @@ Object.keys(_index23).forEach(function (key) {
|
|
|
316
303
|
});
|
|
317
304
|
});
|
|
318
305
|
|
|
319
|
-
var _index24 = require("./components/molecules/
|
|
306
|
+
var _index24 = require("./components/molecules/GalleryElement/index");
|
|
320
307
|
|
|
321
308
|
Object.keys(_index24).forEach(function (key) {
|
|
322
309
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -329,7 +316,7 @@ Object.keys(_index24).forEach(function (key) {
|
|
|
329
316
|
});
|
|
330
317
|
});
|
|
331
318
|
|
|
332
|
-
var _index25 = require("./components/molecules/
|
|
319
|
+
var _index25 = require("./components/molecules/HeaderTop/index");
|
|
333
320
|
|
|
334
321
|
Object.keys(_index25).forEach(function (key) {
|
|
335
322
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -342,7 +329,7 @@ Object.keys(_index25).forEach(function (key) {
|
|
|
342
329
|
});
|
|
343
330
|
});
|
|
344
331
|
|
|
345
|
-
var _index26 = require("./components/molecules/
|
|
332
|
+
var _index26 = require("./components/molecules/ImageSelector/index");
|
|
346
333
|
|
|
347
334
|
Object.keys(_index26).forEach(function (key) {
|
|
348
335
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -355,7 +342,7 @@ Object.keys(_index26).forEach(function (key) {
|
|
|
355
342
|
});
|
|
356
343
|
});
|
|
357
344
|
|
|
358
|
-
var _index27 = require("./components/molecules/
|
|
345
|
+
var _index27 = require("./components/molecules/PlanSelection/index");
|
|
359
346
|
|
|
360
347
|
Object.keys(_index27).forEach(function (key) {
|
|
361
348
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -368,7 +355,7 @@ Object.keys(_index27).forEach(function (key) {
|
|
|
368
355
|
});
|
|
369
356
|
});
|
|
370
357
|
|
|
371
|
-
var _index28 = require("./components/molecules/
|
|
358
|
+
var _index28 = require("./components/molecules/ProductNameHeader/index");
|
|
372
359
|
|
|
373
360
|
Object.keys(_index28).forEach(function (key) {
|
|
374
361
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -381,20 +368,7 @@ Object.keys(_index28).forEach(function (key) {
|
|
|
381
368
|
});
|
|
382
369
|
});
|
|
383
370
|
|
|
384
|
-
var
|
|
385
|
-
|
|
386
|
-
Object.keys(_LoginPasswordStrength).forEach(function (key) {
|
|
387
|
-
if (key === "default" || key === "__esModule") return;
|
|
388
|
-
if (key in exports && exports[key] === _LoginPasswordStrength[key]) return;
|
|
389
|
-
Object.defineProperty(exports, key, {
|
|
390
|
-
enumerable: true,
|
|
391
|
-
get: function get() {
|
|
392
|
-
return _LoginPasswordStrength[key];
|
|
393
|
-
}
|
|
394
|
-
});
|
|
395
|
-
});
|
|
396
|
-
|
|
397
|
-
var _index29 = require("./components/molecules/PlanSelection/index");
|
|
371
|
+
var _index29 = require("./components/molecules/StatusAsignationInfo/index");
|
|
398
372
|
|
|
399
373
|
Object.keys(_index29).forEach(function (key) {
|
|
400
374
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -407,7 +381,7 @@ Object.keys(_index29).forEach(function (key) {
|
|
|
407
381
|
});
|
|
408
382
|
});
|
|
409
383
|
|
|
410
|
-
var _index30 = require("./components/molecules/
|
|
384
|
+
var _index30 = require("./components/molecules/TableHeader/index");
|
|
411
385
|
|
|
412
386
|
Object.keys(_index30).forEach(function (key) {
|
|
413
387
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -420,7 +394,7 @@ Object.keys(_index30).forEach(function (key) {
|
|
|
420
394
|
});
|
|
421
395
|
});
|
|
422
396
|
|
|
423
|
-
var _index31 = require("./components/molecules/
|
|
397
|
+
var _index31 = require("./components/molecules/TableRow/index");
|
|
424
398
|
|
|
425
399
|
Object.keys(_index31).forEach(function (key) {
|
|
426
400
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -433,7 +407,7 @@ Object.keys(_index31).forEach(function (key) {
|
|
|
433
407
|
});
|
|
434
408
|
});
|
|
435
409
|
|
|
436
|
-
var _index32 = require("./components/molecules/
|
|
410
|
+
var _index32 = require("./components/molecules/TabsMenu/index");
|
|
437
411
|
|
|
438
412
|
Object.keys(_index32).forEach(function (key) {
|
|
439
413
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -446,7 +420,7 @@ Object.keys(_index32).forEach(function (key) {
|
|
|
446
420
|
});
|
|
447
421
|
});
|
|
448
422
|
|
|
449
|
-
var _index33 = require("./components/molecules/
|
|
423
|
+
var _index33 = require("./components/molecules/TagAndInput/index");
|
|
450
424
|
|
|
451
425
|
Object.keys(_index33).forEach(function (key) {
|
|
452
426
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -459,7 +433,7 @@ Object.keys(_index33).forEach(function (key) {
|
|
|
459
433
|
});
|
|
460
434
|
});
|
|
461
435
|
|
|
462
|
-
var _index34 = require("./components/molecules/
|
|
436
|
+
var _index34 = require("./components/molecules/TextAndGradient/index");
|
|
463
437
|
|
|
464
438
|
Object.keys(_index34).forEach(function (key) {
|
|
465
439
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -472,7 +446,7 @@ Object.keys(_index34).forEach(function (key) {
|
|
|
472
446
|
});
|
|
473
447
|
});
|
|
474
448
|
|
|
475
|
-
var _index35 = require("./components/
|
|
449
|
+
var _index35 = require("./components/organisms/Fullplan/index");
|
|
476
450
|
|
|
477
451
|
Object.keys(_index35).forEach(function (key) {
|
|
478
452
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -485,7 +459,7 @@ Object.keys(_index35).forEach(function (key) {
|
|
|
485
459
|
});
|
|
486
460
|
});
|
|
487
461
|
|
|
488
|
-
var _index36 = require("./components/
|
|
462
|
+
var _index36 = require("./components/organisms/FullProductNameHeader/index");
|
|
489
463
|
|
|
490
464
|
Object.keys(_index36).forEach(function (key) {
|
|
491
465
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -498,7 +472,7 @@ Object.keys(_index36).forEach(function (key) {
|
|
|
498
472
|
});
|
|
499
473
|
});
|
|
500
474
|
|
|
501
|
-
var _index37 = require("./components/
|
|
475
|
+
var _index37 = require("./components/organisms/FullTabsMenu/index");
|
|
502
476
|
|
|
503
477
|
Object.keys(_index37).forEach(function (key) {
|
|
504
478
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -511,7 +485,7 @@ Object.keys(_index37).forEach(function (key) {
|
|
|
511
485
|
});
|
|
512
486
|
});
|
|
513
487
|
|
|
514
|
-
var _index38 = require("./components/
|
|
488
|
+
var _index38 = require("./components/organisms/ImageDataTable/index");
|
|
515
489
|
|
|
516
490
|
Object.keys(_index38).forEach(function (key) {
|
|
517
491
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -524,7 +498,7 @@ Object.keys(_index38).forEach(function (key) {
|
|
|
524
498
|
});
|
|
525
499
|
});
|
|
526
500
|
|
|
527
|
-
var _index39 = require("./components/
|
|
501
|
+
var _index39 = require("./components/organisms/ImagePreviewer/index");
|
|
528
502
|
|
|
529
503
|
Object.keys(_index39).forEach(function (key) {
|
|
530
504
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -537,7 +511,7 @@ Object.keys(_index39).forEach(function (key) {
|
|
|
537
511
|
});
|
|
538
512
|
});
|
|
539
513
|
|
|
540
|
-
var _index40 = require("./components/
|
|
514
|
+
var _index40 = require("./components/organisms/ImagesGroup/index");
|
|
541
515
|
|
|
542
516
|
Object.keys(_index40).forEach(function (key) {
|
|
543
517
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -550,7 +524,7 @@ Object.keys(_index40).forEach(function (key) {
|
|
|
550
524
|
});
|
|
551
525
|
});
|
|
552
526
|
|
|
553
|
-
var _index41 = require("./components/organisms/
|
|
527
|
+
var _index41 = require("./components/organisms/InputGroup/index");
|
|
554
528
|
|
|
555
529
|
Object.keys(_index41).forEach(function (key) {
|
|
556
530
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -563,7 +537,7 @@ Object.keys(_index41).forEach(function (key) {
|
|
|
563
537
|
});
|
|
564
538
|
});
|
|
565
539
|
|
|
566
|
-
var _index42 = require("./components/organisms/
|
|
540
|
+
var _index42 = require("./components/organisms/ProductImageModal/index");
|
|
567
541
|
|
|
568
542
|
Object.keys(_index42).forEach(function (key) {
|
|
569
543
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -576,123 +550,6 @@ Object.keys(_index42).forEach(function (key) {
|
|
|
576
550
|
});
|
|
577
551
|
});
|
|
578
552
|
|
|
579
|
-
var _index43 = require("./components/organisms/FullProductNameHeader/index");
|
|
580
|
-
|
|
581
|
-
Object.keys(_index43).forEach(function (key) {
|
|
582
|
-
if (key === "default" || key === "__esModule") return;
|
|
583
|
-
if (key in exports && exports[key] === _index43[key]) return;
|
|
584
|
-
Object.defineProperty(exports, key, {
|
|
585
|
-
enumerable: true,
|
|
586
|
-
get: function get() {
|
|
587
|
-
return _index43[key];
|
|
588
|
-
}
|
|
589
|
-
});
|
|
590
|
-
});
|
|
591
|
-
|
|
592
|
-
var _index44 = require("./components/organisms/FullTabsMenu/index");
|
|
593
|
-
|
|
594
|
-
Object.keys(_index44).forEach(function (key) {
|
|
595
|
-
if (key === "default" || key === "__esModule") return;
|
|
596
|
-
if (key in exports && exports[key] === _index44[key]) return;
|
|
597
|
-
Object.defineProperty(exports, key, {
|
|
598
|
-
enumerable: true,
|
|
599
|
-
get: function get() {
|
|
600
|
-
return _index44[key];
|
|
601
|
-
}
|
|
602
|
-
});
|
|
603
|
-
});
|
|
604
|
-
|
|
605
|
-
var _index45 = require("./components/organisms/ImageDataTable/index");
|
|
606
|
-
|
|
607
|
-
Object.keys(_index45).forEach(function (key) {
|
|
608
|
-
if (key === "default" || key === "__esModule") return;
|
|
609
|
-
if (key in exports && exports[key] === _index45[key]) return;
|
|
610
|
-
Object.defineProperty(exports, key, {
|
|
611
|
-
enumerable: true,
|
|
612
|
-
get: function get() {
|
|
613
|
-
return _index45[key];
|
|
614
|
-
}
|
|
615
|
-
});
|
|
616
|
-
});
|
|
617
|
-
|
|
618
|
-
var _index46 = require("./components/organisms/ImagePreviewer/index");
|
|
619
|
-
|
|
620
|
-
Object.keys(_index46).forEach(function (key) {
|
|
621
|
-
if (key === "default" || key === "__esModule") return;
|
|
622
|
-
if (key in exports && exports[key] === _index46[key]) return;
|
|
623
|
-
Object.defineProperty(exports, key, {
|
|
624
|
-
enumerable: true,
|
|
625
|
-
get: function get() {
|
|
626
|
-
return _index46[key];
|
|
627
|
-
}
|
|
628
|
-
});
|
|
629
|
-
});
|
|
630
|
-
|
|
631
|
-
var _index47 = require("./components/organisms/ImagesGroup/index");
|
|
632
|
-
|
|
633
|
-
Object.keys(_index47).forEach(function (key) {
|
|
634
|
-
if (key === "default" || key === "__esModule") return;
|
|
635
|
-
if (key in exports && exports[key] === _index47[key]) return;
|
|
636
|
-
Object.defineProperty(exports, key, {
|
|
637
|
-
enumerable: true,
|
|
638
|
-
get: function get() {
|
|
639
|
-
return _index47[key];
|
|
640
|
-
}
|
|
641
|
-
});
|
|
642
|
-
});
|
|
643
|
-
|
|
644
|
-
var _index48 = require("./components/organisms/InputGroup/index");
|
|
645
|
-
|
|
646
|
-
Object.keys(_index48).forEach(function (key) {
|
|
647
|
-
if (key === "default" || key === "__esModule") return;
|
|
648
|
-
if (key in exports && exports[key] === _index48[key]) return;
|
|
649
|
-
Object.defineProperty(exports, key, {
|
|
650
|
-
enumerable: true,
|
|
651
|
-
get: function get() {
|
|
652
|
-
return _index48[key];
|
|
653
|
-
}
|
|
654
|
-
});
|
|
655
|
-
});
|
|
656
|
-
|
|
657
|
-
var _index49 = require("./components/organisms/ProductImageModal/index");
|
|
658
|
-
|
|
659
|
-
Object.keys(_index49).forEach(function (key) {
|
|
660
|
-
if (key === "default" || key === "__esModule") return;
|
|
661
|
-
if (key in exports && exports[key] === _index49[key]) return;
|
|
662
|
-
Object.defineProperty(exports, key, {
|
|
663
|
-
enumerable: true,
|
|
664
|
-
get: function get() {
|
|
665
|
-
return _index49[key];
|
|
666
|
-
}
|
|
667
|
-
});
|
|
668
|
-
});
|
|
669
|
-
|
|
670
|
-
var _ChangePasswordLogin = require("./components/pages/ChangePasswordLogin");
|
|
671
|
-
|
|
672
|
-
Object.keys(_ChangePasswordLogin).forEach(function (key) {
|
|
673
|
-
if (key === "default" || key === "__esModule") return;
|
|
674
|
-
if (key in exports && exports[key] === _ChangePasswordLogin[key]) return;
|
|
675
|
-
Object.defineProperty(exports, key, {
|
|
676
|
-
enumerable: true,
|
|
677
|
-
get: function get() {
|
|
678
|
-
return _ChangePasswordLogin[key];
|
|
679
|
-
}
|
|
680
|
-
});
|
|
681
|
-
});
|
|
682
|
-
|
|
683
|
-
var _CustomerLogin = require("./components/pages/CustomerLogin");
|
|
684
|
-
|
|
685
|
-
Object.keys(_CustomerLogin).forEach(function (key) {
|
|
686
|
-
if (key === "default" || key === "__esModule") return;
|
|
687
|
-
if (key in exports && exports[key] === _CustomerLogin[key]) return;
|
|
688
|
-
Object.defineProperty(exports, key, {
|
|
689
|
-
enumerable: true,
|
|
690
|
-
get: function get() {
|
|
691
|
-
return _CustomerLogin[key];
|
|
692
|
-
}
|
|
693
|
-
});
|
|
694
|
-
});
|
|
695
|
-
|
|
696
553
|
var _CustomerType = require("./components/pages/CustomerType");
|
|
697
554
|
|
|
698
555
|
Object.keys(_CustomerType).forEach(function (key) {
|
|
@@ -706,19 +563,6 @@ Object.keys(_CustomerType).forEach(function (key) {
|
|
|
706
563
|
});
|
|
707
564
|
});
|
|
708
565
|
|
|
709
|
-
var _EmailResetPassword = require("./components/pages/EmailResetPassword");
|
|
710
|
-
|
|
711
|
-
Object.keys(_EmailResetPassword).forEach(function (key) {
|
|
712
|
-
if (key === "default" || key === "__esModule") return;
|
|
713
|
-
if (key in exports && exports[key] === _EmailResetPassword[key]) return;
|
|
714
|
-
Object.defineProperty(exports, key, {
|
|
715
|
-
enumerable: true,
|
|
716
|
-
get: function get() {
|
|
717
|
-
return _EmailResetPassword[key];
|
|
718
|
-
}
|
|
719
|
-
});
|
|
720
|
-
});
|
|
721
|
-
|
|
722
566
|
var _OnboardPlan = require("./components/pages/OnboardPlan");
|
|
723
567
|
|
|
724
568
|
Object.keys(_OnboardPlan).forEach(function (key) {
|
|
@@ -732,45 +576,6 @@ Object.keys(_OnboardPlan).forEach(function (key) {
|
|
|
732
576
|
});
|
|
733
577
|
});
|
|
734
578
|
|
|
735
|
-
var _RegistrationLoginFirstStep = require("./components/pages/RegistrationLoginFirstStep");
|
|
736
|
-
|
|
737
|
-
Object.keys(_RegistrationLoginFirstStep).forEach(function (key) {
|
|
738
|
-
if (key === "default" || key === "__esModule") return;
|
|
739
|
-
if (key in exports && exports[key] === _RegistrationLoginFirstStep[key]) return;
|
|
740
|
-
Object.defineProperty(exports, key, {
|
|
741
|
-
enumerable: true,
|
|
742
|
-
get: function get() {
|
|
743
|
-
return _RegistrationLoginFirstStep[key];
|
|
744
|
-
}
|
|
745
|
-
});
|
|
746
|
-
});
|
|
747
|
-
|
|
748
|
-
var _RegistrationLoginSecondStep = require("./components/pages/RegistrationLoginSecondStep");
|
|
749
|
-
|
|
750
|
-
Object.keys(_RegistrationLoginSecondStep).forEach(function (key) {
|
|
751
|
-
if (key === "default" || key === "__esModule") return;
|
|
752
|
-
if (key in exports && exports[key] === _RegistrationLoginSecondStep[key]) return;
|
|
753
|
-
Object.defineProperty(exports, key, {
|
|
754
|
-
enumerable: true,
|
|
755
|
-
get: function get() {
|
|
756
|
-
return _RegistrationLoginSecondStep[key];
|
|
757
|
-
}
|
|
758
|
-
});
|
|
759
|
-
});
|
|
760
|
-
|
|
761
|
-
var _RegistrationLoginThirdStep = require("./components/pages/RegistrationLoginThirdStep");
|
|
762
|
-
|
|
763
|
-
Object.keys(_RegistrationLoginThirdStep).forEach(function (key) {
|
|
764
|
-
if (key === "default" || key === "__esModule") return;
|
|
765
|
-
if (key in exports && exports[key] === _RegistrationLoginThirdStep[key]) return;
|
|
766
|
-
Object.defineProperty(exports, key, {
|
|
767
|
-
enumerable: true,
|
|
768
|
-
get: function get() {
|
|
769
|
-
return _RegistrationLoginThirdStep[key];
|
|
770
|
-
}
|
|
771
|
-
});
|
|
772
|
-
});
|
|
773
|
-
|
|
774
579
|
var _RetailerProductEdition = require("./components/pages/RetailerProductEdition");
|
|
775
580
|
|
|
776
581
|
Object.keys(_RetailerProductEdition).forEach(function (key) {
|
|
@@ -782,17 +587,4 @@ Object.keys(_RetailerProductEdition).forEach(function (key) {
|
|
|
782
587
|
return _RetailerProductEdition[key];
|
|
783
588
|
}
|
|
784
589
|
});
|
|
785
|
-
});
|
|
786
|
-
|
|
787
|
-
var _VerificationCodeResetPassword = require("./components/pages/VerificationCodeResetPassword");
|
|
788
|
-
|
|
789
|
-
Object.keys(_VerificationCodeResetPassword).forEach(function (key) {
|
|
790
|
-
if (key === "default" || key === "__esModule") return;
|
|
791
|
-
if (key in exports && exports[key] === _VerificationCodeResetPassword[key]) return;
|
|
792
|
-
Object.defineProperty(exports, key, {
|
|
793
|
-
enumerable: true,
|
|
794
|
-
get: function get() {
|
|
795
|
-
return _VerificationCodeResetPassword[key];
|
|
796
|
-
}
|
|
797
|
-
});
|
|
798
590
|
});
|
package/package.json
CHANGED
|
@@ -1,31 +1,35 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "contentoh-components-library",
|
|
3
|
-
"version": "21.0.
|
|
3
|
+
"version": "21.0.31",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"@babel/runtime": "^7.17.2",
|
|
6
6
|
"@storybook/addon-postcss": "^2.0.0",
|
|
7
7
|
"@testing-library/jest-dom": "^5.11.4",
|
|
8
8
|
"@testing-library/react": "^11.1.0",
|
|
9
9
|
"@testing-library/user-event": "^12.1.10",
|
|
10
|
-
"aws-
|
|
10
|
+
"aws-sdk": "^2.1088.0",
|
|
11
11
|
"axios": "^0.25.0",
|
|
12
12
|
"babel-preset-react-app": "^10.0.1",
|
|
13
13
|
"chart.js": "^3.7.1",
|
|
14
|
+
"draft-js": "^0.11.7",
|
|
15
|
+
"file-saver": "^2.0.5",
|
|
14
16
|
"js-base64": "^3.7.2",
|
|
15
17
|
"prop-types": "^15.7.2",
|
|
16
18
|
"react": "^17.0.2",
|
|
17
|
-
"react-chartjs-2": "^4.1
|
|
19
|
+
"react-chartjs-2": "^4.0.1",
|
|
18
20
|
"react-dom": "^17.0.2",
|
|
21
|
+
"react-draft-wysiwyg": "^1.14.7",
|
|
22
|
+
"react-dropzone": "^12.0.4",
|
|
19
23
|
"react-image-fallback": "^8.0.0",
|
|
20
|
-
"react-
|
|
24
|
+
"react-quill": "^1.3.5",
|
|
21
25
|
"styled-components": "^5.3.3",
|
|
26
|
+
"uuid": "^8.3.2",
|
|
22
27
|
"web-vitals": "^1.0.1"
|
|
23
28
|
},
|
|
24
29
|
"scripts": {
|
|
25
30
|
"start": "start-storybook -p 6006",
|
|
26
31
|
"build": "cross-env BABEL_ENV=production babel src -d dist",
|
|
27
|
-
"chromatic": "npx chromatic --project-token=d7bb0c8ba831"
|
|
28
|
-
"release": "auto shipit --base-branch=main"
|
|
32
|
+
"chromatic": "npx chromatic --project-token=d7bb0c8ba831"
|
|
29
33
|
},
|
|
30
34
|
"eslintConfig": {
|
|
31
35
|
"extends": [
|
|
@@ -63,23 +67,21 @@
|
|
|
63
67
|
]
|
|
64
68
|
},
|
|
65
69
|
"devDependencies": {
|
|
66
|
-
"@babel/cli": "^7.17.
|
|
70
|
+
"@babel/cli": "^7.17.6",
|
|
67
71
|
"@babel/core": "^7.16.0",
|
|
68
72
|
"@storybook/addon-actions": "^6.4.1",
|
|
69
73
|
"@storybook/addon-essentials": "^6.4.1",
|
|
70
74
|
"@storybook/addon-links": "^6.4.1",
|
|
71
75
|
"@storybook/react": "^6.4.1",
|
|
72
|
-
"auth": "^0.0.9",
|
|
73
76
|
"auto": "^10.36.5",
|
|
74
77
|
"babel-loader": "^8.2.3",
|
|
75
78
|
"chromatic": "^6.3.3",
|
|
76
|
-
"contentoh-components-library": "^21.0.26",
|
|
77
79
|
"cross-env": "^7.0.3",
|
|
78
80
|
"storybook-css-modules-preset": "^1.1.1"
|
|
79
81
|
},
|
|
80
82
|
"description": "contentoh components packed library.",
|
|
81
83
|
"main": "dist/index.js",
|
|
82
|
-
"repository": "git@github.com:Content-oh/components-library.git",
|
|
84
|
+
"repository": "https://git@github.com:Content-oh/components-library.git",
|
|
83
85
|
"author": "asael06 <asael.mb@hotmail.com>",
|
|
84
86
|
"license": "MIT"
|
|
85
87
|
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="17" height="18" viewBox="0 0 17 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M13.7063 7.61134C13.2246 5.16759 11.0783 3.33301 8.5 3.33301C6.45292 3.33301 4.675 4.49467 3.78958 6.19467C1.6575 6.42134 0 8.22759 0 10.4163C0 12.7609 1.90542 14.6663 4.25 14.6663H13.4583C15.4133 14.6663 17 13.0797 17 11.1247C17 9.25467 15.5479 7.73884 13.7063 7.61134ZM12.0417 9.70801L8.5 13.2497L4.95833 9.70801H7.08333V6.87467H9.91667V9.70801H12.0417Z" fill="#817393"/>
|
|
3
|
+
</svg>
|