contentoh-components-library 21.0.13 → 21.0.14
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/atoms/GeneralInput/styles.js +1 -1
- package/dist/index.js +0 -65
- package/package.json +1 -1
- package/src/assets/images/approveRejetPanel/approveRejetPanelCancel.svg +4 -0
- package/src/assets/images/approveRejetPanel/approveRejetPanelDelete.svg +14 -0
- package/src/assets/images/approveRejetPanel/approveRejetPanelExclude.svg +3 -0
- package/src/assets/images/approveRejetPanel/approveRejetPanelSave.svg +4 -0
- package/src/assets/images/listCommercialRetailers/listCommercialRetailers.svg +3 -0
- package/src/assets/images/menuProductImage/menuProductImage.svg +9 -0
- package/src/assets/images/menuProductImage/menuProductImageButton.svg +3 -0
- package/src/assets/images/registrationLoginFirstStep/countrySelectArgentina.svg +1 -0
- package/src/assets/images/registrationLoginFirstStep/countrySelectColombia.svg +1 -0
- package/src/assets/images/registrationLoginFirstStep/countrySelectCostaRica.svg +1 -0
- package/src/assets/images/registrationLoginFirstStep/countrySelectEcuador.svg +1 -0
- package/src/assets/images/registrationLoginFirstStep/countrySelectElSalvador.svg +2364 -0
- package/src/assets/images/registrationLoginFirstStep/countrySelectHonduras.svg +1 -0
- package/src/assets/images/registrationLoginFirstStep/countrySelectMexico.svg +373 -0
- package/src/assets/images/registrationLoginFirstStep/countrySelectPanam/303/241.svg +1 -0
- package/src/assets/images/registrationLoginFirstStep/countrySelectPer/303/272.svg +1 -0
- package/src/assets/images/verticalSideMenuMainPage/verticalSideMenuMainPageFAQS.svg +12 -0
- package/src/assets/images/verticalSideMenuMainPage/verticalSideMenuMainPageFocusProduct.svg +11 -0
- package/src/assets/images/verticalSideMenuMainPage/verticalSideMenuMainPageGroup.svg +3 -0
- package/src/assets/images/verticalSideMenuMainPage/verticalSideMenuMainPageLogo.svg +12 -0
- package/src/assets/images/verticalSideMenuMainPage/verticalSideMenuMainPageSpeedometer.svg +12 -0
- package/src/assets/images/verticalSideMenuMainPage/verticalSideMenuMainPageTask.svg +10 -0
- package/src/components/atoms/ListCommercialRetailers/ListCommercialRetailers.stories.js +17 -0
- package/src/components/atoms/ListCommercialRetailers/index.js +45 -0
- package/src/components/atoms/ListCommercialRetailers/styles.js +36 -0
- package/src/components/atoms/MenuCommercialRetailers/MenuCommercialRetailers.stories.js +19 -0
- package/src/components/atoms/MenuCommercialRetailers/index.js +14 -0
- package/src/components/atoms/MenuCommercialRetailers/styles.js +24 -0
- package/src/components/atoms/MenuProductImage/MenuProductImage.stories.js +14 -0
- package/src/components/atoms/MenuProductImage/index.js +63 -0
- package/src/components/atoms/MenuProductImage/styles.js +66 -0
- package/src/components/atoms/VerticalSideMenuMainPage/VerticalSideMenuMainPage.stories.js +12 -0
- package/src/components/atoms/VerticalSideMenuMainPage/index.js +23 -0
- package/src/components/atoms/VerticalSideMenuMainPage/styles.js +24 -0
- package/src/components/molecules/ApproveRejetPanel/ApproveRejetPanel.stories.js +14 -0
- package/src/components/molecules/ApproveRejetPanel/index.js +36 -0
- package/src/components/molecules/ApproveRejetPanel/styles.js +13 -0
- package/src/index.js +0 -6
|
@@ -15,6 +15,6 @@ var _variables = require("../../../global-files/variables");
|
|
|
15
15
|
|
|
16
16
|
var _templateObject;
|
|
17
17
|
|
|
18
|
-
var Container = _styledComponents.default.div(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n width: 100%;\n input,\n textarea {\n width: 100%;\n border: 1px solid ", ";\n font-family: ", ";\n color: ", ";\n font-weight: normal;\n font-size: 12px;\n line-height: 15px;\n padding: 10px;\n outline: none;\n border-radius: 2px;\n resize: none;\n &:focus {\n border: 1px solid ", ";\n }\n }\n"])), _variables.GlobalColors.s2, _variables.FontFamily.AvenirNext, _variables.GlobalColors.s4, _variables.GlobalColors.magenta_s2);
|
|
18
|
+
var Container = _styledComponents.default.div(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n width: 100%;\n\n input,\n textarea {\n width: 100%;\n border: 1px solid ", ";\n font-family: ", ";\n color: ", ";\n font-weight: normal;\n font-size: 12px;\n line-height: 15px;\n padding: 10px;\n outline: none;\n border-radius: 2px;\n resize: none;\n\n &:focus {\n border: 1px solid ", ";\n }\n }\n"])), _variables.GlobalColors.s2, _variables.FontFamily.AvenirNext, _variables.GlobalColors.s4, _variables.GlobalColors.magenta_s2);
|
|
19
19
|
|
|
20
20
|
exports.Container = Container;
|
package/dist/index.js
CHANGED
|
@@ -1,34 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
4
|
-
|
|
5
3
|
Object.defineProperty(exports, "__esModule", {
|
|
6
4
|
value: true
|
|
7
5
|
});
|
|
8
|
-
var _exportNames = {
|
|
9
|
-
fonts: true,
|
|
10
|
-
globalStyles: true,
|
|
11
|
-
variables: true
|
|
12
|
-
};
|
|
13
|
-
exports.variables = exports.globalStyles = exports.fonts = void 0;
|
|
14
|
-
|
|
15
|
-
var fonts = _interopRequireWildcard(require("./global-files/fonts"));
|
|
16
|
-
|
|
17
|
-
exports.fonts = fonts;
|
|
18
|
-
|
|
19
|
-
var globalStyles = _interopRequireWildcard(require("./global-files/global-styles"));
|
|
20
|
-
|
|
21
|
-
exports.globalStyles = globalStyles;
|
|
22
|
-
|
|
23
|
-
var variables = _interopRequireWildcard(require("./global-files/variables"));
|
|
24
|
-
|
|
25
|
-
exports.variables = variables;
|
|
26
6
|
|
|
27
7
|
var _index = require("./components/atoms/ActivedFilter/index");
|
|
28
8
|
|
|
29
9
|
Object.keys(_index).forEach(function (key) {
|
|
30
10
|
if (key === "default" || key === "__esModule") return;
|
|
31
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
32
11
|
if (key in exports && exports[key] === _index[key]) return;
|
|
33
12
|
Object.defineProperty(exports, key, {
|
|
34
13
|
enumerable: true,
|
|
@@ -42,7 +21,6 @@ var _index2 = require("./components/atoms/AsignationOption/index");
|
|
|
42
21
|
|
|
43
22
|
Object.keys(_index2).forEach(function (key) {
|
|
44
23
|
if (key === "default" || key === "__esModule") return;
|
|
45
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
46
24
|
if (key in exports && exports[key] === _index2[key]) return;
|
|
47
25
|
Object.defineProperty(exports, key, {
|
|
48
26
|
enumerable: true,
|
|
@@ -56,7 +34,6 @@ var _index3 = require("./components/atoms/AtomList/index");
|
|
|
56
34
|
|
|
57
35
|
Object.keys(_index3).forEach(function (key) {
|
|
58
36
|
if (key === "default" || key === "__esModule") return;
|
|
59
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
60
37
|
if (key in exports && exports[key] === _index3[key]) return;
|
|
61
38
|
Object.defineProperty(exports, key, {
|
|
62
39
|
enumerable: true,
|
|
@@ -70,7 +47,6 @@ var _index4 = require("./components/atoms/Avatar/index");
|
|
|
70
47
|
|
|
71
48
|
Object.keys(_index4).forEach(function (key) {
|
|
72
49
|
if (key === "default" || key === "__esModule") return;
|
|
73
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
74
50
|
if (key in exports && exports[key] === _index4[key]) return;
|
|
75
51
|
Object.defineProperty(exports, key, {
|
|
76
52
|
enumerable: true,
|
|
@@ -84,7 +60,6 @@ var _index5 = require("./components/atoms/CheckBox/index");
|
|
|
84
60
|
|
|
85
61
|
Object.keys(_index5).forEach(function (key) {
|
|
86
62
|
if (key === "default" || key === "__esModule") return;
|
|
87
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
88
63
|
if (key in exports && exports[key] === _index5[key]) return;
|
|
89
64
|
Object.defineProperty(exports, key, {
|
|
90
65
|
enumerable: true,
|
|
@@ -98,7 +73,6 @@ var _index6 = require("./components/atoms/CustomerTypeImage/index");
|
|
|
98
73
|
|
|
99
74
|
Object.keys(_index6).forEach(function (key) {
|
|
100
75
|
if (key === "default" || key === "__esModule") return;
|
|
101
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
102
76
|
if (key in exports && exports[key] === _index6[key]) return;
|
|
103
77
|
Object.defineProperty(exports, key, {
|
|
104
78
|
enumerable: true,
|
|
@@ -112,7 +86,6 @@ var _index7 = require("./components/atoms/DropDownButton/index");
|
|
|
112
86
|
|
|
113
87
|
Object.keys(_index7).forEach(function (key) {
|
|
114
88
|
if (key === "default" || key === "__esModule") return;
|
|
115
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
116
89
|
if (key in exports && exports[key] === _index7[key]) return;
|
|
117
90
|
Object.defineProperty(exports, key, {
|
|
118
91
|
enumerable: true,
|
|
@@ -126,7 +99,6 @@ var _index8 = require("./components/atoms/FeatureTag/index");
|
|
|
126
99
|
|
|
127
100
|
Object.keys(_index8).forEach(function (key) {
|
|
128
101
|
if (key === "default" || key === "__esModule") return;
|
|
129
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
130
102
|
if (key in exports && exports[key] === _index8[key]) return;
|
|
131
103
|
Object.defineProperty(exports, key, {
|
|
132
104
|
enumerable: true,
|
|
@@ -140,7 +112,6 @@ var _index9 = require("./components/atoms/GeneralButton/index");
|
|
|
140
112
|
|
|
141
113
|
Object.keys(_index9).forEach(function (key) {
|
|
142
114
|
if (key === "default" || key === "__esModule") return;
|
|
143
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
144
115
|
if (key in exports && exports[key] === _index9[key]) return;
|
|
145
116
|
Object.defineProperty(exports, key, {
|
|
146
117
|
enumerable: true,
|
|
@@ -154,7 +125,6 @@ var _index10 = require("./components/atoms/GeneralInput/index");
|
|
|
154
125
|
|
|
155
126
|
Object.keys(_index10).forEach(function (key) {
|
|
156
127
|
if (key === "default" || key === "__esModule") return;
|
|
157
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
158
128
|
if (key in exports && exports[key] === _index10[key]) return;
|
|
159
129
|
Object.defineProperty(exports, key, {
|
|
160
130
|
enumerable: true,
|
|
@@ -168,7 +138,6 @@ var _index11 = require("./components/atoms/GeneralTextBox/index");
|
|
|
168
138
|
|
|
169
139
|
Object.keys(_index11).forEach(function (key) {
|
|
170
140
|
if (key === "default" || key === "__esModule") return;
|
|
171
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
172
141
|
if (key in exports && exports[key] === _index11[key]) return;
|
|
173
142
|
Object.defineProperty(exports, key, {
|
|
174
143
|
enumerable: true,
|
|
@@ -182,7 +151,6 @@ var _index12 = require("./components/atoms/GradientPanel/index");
|
|
|
182
151
|
|
|
183
152
|
Object.keys(_index12).forEach(function (key) {
|
|
184
153
|
if (key === "default" || key === "__esModule") return;
|
|
185
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
186
154
|
if (key in exports && exports[key] === _index12[key]) return;
|
|
187
155
|
Object.defineProperty(exports, key, {
|
|
188
156
|
enumerable: true,
|
|
@@ -196,7 +164,6 @@ var _index13 = require("./components/atoms/PriorityFlag/index");
|
|
|
196
164
|
|
|
197
165
|
Object.keys(_index13).forEach(function (key) {
|
|
198
166
|
if (key === "default" || key === "__esModule") return;
|
|
199
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
200
167
|
if (key in exports && exports[key] === _index13[key]) return;
|
|
201
168
|
Object.defineProperty(exports, key, {
|
|
202
169
|
enumerable: true,
|
|
@@ -210,7 +177,6 @@ var _index14 = require("./components/atoms/ProductImage/index");
|
|
|
210
177
|
|
|
211
178
|
Object.keys(_index14).forEach(function (key) {
|
|
212
179
|
if (key === "default" || key === "__esModule") return;
|
|
213
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
214
180
|
if (key in exports && exports[key] === _index14[key]) return;
|
|
215
181
|
Object.defineProperty(exports, key, {
|
|
216
182
|
enumerable: true,
|
|
@@ -224,7 +190,6 @@ var _index15 = require("./components/atoms/ProgressBar/index");
|
|
|
224
190
|
|
|
225
191
|
Object.keys(_index15).forEach(function (key) {
|
|
226
192
|
if (key === "default" || key === "__esModule") return;
|
|
227
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
228
193
|
if (key in exports && exports[key] === _index15[key]) return;
|
|
229
194
|
Object.defineProperty(exports, key, {
|
|
230
195
|
enumerable: true,
|
|
@@ -238,7 +203,6 @@ var _index16 = require("./components/atoms/ScreenHeader/index");
|
|
|
238
203
|
|
|
239
204
|
Object.keys(_index16).forEach(function (key) {
|
|
240
205
|
if (key === "default" || key === "__esModule") return;
|
|
241
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
242
206
|
if (key in exports && exports[key] === _index16[key]) return;
|
|
243
207
|
Object.defineProperty(exports, key, {
|
|
244
208
|
enumerable: true,
|
|
@@ -252,7 +216,6 @@ var _index17 = require("./components/atoms/SideMenuButton/index");
|
|
|
252
216
|
|
|
253
217
|
Object.keys(_index17).forEach(function (key) {
|
|
254
218
|
if (key === "default" || key === "__esModule") return;
|
|
255
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
256
219
|
if (key in exports && exports[key] === _index17[key]) return;
|
|
257
220
|
Object.defineProperty(exports, key, {
|
|
258
221
|
enumerable: true,
|
|
@@ -266,7 +229,6 @@ var _index18 = require("./components/atoms/StatusTag/index");
|
|
|
266
229
|
|
|
267
230
|
Object.keys(_index18).forEach(function (key) {
|
|
268
231
|
if (key === "default" || key === "__esModule") return;
|
|
269
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
270
232
|
if (key in exports && exports[key] === _index18[key]) return;
|
|
271
233
|
Object.defineProperty(exports, key, {
|
|
272
234
|
enumerable: true,
|
|
@@ -280,7 +242,6 @@ var _index19 = require("./components/atoms/TabSection/index");
|
|
|
280
242
|
|
|
281
243
|
Object.keys(_index19).forEach(function (key) {
|
|
282
244
|
if (key === "default" || key === "__esModule") return;
|
|
283
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
284
245
|
if (key in exports && exports[key] === _index19[key]) return;
|
|
285
246
|
Object.defineProperty(exports, key, {
|
|
286
247
|
enumerable: true,
|
|
@@ -294,7 +255,6 @@ var _index20 = require("./components/atoms/ValidationPanel/index");
|
|
|
294
255
|
|
|
295
256
|
Object.keys(_index20).forEach(function (key) {
|
|
296
257
|
if (key === "default" || key === "__esModule") return;
|
|
297
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
298
258
|
if (key in exports && exports[key] === _index20[key]) return;
|
|
299
259
|
Object.defineProperty(exports, key, {
|
|
300
260
|
enumerable: true,
|
|
@@ -308,7 +268,6 @@ var _index21 = require("./components/molecules/AvatarAndValidation/index");
|
|
|
308
268
|
|
|
309
269
|
Object.keys(_index21).forEach(function (key) {
|
|
310
270
|
if (key === "default" || key === "__esModule") return;
|
|
311
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
312
271
|
if (key in exports && exports[key] === _index21[key]) return;
|
|
313
272
|
Object.defineProperty(exports, key, {
|
|
314
273
|
enumerable: true,
|
|
@@ -322,7 +281,6 @@ var _index22 = require("./components/molecules/EditionActiveImage/index");
|
|
|
322
281
|
|
|
323
282
|
Object.keys(_index22).forEach(function (key) {
|
|
324
283
|
if (key === "default" || key === "__esModule") return;
|
|
325
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
326
284
|
if (key in exports && exports[key] === _index22[key]) return;
|
|
327
285
|
Object.defineProperty(exports, key, {
|
|
328
286
|
enumerable: true,
|
|
@@ -336,7 +294,6 @@ var _index23 = require("./components/molecules/FeaturesBar/index");
|
|
|
336
294
|
|
|
337
295
|
Object.keys(_index23).forEach(function (key) {
|
|
338
296
|
if (key === "default" || key === "__esModule") return;
|
|
339
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
340
297
|
if (key in exports && exports[key] === _index23[key]) return;
|
|
341
298
|
Object.defineProperty(exports, key, {
|
|
342
299
|
enumerable: true,
|
|
@@ -350,7 +307,6 @@ var _index24 = require("./components/molecules/GalleryElement/index");
|
|
|
350
307
|
|
|
351
308
|
Object.keys(_index24).forEach(function (key) {
|
|
352
309
|
if (key === "default" || key === "__esModule") return;
|
|
353
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
354
310
|
if (key in exports && exports[key] === _index24[key]) return;
|
|
355
311
|
Object.defineProperty(exports, key, {
|
|
356
312
|
enumerable: true,
|
|
@@ -364,7 +320,6 @@ var _index25 = require("./components/molecules/HeaderTop/index");
|
|
|
364
320
|
|
|
365
321
|
Object.keys(_index25).forEach(function (key) {
|
|
366
322
|
if (key === "default" || key === "__esModule") return;
|
|
367
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
368
323
|
if (key in exports && exports[key] === _index25[key]) return;
|
|
369
324
|
Object.defineProperty(exports, key, {
|
|
370
325
|
enumerable: true,
|
|
@@ -378,7 +333,6 @@ var _index26 = require("./components/molecules/ImageSelector/index");
|
|
|
378
333
|
|
|
379
334
|
Object.keys(_index26).forEach(function (key) {
|
|
380
335
|
if (key === "default" || key === "__esModule") return;
|
|
381
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
382
336
|
if (key in exports && exports[key] === _index26[key]) return;
|
|
383
337
|
Object.defineProperty(exports, key, {
|
|
384
338
|
enumerable: true,
|
|
@@ -392,7 +346,6 @@ var _index27 = require("./components/molecules/PlanSelection/index");
|
|
|
392
346
|
|
|
393
347
|
Object.keys(_index27).forEach(function (key) {
|
|
394
348
|
if (key === "default" || key === "__esModule") return;
|
|
395
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
396
349
|
if (key in exports && exports[key] === _index27[key]) return;
|
|
397
350
|
Object.defineProperty(exports, key, {
|
|
398
351
|
enumerable: true,
|
|
@@ -406,7 +359,6 @@ var _index28 = require("./components/molecules/ProductNameHeader/index");
|
|
|
406
359
|
|
|
407
360
|
Object.keys(_index28).forEach(function (key) {
|
|
408
361
|
if (key === "default" || key === "__esModule") return;
|
|
409
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
410
362
|
if (key in exports && exports[key] === _index28[key]) return;
|
|
411
363
|
Object.defineProperty(exports, key, {
|
|
412
364
|
enumerable: true,
|
|
@@ -420,7 +372,6 @@ var _index29 = require("./components/molecules/StatusAsignationInfo/index");
|
|
|
420
372
|
|
|
421
373
|
Object.keys(_index29).forEach(function (key) {
|
|
422
374
|
if (key === "default" || key === "__esModule") return;
|
|
423
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
424
375
|
if (key in exports && exports[key] === _index29[key]) return;
|
|
425
376
|
Object.defineProperty(exports, key, {
|
|
426
377
|
enumerable: true,
|
|
@@ -434,7 +385,6 @@ var _index30 = require("./components/molecules/TableHeader/index");
|
|
|
434
385
|
|
|
435
386
|
Object.keys(_index30).forEach(function (key) {
|
|
436
387
|
if (key === "default" || key === "__esModule") return;
|
|
437
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
438
388
|
if (key in exports && exports[key] === _index30[key]) return;
|
|
439
389
|
Object.defineProperty(exports, key, {
|
|
440
390
|
enumerable: true,
|
|
@@ -448,7 +398,6 @@ var _index31 = require("./components/molecules/TableRow/index");
|
|
|
448
398
|
|
|
449
399
|
Object.keys(_index31).forEach(function (key) {
|
|
450
400
|
if (key === "default" || key === "__esModule") return;
|
|
451
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
452
401
|
if (key in exports && exports[key] === _index31[key]) return;
|
|
453
402
|
Object.defineProperty(exports, key, {
|
|
454
403
|
enumerable: true,
|
|
@@ -462,7 +411,6 @@ var _index32 = require("./components/molecules/TabsMenu/index");
|
|
|
462
411
|
|
|
463
412
|
Object.keys(_index32).forEach(function (key) {
|
|
464
413
|
if (key === "default" || key === "__esModule") return;
|
|
465
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
466
414
|
if (key in exports && exports[key] === _index32[key]) return;
|
|
467
415
|
Object.defineProperty(exports, key, {
|
|
468
416
|
enumerable: true,
|
|
@@ -476,7 +424,6 @@ var _index33 = require("./components/molecules/TagAndInput/index");
|
|
|
476
424
|
|
|
477
425
|
Object.keys(_index33).forEach(function (key) {
|
|
478
426
|
if (key === "default" || key === "__esModule") return;
|
|
479
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
480
427
|
if (key in exports && exports[key] === _index33[key]) return;
|
|
481
428
|
Object.defineProperty(exports, key, {
|
|
482
429
|
enumerable: true,
|
|
@@ -490,7 +437,6 @@ var _index34 = require("./components/molecules/TextAndGradient/index");
|
|
|
490
437
|
|
|
491
438
|
Object.keys(_index34).forEach(function (key) {
|
|
492
439
|
if (key === "default" || key === "__esModule") return;
|
|
493
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
494
440
|
if (key in exports && exports[key] === _index34[key]) return;
|
|
495
441
|
Object.defineProperty(exports, key, {
|
|
496
442
|
enumerable: true,
|
|
@@ -504,7 +450,6 @@ var _index35 = require("./components/organisms/Fullplan/index");
|
|
|
504
450
|
|
|
505
451
|
Object.keys(_index35).forEach(function (key) {
|
|
506
452
|
if (key === "default" || key === "__esModule") return;
|
|
507
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
508
453
|
if (key in exports && exports[key] === _index35[key]) return;
|
|
509
454
|
Object.defineProperty(exports, key, {
|
|
510
455
|
enumerable: true,
|
|
@@ -518,7 +463,6 @@ var _index36 = require("./components/organisms/FullProductNameHeader/index");
|
|
|
518
463
|
|
|
519
464
|
Object.keys(_index36).forEach(function (key) {
|
|
520
465
|
if (key === "default" || key === "__esModule") return;
|
|
521
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
522
466
|
if (key in exports && exports[key] === _index36[key]) return;
|
|
523
467
|
Object.defineProperty(exports, key, {
|
|
524
468
|
enumerable: true,
|
|
@@ -532,7 +476,6 @@ var _index37 = require("./components/organisms/FullTabsMenu/index");
|
|
|
532
476
|
|
|
533
477
|
Object.keys(_index37).forEach(function (key) {
|
|
534
478
|
if (key === "default" || key === "__esModule") return;
|
|
535
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
536
479
|
if (key in exports && exports[key] === _index37[key]) return;
|
|
537
480
|
Object.defineProperty(exports, key, {
|
|
538
481
|
enumerable: true,
|
|
@@ -546,7 +489,6 @@ var _index38 = require("./components/organisms/ImageDataTable/index");
|
|
|
546
489
|
|
|
547
490
|
Object.keys(_index38).forEach(function (key) {
|
|
548
491
|
if (key === "default" || key === "__esModule") return;
|
|
549
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
550
492
|
if (key in exports && exports[key] === _index38[key]) return;
|
|
551
493
|
Object.defineProperty(exports, key, {
|
|
552
494
|
enumerable: true,
|
|
@@ -560,7 +502,6 @@ var _index39 = require("./components/organisms/ImagePreviewer/index");
|
|
|
560
502
|
|
|
561
503
|
Object.keys(_index39).forEach(function (key) {
|
|
562
504
|
if (key === "default" || key === "__esModule") return;
|
|
563
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
564
505
|
if (key in exports && exports[key] === _index39[key]) return;
|
|
565
506
|
Object.defineProperty(exports, key, {
|
|
566
507
|
enumerable: true,
|
|
@@ -574,7 +515,6 @@ var _index40 = require("./components/organisms/ImagesGroup/index");
|
|
|
574
515
|
|
|
575
516
|
Object.keys(_index40).forEach(function (key) {
|
|
576
517
|
if (key === "default" || key === "__esModule") return;
|
|
577
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
578
518
|
if (key in exports && exports[key] === _index40[key]) return;
|
|
579
519
|
Object.defineProperty(exports, key, {
|
|
580
520
|
enumerable: true,
|
|
@@ -588,7 +528,6 @@ var _index41 = require("./components/organisms/InputGroup/index");
|
|
|
588
528
|
|
|
589
529
|
Object.keys(_index41).forEach(function (key) {
|
|
590
530
|
if (key === "default" || key === "__esModule") return;
|
|
591
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
592
531
|
if (key in exports && exports[key] === _index41[key]) return;
|
|
593
532
|
Object.defineProperty(exports, key, {
|
|
594
533
|
enumerable: true,
|
|
@@ -602,7 +541,6 @@ var _index42 = require("./components/organisms/ProductImageModal/index");
|
|
|
602
541
|
|
|
603
542
|
Object.keys(_index42).forEach(function (key) {
|
|
604
543
|
if (key === "default" || key === "__esModule") return;
|
|
605
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
606
544
|
if (key in exports && exports[key] === _index42[key]) return;
|
|
607
545
|
Object.defineProperty(exports, key, {
|
|
608
546
|
enumerable: true,
|
|
@@ -616,7 +554,6 @@ var _CustomerType = require("./components/pages/CustomerType");
|
|
|
616
554
|
|
|
617
555
|
Object.keys(_CustomerType).forEach(function (key) {
|
|
618
556
|
if (key === "default" || key === "__esModule") return;
|
|
619
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
620
557
|
if (key in exports && exports[key] === _CustomerType[key]) return;
|
|
621
558
|
Object.defineProperty(exports, key, {
|
|
622
559
|
enumerable: true,
|
|
@@ -630,7 +567,6 @@ var _OnboardPlan = require("./components/pages/OnboardPlan");
|
|
|
630
567
|
|
|
631
568
|
Object.keys(_OnboardPlan).forEach(function (key) {
|
|
632
569
|
if (key === "default" || key === "__esModule") return;
|
|
633
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
634
570
|
if (key in exports && exports[key] === _OnboardPlan[key]) return;
|
|
635
571
|
Object.defineProperty(exports, key, {
|
|
636
572
|
enumerable: true,
|
|
@@ -644,7 +580,6 @@ var _RetailerProductEdition = require("./components/pages/RetailerProductEdition
|
|
|
644
580
|
|
|
645
581
|
Object.keys(_RetailerProductEdition).forEach(function (key) {
|
|
646
582
|
if (key === "default" || key === "__esModule") return;
|
|
647
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
648
583
|
if (key in exports && exports[key] === _RetailerProductEdition[key]) return;
|
|
649
584
|
Object.defineProperty(exports, key, {
|
|
650
585
|
enumerable: true,
|
package/package.json
CHANGED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M15 0C6.72867 0 0 6.72867 0 15C0 23.2713 6.72867 30 15 30C23.2713 30 30 23.2713 30 15C30 6.72867 23.2713 0 15 0Z" fill="#FC3030"/>
|
|
3
|
+
<path d="M15.4023 17.6258L19.8513 22.0748L22.0758 19.8503L17.6268 15.4013L22.0758 10.9523L19.8513 8.7278L15.4023 13.1768L10.9533 8.7278L8.72885 10.9523L13.1778 15.4013L8.72885 19.8503L10.9533 22.0748L15.4023 17.6258Z" fill="#FAFAFA"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect x="0.5" y="0.5" width="29" height="29" rx="14.5" stroke="#EDEDED"/>
|
|
3
|
+
<g clip-path="url(#clip0_320_8163)">
|
|
4
|
+
<path d="M21.5798 9.94227L21.2034 8.73157C21.0601 8.27045 20.6594 7.96062 20.2066 7.96062H17.0435V6.85543C17.0435 6.30305 16.625 5.85352 16.1104 5.85352H13.2137C12.6993 5.85352 12.2806 6.30305 12.2806 6.85543V7.96062H9.11766C8.6647 7.96062 8.26403 8.27045 8.12072 8.73157L7.74437 9.94227C7.65866 10.2179 7.7021 10.5231 7.86037 10.7588C8.01863 10.9946 8.2747 11.1354 8.54545 11.1354H8.93884L9.80469 22.6257C9.86907 23.4783 10.5432 24.1462 11.3398 24.1462H18.1601C18.9565 24.1462 19.6307 23.4783 19.695 22.6255L20.5608 11.1354H20.7787C21.0494 11.1354 21.3055 10.9946 21.4638 10.759C21.622 10.5233 21.6655 10.2179 21.5798 9.94227V9.94227ZM13.2794 6.92535H16.0447V7.96062H13.2794V6.92535ZM18.6995 22.5391C18.6769 22.8393 18.4399 23.0744 18.1601 23.0744H11.3398C11.0599 23.0744 10.823 22.8393 10.8003 22.5391L9.94085 11.1354H19.5588L18.6995 22.5391ZM8.75964 10.0635L9.06824 9.0707C9.07526 9.04781 9.09516 9.03246 9.11766 9.03246H20.2066C20.2291 9.03246 20.2489 9.04781 20.256 9.0707L20.5646 10.0635H8.75964Z" fill="#817393"/>
|
|
5
|
+
<path d="M17.1062 22.501C17.1151 22.5016 17.1238 22.5017 17.1326 22.5017C17.3965 22.5017 17.617 22.2798 17.6308 21.9937L18.0998 12.3329C18.1141 12.0374 17.9024 11.7852 17.6271 11.7698C17.351 11.754 17.1168 11.9815 17.1023 12.2771L16.6335 21.9379C16.6192 22.2335 16.8308 22.4857 17.1062 22.501V22.501Z" fill="#817393"/>
|
|
6
|
+
<path d="M11.7145 21.9949C11.729 22.2806 11.9493 22.5016 12.2127 22.5016C12.2218 22.5016 12.2311 22.5013 12.2404 22.5008C12.5157 22.4847 12.7267 22.2321 12.7118 21.9365L12.2206 12.2758C12.2056 11.9802 11.9703 11.7537 11.6948 11.7699C11.4195 11.7859 11.2084 12.0385 11.2234 12.3341L11.7145 21.9949Z" fill="#817393"/>
|
|
7
|
+
<path d="M14.6673 22.5016C14.9432 22.5016 15.1667 22.2617 15.1667 21.9657V12.305C15.1667 12.009 14.9432 11.769 14.6673 11.769C14.3915 11.769 14.168 12.009 14.168 12.305V21.9657C14.168 22.2617 14.3915 22.5016 14.6673 22.5016Z" fill="#817393"/>
|
|
8
|
+
</g>
|
|
9
|
+
<defs>
|
|
10
|
+
<clipPath id="clip0_320_8163">
|
|
11
|
+
<rect width="17.0455" height="18.2927" fill="white" transform="translate(6.13672 5.85352)"/>
|
|
12
|
+
</clipPath>
|
|
13
|
+
</defs>
|
|
14
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M0 15C0 6.72867 6.72867 0 15 0C23.2713 0 30 6.72867 30 15C30 23.2713 23.2713 30 15 30C6.72867 30 0 23.2713 0 15ZM7.53658 16.9742V13.8283L23.2661 13.8283V16.9742H7.53658Z" fill="#D4D1D7"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M15 0C6.72867 0 0 6.72867 0 15C0 23.2713 6.72867 30 15 30C23.2713 30 30 23.2713 30 15C30 6.72867 23.2713 0 15 0Z" fill="#71DE56"/>
|
|
3
|
+
<path d="M22.6028 11.8211L14.4778 19.946C14.234 20.1897 13.914 20.3124 13.5941 20.3124C13.2741 20.3124 12.9541 20.1897 12.7103 19.946L8.64792 15.8835C8.15903 15.3949 8.15903 14.6048 8.64792 14.1161C9.13658 13.6272 9.92645 13.6272 10.4153 14.1161L13.5941 17.2948L20.8354 10.0537C21.3241 9.56479 22.114 9.56479 22.6028 10.0537C23.0915 10.5423 23.0915 11.3322 22.6028 11.8211Z" fill="#F0EEF2"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="7" height="5" viewBox="0 0 7 5" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M6.09884 4.60084C6.2926 4.79759 6.60918 4.80001 6.80592 4.60624C7.00267 4.41248 7.00509 4.0959 6.81132 3.89916L6.09884 4.60084ZM3.50053 1.25L3.85677 0.899156L3.50053 0.537433L3.14429 0.899156L3.50053 1.25ZM0.189745 3.89916C-0.00402068 4.0959 -0.00160409 4.41248 0.195143 4.60624C0.39189 4.80001 0.708463 4.79759 0.902229 4.60084L0.189745 3.89916ZM6.81132 3.89916L3.85677 0.899156L3.14429 1.60084L6.09884 4.60084L6.81132 3.89916ZM3.14429 0.899156L0.189745 3.89916L0.902229 4.60084L3.85677 1.60084L3.14429 0.899156Z" fill="#E33AA9"/>
|
|
3
|
+
</svg>
|