keski_lib_catalog 1.0.36 → 1.0.38
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/index.js +102 -47
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +102 -47
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -134,13 +134,15 @@ function Item(props) {
|
|
|
134
134
|
minHeight: {
|
|
135
135
|
xs: '270px',
|
|
136
136
|
md: '90px'
|
|
137
|
-
}
|
|
137
|
+
},
|
|
138
|
+
whiteSpace: 'pre-wrap'
|
|
138
139
|
}
|
|
139
140
|
}, content.description ? content.description : 'Agregue descripción'), /*#__PURE__*/React__default.createElement(material.Typography, {
|
|
140
141
|
className: "small",
|
|
141
142
|
sx: {
|
|
142
143
|
marginBottom: '16px',
|
|
143
|
-
textAlign: 'right'
|
|
144
|
+
textAlign: 'right',
|
|
145
|
+
whiteSpace: 'pre-wrap'
|
|
144
146
|
}
|
|
145
147
|
}, content.subtitle ? content.subtitle : 'Agregue subtítulo'))));
|
|
146
148
|
}
|
|
@@ -187,12 +189,14 @@ function Layout1$1(content) {
|
|
|
187
189
|
}, /*#__PURE__*/React__default.createElement(material.Typography, {
|
|
188
190
|
className: "title-xxlarge",
|
|
189
191
|
sx: {
|
|
190
|
-
marginBottom: '16px'
|
|
192
|
+
marginBottom: '16px',
|
|
193
|
+
whiteSpace: 'pre-wrap'
|
|
191
194
|
}
|
|
192
195
|
}, (_content$component$su2 = content.component.subcomponent[0]) !== null && _content$component$su2 !== void 0 && _content$component$su2.title ? (_content$component$su3 = content.component.subcomponent[0]) === null || _content$component$su3 === void 0 ? void 0 : _content$component$su3.title : 'Agregue título'), /*#__PURE__*/React__default.createElement(material.Typography, {
|
|
193
196
|
className: "xmiddle",
|
|
194
197
|
sx: {
|
|
195
|
-
marginBottom: '16px'
|
|
198
|
+
marginBottom: '16px',
|
|
199
|
+
whiteSpace: 'pre-wrap'
|
|
196
200
|
}
|
|
197
201
|
}, (_content$component$su4 = content.component.subcomponent[0]) !== null && _content$component$su4 !== void 0 && _content$component$su4.description ? (_content$component$su5 = content.component.subcomponent[0]) === null || _content$component$su5 === void 0 ? void 0 : _content$component$su5.description : 'Agregue descripción'), /*#__PURE__*/React__default.createElement(material.Box, null, /*#__PURE__*/React__default.createElement(material.Button, {
|
|
198
202
|
variant: "contained",
|
|
@@ -272,14 +276,20 @@ function Layout1$2(content) {
|
|
|
272
276
|
marginBottom: '16px'
|
|
273
277
|
}
|
|
274
278
|
}, /*#__PURE__*/React__default.createElement(material.Typography, {
|
|
275
|
-
className: "title-xlarge"
|
|
279
|
+
className: "title-xlarge",
|
|
280
|
+
sx: {
|
|
281
|
+
whiteSpace: 'pre-wrap'
|
|
282
|
+
}
|
|
276
283
|
}, (_content$component$su4 = content.component.subcomponent[0]) !== null && _content$component$su4 !== void 0 && _content$component$su4.title ? (_content$component$su5 = content.component.subcomponent[0]) === null || _content$component$su5 === void 0 ? void 0 : _content$component$su5.title : 'Agregue título')), /*#__PURE__*/React__default.createElement(material.Box, {
|
|
277
284
|
sx: {
|
|
278
285
|
marginBottom: '16px',
|
|
279
286
|
color: '#767676'
|
|
280
287
|
}
|
|
281
288
|
}, /*#__PURE__*/React__default.createElement(material.Typography, {
|
|
282
|
-
className: "middle"
|
|
289
|
+
className: "middle",
|
|
290
|
+
sx: {
|
|
291
|
+
whiteSpace: 'pre-wrap'
|
|
292
|
+
}
|
|
283
293
|
}, (_content$component$su6 = content.component.subcomponent[0]) !== null && _content$component$su6 !== void 0 && _content$component$su6.description ? (_content$component$su7 = content.component.subcomponent[0]) === null || _content$component$su7 === void 0 ? void 0 : _content$component$su7.description : 'Agregue descripción')), /*#__PURE__*/React__default.createElement(material.Box, null, /*#__PURE__*/React__default.createElement(material.Button, {
|
|
284
294
|
variant: "contained",
|
|
285
295
|
href: (_content$component$su8 = content.component.subcomponent[0]) === null || _content$component$su8 === void 0 ? void 0 : _content$component$su8.button_action,
|
|
@@ -331,7 +341,8 @@ function Layout1$3(content) {
|
|
|
331
341
|
}, /*#__PURE__*/React__default.createElement(material.Typography, {
|
|
332
342
|
className: "title-xlarge",
|
|
333
343
|
sx: {
|
|
334
|
-
margin: '16px auto'
|
|
344
|
+
margin: '16px auto',
|
|
345
|
+
whiteSpace: 'pre-wrap'
|
|
335
346
|
}
|
|
336
347
|
}, content.component.title ? content.component.title : 'Agregue un título'), /*#__PURE__*/React__default.createElement(material.Grid, {
|
|
337
348
|
container: true
|
|
@@ -390,13 +401,15 @@ function Layout1$4(content) {
|
|
|
390
401
|
}, /*#__PURE__*/React__default.createElement(material.Typography, {
|
|
391
402
|
className: "title-xlarge",
|
|
392
403
|
sx: {
|
|
393
|
-
marginBottom: '16px'
|
|
404
|
+
marginBottom: '16px',
|
|
405
|
+
whiteSpace: 'pre-wrap'
|
|
394
406
|
}
|
|
395
407
|
}, (_content$component$su2 = content.component.subcomponent[0]) !== null && _content$component$su2 !== void 0 && _content$component$su2.title ? (_content$component$su3 = content.component.subcomponent[0]) === null || _content$component$su3 === void 0 ? void 0 : _content$component$su3.title : 'Agregue título'), /*#__PURE__*/React__default.createElement(material.Typography, {
|
|
396
408
|
className: "middle",
|
|
397
409
|
sx: {
|
|
398
410
|
marginBottom: '16px',
|
|
399
|
-
color: '#767676'
|
|
411
|
+
color: '#767676',
|
|
412
|
+
whiteSpace: 'pre-wrap'
|
|
400
413
|
}
|
|
401
414
|
}, (_content$component$su4 = content.component.subcomponent[0]) !== null && _content$component$su4 !== void 0 && _content$component$su4.description ? (_content$component$su5 = content.component.subcomponent[0]) === null || _content$component$su5 === void 0 ? void 0 : _content$component$su5.description : 'Agregue descripción')));
|
|
402
415
|
}
|
|
@@ -422,17 +435,21 @@ function Layout1$5(content) {
|
|
|
422
435
|
return /*#__PURE__*/React__default.createElement(material.Grid, {
|
|
423
436
|
container: true,
|
|
424
437
|
sx: {
|
|
425
|
-
|
|
426
|
-
width: '100%'
|
|
438
|
+
minHeight: '550px',
|
|
439
|
+
width: '100%',
|
|
440
|
+
margin: 'auto',
|
|
441
|
+
padding: '8px'
|
|
427
442
|
}
|
|
428
443
|
}, /*#__PURE__*/React__default.createElement(Item$1, {
|
|
444
|
+
title: content.component.title,
|
|
429
445
|
content: content.component.subcomponent,
|
|
430
446
|
side: content.component.justify_content
|
|
431
447
|
}));
|
|
432
448
|
}
|
|
433
449
|
function Item$1(props) {
|
|
434
450
|
var content = props.content,
|
|
435
|
-
side = props.side
|
|
451
|
+
side = props.side,
|
|
452
|
+
title = props.title;
|
|
436
453
|
var _useState = React.useState([]),
|
|
437
454
|
arrayFourElements = _useState[0],
|
|
438
455
|
setArrayFourElements = _useState[1];
|
|
@@ -490,11 +507,10 @@ function Item$1(props) {
|
|
|
490
507
|
sx: {
|
|
491
508
|
width: '100%',
|
|
492
509
|
height: '520px',
|
|
493
|
-
paddingTop: '
|
|
510
|
+
paddingTop: '50px',
|
|
494
511
|
"& .css-hn784z": {
|
|
495
512
|
left: {
|
|
496
|
-
xs: '
|
|
497
|
-
md: '90%'
|
|
513
|
+
xs: 'calc(100% - 120px)'
|
|
498
514
|
},
|
|
499
515
|
height: 'auto'
|
|
500
516
|
},
|
|
@@ -511,18 +527,37 @@ function Item$1(props) {
|
|
|
511
527
|
margin: 'auto',
|
|
512
528
|
padding: 'auto'
|
|
513
529
|
}
|
|
514
|
-
},
|
|
530
|
+
}, /*#__PURE__*/React__default.createElement(material.Box, {
|
|
531
|
+
sx: {
|
|
532
|
+
position: 'absolute',
|
|
533
|
+
top: '-50px'
|
|
534
|
+
}
|
|
535
|
+
}, /*#__PURE__*/React__default.createElement(material.Typography, {
|
|
536
|
+
className: "title-xlarge",
|
|
537
|
+
sx: {
|
|
538
|
+
height: '100%'
|
|
539
|
+
}
|
|
540
|
+
}, title ? title : 'Agregue un título')), items.map(function (item, j) {
|
|
515
541
|
var _ref;
|
|
516
542
|
return /*#__PURE__*/React__default.createElement(material.Grid, {
|
|
517
543
|
item: true,
|
|
544
|
+
className: "containerdegrid",
|
|
518
545
|
key: j,
|
|
519
546
|
sm: 6,
|
|
520
547
|
md: 4,
|
|
521
548
|
lg: 3,
|
|
522
549
|
sx: {
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
550
|
+
margin: {
|
|
551
|
+
xs: 'auto',
|
|
552
|
+
sm: '0px'
|
|
553
|
+
},
|
|
554
|
+
width: 'object-fit',
|
|
555
|
+
display: 'flex',
|
|
556
|
+
justifyContent: 'center',
|
|
557
|
+
alignItems: 'center',
|
|
558
|
+
'&.MuiGrid-item': {
|
|
559
|
+
paddingLeft: '0px',
|
|
560
|
+
paddingTop: '0px'
|
|
526
561
|
}
|
|
527
562
|
}
|
|
528
563
|
}, /*#__PURE__*/React__default.createElement(material.Slide, {
|
|
@@ -530,16 +565,15 @@ function Item$1(props) {
|
|
|
530
565
|
"in": visible
|
|
531
566
|
}, /*#__PURE__*/React__default.createElement(material.Card, {
|
|
532
567
|
sx: (_ref = {
|
|
533
|
-
width: '300px',
|
|
534
568
|
maxWidth: 300,
|
|
535
569
|
boxShadow: 'none',
|
|
536
570
|
borderRadius: 0,
|
|
537
571
|
border: '1px solid #e5e5e5'
|
|
538
|
-
}, _ref["borderRadius"] = '10px', _ref.backgroundColor = '
|
|
572
|
+
}, _ref["borderRadius"] = '10px', _ref.backgroundColor = '#fff', _ref.marginTop = '20px', _ref)
|
|
539
573
|
}, /*#__PURE__*/React__default.createElement(material.CardMedia, {
|
|
540
574
|
component: "img",
|
|
541
|
-
height: "
|
|
542
|
-
width: "
|
|
575
|
+
height: "290px",
|
|
576
|
+
width: "290px",
|
|
543
577
|
image: item.image.url ? item.image.url : 'https://via.placeholder.com/300x300.png?text=No+Image',
|
|
544
578
|
sx: {
|
|
545
579
|
aspectRatio: '1/1'
|
|
@@ -559,7 +593,8 @@ function Item$1(props) {
|
|
|
559
593
|
WebkitLineClamp: 1,
|
|
560
594
|
WebkitBoxOrient: 'vertical',
|
|
561
595
|
overflow: 'hidden',
|
|
562
|
-
textOverflow: 'ellipsis'
|
|
596
|
+
textOverflow: 'ellipsis',
|
|
597
|
+
whiteSpace: 'pre-wrap'
|
|
563
598
|
}
|
|
564
599
|
}, item.title ? item.title : 'Agrega título'), /*#__PURE__*/React__default.createElement(material.Typography, {
|
|
565
600
|
className: "middle",
|
|
@@ -569,7 +604,8 @@ function Item$1(props) {
|
|
|
569
604
|
WebkitLineClamp: 2,
|
|
570
605
|
WebkitBoxOrient: 'vertical',
|
|
571
606
|
overflow: 'hidden',
|
|
572
|
-
textOverflow: 'ellipsis'
|
|
607
|
+
textOverflow: 'ellipsis',
|
|
608
|
+
whiteSpace: 'pre-wrap'
|
|
573
609
|
}
|
|
574
610
|
}, item.subtitle ? item.subtitle : 'Agrega subtítulo'), /*#__PURE__*/React__default.createElement(material.Button, {
|
|
575
611
|
variant: "contained",
|
|
@@ -581,51 +617,60 @@ function Item$1(props) {
|
|
|
581
617
|
}
|
|
582
618
|
}, item.button_title ? item.button_title : 'Nombre botón')))));
|
|
583
619
|
}));
|
|
584
|
-
})) :
|
|
620
|
+
})) : /*#__PURE__*/React__default.createElement(material.Grid, {
|
|
621
|
+
container: true,
|
|
622
|
+
sx: {
|
|
623
|
+
width: '100%',
|
|
624
|
+
gap: '0px'
|
|
625
|
+
}
|
|
626
|
+
}, /*#__PURE__*/React__default.createElement(material.Box, {
|
|
627
|
+
sx: {
|
|
628
|
+
width: '100%',
|
|
629
|
+
height: '40px'
|
|
630
|
+
}
|
|
631
|
+
}, /*#__PURE__*/React__default.createElement(material.Typography, {
|
|
632
|
+
className: "title-xlarge"
|
|
633
|
+
}, title ? title : 'Agregue un título')), content.map(function (item, i) {
|
|
585
634
|
var _ref2;
|
|
586
635
|
return /*#__PURE__*/React__default.createElement(material.Grid, {
|
|
587
636
|
item: true,
|
|
588
637
|
key: i,
|
|
638
|
+
xs: 12,
|
|
589
639
|
sm: 6,
|
|
590
640
|
md: 4,
|
|
591
|
-
lg: 3
|
|
641
|
+
lg: 3,
|
|
642
|
+
sx: {
|
|
643
|
+
display: 'flex',
|
|
644
|
+
justifyContent: 'center',
|
|
645
|
+
gap: '16px'
|
|
646
|
+
}
|
|
592
647
|
}, /*#__PURE__*/React__default.createElement(material.Slide, {
|
|
593
648
|
direction: "left",
|
|
594
649
|
"in": visible
|
|
595
650
|
}, /*#__PURE__*/React__default.createElement(material.Card, {
|
|
596
651
|
sx: (_ref2 = {
|
|
597
652
|
width: '300px',
|
|
598
|
-
maxWidth:
|
|
653
|
+
maxWidth: 300,
|
|
599
654
|
boxShadow: 'none',
|
|
600
655
|
borderRadius: 0,
|
|
601
656
|
border: '1px solid #e5e5e5'
|
|
602
|
-
}, _ref2["borderRadius"] = '10px', _ref2)
|
|
657
|
+
}, _ref2["borderRadius"] = '10px', _ref2.backgroundColor = '#fff', _ref2)
|
|
603
658
|
}, /*#__PURE__*/React__default.createElement(material.CardMedia, {
|
|
604
659
|
component: "img",
|
|
605
660
|
height: "300px",
|
|
606
661
|
width: "300px",
|
|
662
|
+
image: item.image.url ? item.image.url : 'https://via.placeholder.com/300x300.png?text=No+Image',
|
|
607
663
|
sx: {
|
|
608
664
|
aspectRatio: '1/1'
|
|
609
|
-
}
|
|
610
|
-
image: item.image.url ? item.image.url : 'https://via.placeholder.com/300x300.png?text=No+Image'
|
|
665
|
+
}
|
|
611
666
|
}), /*#__PURE__*/React__default.createElement(material.CardContent, {
|
|
612
667
|
sx: {
|
|
613
668
|
padding: '8px 16px',
|
|
669
|
+
textAlign: side,
|
|
614
670
|
'&.MuiCardContent-root:last-child': {
|
|
615
671
|
paddingBottom: '8px'
|
|
616
672
|
}
|
|
617
673
|
}
|
|
618
|
-
}, /*#__PURE__*/React__default.createElement(material.Box, {
|
|
619
|
-
component: "div",
|
|
620
|
-
sx: {
|
|
621
|
-
display: 'flex',
|
|
622
|
-
justifyContent: 'space-between',
|
|
623
|
-
alignItems: 'center'
|
|
624
|
-
}
|
|
625
|
-
}, /*#__PURE__*/React__default.createElement(material.Box, {
|
|
626
|
-
sx: {
|
|
627
|
-
maxWidth: '80%'
|
|
628
|
-
}
|
|
629
674
|
}, /*#__PURE__*/React__default.createElement(material.Typography, {
|
|
630
675
|
className: "title",
|
|
631
676
|
sx: {
|
|
@@ -633,9 +678,10 @@ function Item$1(props) {
|
|
|
633
678
|
WebkitLineClamp: 1,
|
|
634
679
|
WebkitBoxOrient: 'vertical',
|
|
635
680
|
overflow: 'hidden',
|
|
636
|
-
textOverflow: 'ellipsis'
|
|
681
|
+
textOverflow: 'ellipsis',
|
|
682
|
+
whiteSpace: 'pre-wrap'
|
|
637
683
|
}
|
|
638
|
-
}, item.title ? item.title : 'Agrega título')
|
|
684
|
+
}, item.title ? item.title : 'Agrega título'), /*#__PURE__*/React__default.createElement(material.Typography, {
|
|
639
685
|
className: "middle",
|
|
640
686
|
sx: {
|
|
641
687
|
minHeight: '54px',
|
|
@@ -643,10 +689,19 @@ function Item$1(props) {
|
|
|
643
689
|
WebkitLineClamp: 2,
|
|
644
690
|
WebkitBoxOrient: 'vertical',
|
|
645
691
|
overflow: 'hidden',
|
|
646
|
-
textOverflow: 'ellipsis'
|
|
692
|
+
textOverflow: 'ellipsis',
|
|
693
|
+
whiteSpace: 'pre-wrap'
|
|
647
694
|
}
|
|
648
|
-
}, item.subtitle ? item.subtitle : 'Agrega subtítulo')
|
|
649
|
-
|
|
695
|
+
}, item.subtitle ? item.subtitle : 'Agrega subtítulo'), /*#__PURE__*/React__default.createElement(material.Button, {
|
|
696
|
+
variant: "contained",
|
|
697
|
+
href: item.button_action ? item.button_action : '#',
|
|
698
|
+
target: item.link == 4 ? '_blank' : '_self',
|
|
699
|
+
sx: {
|
|
700
|
+
width: 'auto',
|
|
701
|
+
marginTop: '16px'
|
|
702
|
+
}
|
|
703
|
+
}, item.button_title ? item.button_title : 'Nombre botón')))));
|
|
704
|
+
}));
|
|
650
705
|
}
|
|
651
706
|
}
|
|
652
707
|
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../src/atomicElement.js","../src/quotes/elements/layout1.js","../src/quotes/Component.js","../src/banner/elements/layout1.js","../src/banner/Component.js","../src/textPlusImg/elements/layout1.js","../src/textPlusImg/Component.js","../src/gallery/elements/layout1.js","../src/gallery/Component.js","../src/text/elements/layout1.js","../src/text/Component.js","../src/list/elements/layout1.js","../src/list/Component.js","../src/canvas/CanvasContainer.js","../src/constants.js","../src/Section.js"],"sourcesContent":["export class AtomicElements {\r\n constructor(){\r\n this.layout = []\r\n this.layoutFootprint = []\r\n this.layoutFootprintReq = []\r\n }\r\n\r\n layoutsLength(){\r\n return(\r\n this.layout.length\r\n )\r\n }\r\n\r\n build(content, layoutId){\r\n return(\r\n this.layout[layoutId](content)\r\n )\r\n }\r\n\r\n footprint(layout){\r\n let img = this.layoutFootprint[layout]\r\n let req = this.layoutFootprintReq[layout]\r\n console.log('img atomic', img)\r\n return(\r\n {req, img}\r\n )\r\n }\r\n\r\n}\r\n","import React from 'react';\r\nimport Carousel from 'react-material-ui-carousel'\r\nimport { Box, Typography, Slide } from '@mui/material'\r\n\r\nexport default function Layout1(content) {\r\n\r\n return (\r\n <Carousel indicators navButtonsAlwaysInvisible sx={{ width: '100%', height: '100%' }}>\r\n {\r\n content.component.subcomponent.map((item, i) => <Item key={i} content={item} side={content.component.justify_content} />)\r\n }\r\n </Carousel>\r\n )\r\n}\r\n\r\nfunction Item(props) {\r\n const { content, side } = props\r\n const visible = true\r\n\r\n const getSideRender = (side) => {\r\n if (side === 'left') {\r\n return 'flex-start'\r\n } else if (side === 'right') {\r\n return 'flex-end'\r\n } else {\r\n return 'center'\r\n }\r\n }\r\n\r\n const getSideMargin = (side) => {\r\n if (side === 'left') {\r\n return '0px auto 0px 0px'\r\n } else if (side === 'right') {\r\n return '0px 0px 0px auto'\r\n } else {\r\n return 'auto'\r\n }\r\n }\r\n\r\n return (\r\n <Box\r\n sx={{\r\n display: 'flex',\r\n width: { xs: '100%', md: '70%' },\r\n justifyContent: getSideRender(side),\r\n margin: getSideMargin(side),\r\n textAlign: side,\r\n height: '100%',\r\n }}\r\n >\r\n <Slide direction=\"left\" in={visible}>\r\n <Box\r\n sx={{\r\n display: 'flex',\r\n flexDirection: 'column',\r\n color: content.text_color,\r\n alignItems: getSideRender(side),\r\n }}\r\n >\r\n <Box\r\n component=\"img\"\r\n src={content.image ? content.image.url : \"https://cdn-icons-png.flaticon.com/512/6596/6596121.png\"}\r\n sx={{ width: '120px', height: '120px', marginBottom: '16px', borderRadius: '50%' }}\r\n />\r\n <Typography className=\"xmiddle\" sx={{ marginBottom: '16px', minHeight: {xs: '270px', md: '90px'} }}>\r\n {content.description ?\r\n content.description\r\n : 'Agregue descripción'}\r\n </Typography>\r\n <Typography className=\"small\" sx={{ marginBottom: '16px', textAlign: 'right' }}>\r\n {content.subtitle ?\r\n content.subtitle\r\n : 'Agregue subtítulo'}\r\n </Typography>\r\n </Box>\r\n </Slide>\r\n </Box>\r\n )\r\n}","import { AtomicElements } from \"../atomicElement\"\r\nimport Layout1 from './elements/layout1'\r\n\r\nexport class Quotes extends AtomicElements {\r\n constructor() {\r\n super()\r\n }\r\n layout = [Layout1]\r\n layoutFootprint = ['quotes_layout_1.png']\r\n layoutFootprintReq = [\r\n {\r\n 'type': 1,// all reqs should have this, 0 single elemet | 1 more than one. E.G Carousel or single element\r\n 'subtitle':'Subtitle',\r\n 'description':'Description',\r\n 'image': 'sqr'\r\n },\r\n\r\n ]\r\n //Methods heredados\r\n // layout, layouts(), build() \r\n \r\n}","import { Box, Button, Typography, Slide } from '@mui/material'\r\nimport React from 'react'\r\n\r\nexport default function Layout1(content) {\r\n const visible = true\r\n return (\r\n <Slide direction=\"left\" in={visible}>\r\n <Box\r\n sx={{\r\n display: 'flex',\r\n flexDirection: 'column',\r\n width: { xs: '100%', md: '50%' },\r\n height: { xs: '100%', lg: '60vh' },\r\n justifyContent: 'center',\r\n color: content.component.subcomponent[0]?.text_color\r\n }}\r\n >\r\n <Typography className=\"title-xxlarge\" sx={{ marginBottom: '16px' }}>\r\n {content.component.subcomponent[0]?.title ?\r\n content.component.subcomponent[0]?.title\r\n : 'Agregue título'}\r\n </Typography>\r\n <Typography className=\"xmiddle\" sx={{ marginBottom: '16px' }}>\r\n {content.component.subcomponent[0]?.description ?\r\n content.component.subcomponent[0]?.description\r\n : 'Agregue descripción'}\r\n </Typography>\r\n <Box>\r\n <Button\r\n variant='contained'\r\n href={content.component.subcomponent[0]?.button_action}\r\n target={content.component.subcomponent[0]?.link == 4 ? '_blank' : '_self'}\r\n sx={{ width: 'auto', marginBottom: '16px' }}\r\n >\r\n {content.component.subcomponent[0]?.button_title ?\r\n content.component.subcomponent[0]?.button_title\r\n : 'Nombre botón'}\r\n </Button>\r\n </Box>\r\n </Box>\r\n </Slide>\r\n )\r\n}","import { AtomicElements } from \"../atomicElement\"\r\nimport Layout1 from './elements/layout1'\r\n\r\nexport class Banner extends AtomicElements {\r\n constructor() {\r\n super()\r\n }\r\n\r\n layout = [Layout1]\r\n layoutFootprint = ['banner_layout_1.jpg']\r\n layoutFootprintReq = [\r\n {\r\n 'type': 0,// all reqs should have this, 0 single elemet | 1 more than one. E.G Carousel or single element\r\n 'title': 'Tittle',\r\n 'description': 'Description',\r\n 'button_title': 'Button Title',\r\n 'button_action': 'Button action',\r\n 'text_color': 'Text color',\r\n 'link': 'Link',\r\n // 'name':'Name',\r\n },\r\n\r\n ]\r\n //Methods heredados\r\n // layout, layouts(), build() \r\n // <texinput display={!layout.img} id='Title'>\r\n // <texinput display={!layout.img} id='content'></texinput>\r\n // <texinput display={!layout.img} id='name'></texinput>\r\n //<texinput disable={!layout.img}>\r\n}","import { Box, Button, Typography } from \"@mui/material\"\r\nimport React from \"react\"\r\nimport { Slide } from \"@mui/material\";\r\nimport Grow from '@mui/material/Grow';\r\n\r\nexport default function Layout1(content) {\r\n\r\n const visible = true\r\n\r\n return (\r\n <Box\r\n sx={{\r\n display: 'flex',\r\n flexDirection: { xs: 'column', md: content.component.justify_content != 'right' ? 'row' : 'row-reverse' },\r\n gap: '16px',\r\n alignItems: 'center'\r\n }}\r\n color={content.component.subcomponent[0]?.text_color}\r\n >\r\n <Box>\r\n <Slide direction=\"right\" in={visible}>\r\n <Box sx={{ width: { xs: '100%', md: '550px', lg: '640px' }, height: { md: '353px', lg: '426px' }, maxWidth: '100vw' }}>\r\n <img width=\"100%\" height=\"100%\" src={content.component.subcomponent[0]?.image ? content.component.subcomponent[0]?.image.url : 'https://wozapps-develop.s3.us-east-2.amazonaws.com/gerry/resources/landing/bbb84144-02cd-4cf8-a1be-21ba47e7c4fa.jpeg'}></img>\r\n </Box>\r\n </Slide>\r\n </Box>\r\n <Box>\r\n <Grow\r\n in={visible}\r\n style={{ transformOrigin: '0 0 0' }}\r\n {...(visible ? { timeout: 1000 } : {})}\r\n >\r\n <Box>\r\n <Box sx={{ marginBottom: '16px' }}>\r\n <Typography className=\"title-xlarge\">{content.component.subcomponent[0]?.title ? content.component.subcomponent[0]?.title : 'Agregue título'}</Typography>\r\n </Box>\r\n <Box sx={{ marginBottom: '16px', color: '#767676' }}>\r\n <Typography className=\"middle\">\r\n {content.component.subcomponent[0]?.description ? content.component.subcomponent[0]?.description : 'Agregue descripción'}\r\n </Typography>\r\n </Box>\r\n <Box>\r\n <Button\r\n variant=\"contained\"\r\n href={content.component.subcomponent[0]?.button_action}\r\n target={content.component.subcomponent[0]?.link == 4 ? '_blank' : '_self'}\r\n sx={{ width: 'auto' }}\r\n >\r\n {content.component.subcomponent[0]?.button_title ?\r\n content.component.subcomponent[0]?.button_title : 'Nombre botón'}\r\n </Button>\r\n </Box>\r\n </Box>\r\n </Grow>\r\n </Box>\r\n </Box>\r\n )\r\n}","import { AtomicElements } from \"../atomicElement\"\r\nimport Layout1 from './elements/layout1'\r\n\r\nexport class TextPlusImg extends AtomicElements {\r\n constructor() {\r\n super()\r\n }\r\n layout = [Layout1, Layout1]\r\n layoutFootprint = ['text_image_layout_1.png', 'text_image_layout_1.png']\r\n layoutFootprintReq = [\r\n {\r\n 'type': 0,// all reqs should have this, 0 single elemet | 1 more than one. E.G Carousel or single element\r\n 'title':'Title',\r\n 'description':'Text',\r\n 'button_title':'Button Title',\r\n 'button_action':'Button Action',\r\n 'image':'req_hor',\r\n 'link':'Link'\r\n },\r\n {\r\n 'type': 0,// all reqs should have this, 0 single elemet | 1 more than one. E.G Carousel or single element\r\n 'title':'Title',\r\n 'description':'Text',\r\n 'button_title':'Button Title',\r\n 'button_action':'Button Action',\r\n 'image':'req_hor',\r\n },\r\n ]\r\n //Methods heredados\r\n // layout, layouts(), build() \r\n \r\n}","import React from \"react\"\r\nimport { Box, Typography, Slide, Grid } from '@mui/material'\r\n\r\nexport default function Layout1(content) {\r\n const visible = true\r\n\r\n return (\r\n <Slide direction=\"left\" in={visible}>\r\n <Box sx={{ width: '100%' }}>\r\n <Typography className=\"title-xlarge\" sx={{ margin: '16px auto' }}>{content.component.title ? content.component.title : 'Agregue un título'}</Typography>\r\n <Grid container>\r\n {content.component.subcomponent?.map((img, index) => (\r\n <Grid key={index} item xs={12} md={4}>\r\n <Box\r\n component=\"img\"\r\n src={\r\n img.image.url ?\r\n img.image.url :\r\n 'https://wozapps-develop.s3.us-east-2.amazonaws.com/gerry/resources/landing/bbb84144-02cd-4cf8-a1be-21ba47e7c4fa.jpeg'\r\n }\r\n sx={{ \r\n width: { xs: '100%', md: '95%' }, \r\n aspectRatio: '16/9',\r\n marginBottom: '16px',\r\n }}\r\n />\r\n </Grid>\r\n ))}\r\n </Grid>\r\n </Box>\r\n </Slide>\r\n )\r\n}","import { AtomicElements } from \"../atomicElement\"\r\nimport Layout1 from './elements/layout1'\r\n\r\nexport class Gallery extends AtomicElements {\r\n constructor() {\r\n super()\r\n }\r\n layout = [Layout1]\r\n layoutFootprint = ['gallery_layout_1.png']\r\n layoutFootprintReq = [\r\n {\r\n 'type': 1,// all reqs should have this, 0 single elemet | 1 more than one. E.G Carousel or single element\r\n 'image': 'req_hor'\r\n },\r\n\r\n ]\r\n //Methods heredados\r\n // layout, layouts(), build() \r\n \r\n}","import React from \"react\"\r\nimport { Box, Typography, Slide } from '@mui/material'\r\n\r\nexport default function Layout1(content) {\r\n const visible = true\r\n\r\n return (\r\n <Slide direction=\"left\" in={visible}>\r\n <Box\r\n sx={{\r\n width: {xs:'100%', md:'70%'},\r\n color: content.component.subcomponent[0]?.text_color,\r\n textAlign: content.component.justify_content\r\n }}\r\n >\r\n <Typography className=\"title-xlarge\" sx={{ marginBottom: '16px' }}>\r\n {content.component.subcomponent[0]?.title ?\r\n content.component.subcomponent[0]?.title\r\n : 'Agregue título'}\r\n </Typography>\r\n <Typography className=\"middle\" sx={{ marginBottom: '16px', color: '#767676' }}>\r\n {content.component.subcomponent[0]?.description ?\r\n content.component.subcomponent[0]?.description\r\n : 'Agregue descripción'}\r\n </Typography>\r\n </Box>\r\n </Slide>\r\n )\r\n}","import { AtomicElements } from \"../atomicElement\"\r\nimport Layout1 from './elements/layout1'\r\n\r\nexport class Text extends AtomicElements {\r\n constructor() {\r\n super()\r\n }\r\n layout = [Layout1]\r\n layoutFootprint = ['quotes_layout_1.png']\r\n layoutFootprintReq = [\r\n {\r\n 'type': 0,// all reqs should have this, 0 single elemet | 1 more than one. E.G Carousel or single element\r\n 'title': 'Tittle',\r\n 'description': 'Description',\r\n },\r\n ]\r\n //Methods heredados\r\n // layout, layouts(), build() \r\n\r\n}","import React, { useState, useEffect } from 'react';\r\nimport Carousel from 'react-material-ui-carousel';\r\nimport { Box, Typography, Slide, Card, CardMedia, CardContent, Grid, useTheme, useMediaQuery, Button } from '@mui/material';\r\n\r\nexport default function Layout1(content) {\r\n\r\n return (\r\n <Grid container sx={{ height: '550px', width: '100%' }}>\r\n <Item content={content.component.subcomponent} side={content.component.justify_content} />\r\n </Grid>\r\n );\r\n}\r\n\r\nfunction Item(props) {\r\n const { content, side } = props;\r\n // console.log(side)\r\n const [arrayFourElements, setArrayFourElements] = useState([]);\r\n const visible = true;\r\n const theme = useTheme();\r\n const isXsScreen = useMediaQuery(theme.breakpoints.down('sm'));\r\n const isSmScreen = useMediaQuery(theme.breakpoints.between('sm', 'md'));\r\n const isMdScreen = useMediaQuery(theme.breakpoints.between('md', 'lg'));\r\n const isLgScreen = useMediaQuery(theme.breakpoints.up('lg'));\r\n\r\n function divideArreglo(arreglo, tamanoMaximo) {\r\n var subarreglos = [];\r\n var subarregloActual = [];\r\n\r\n for (var i = 0; i < arreglo.length; i++) {\r\n subarregloActual.push(arreglo[i]);\r\n\r\n if (subarregloActual.length === tamanoMaximo || i === arreglo.length - 1) {\r\n subarreglos.push(subarregloActual);\r\n subarregloActual = [];\r\n }\r\n }\r\n\r\n return subarreglos;\r\n }\r\n\r\n useEffect(() => {\r\n let tamanoMaximo;\r\n\r\n if (isSmScreen) {\r\n tamanoMaximo = 2;\r\n } else if (isMdScreen) {\r\n tamanoMaximo = 3;\r\n } else if (isLgScreen) {\r\n tamanoMaximo = 4;\r\n } else if (isXsScreen) {\r\n tamanoMaximo = 1;\r\n }\r\n\r\n setArrayFourElements(divideArreglo(content, tamanoMaximo));\r\n }, [isXsScreen, isSmScreen, isMdScreen, isLgScreen, content]);\r\n\r\n if (!arrayFourElements) {\r\n return null\r\n } else {\r\n return (\r\n content.length > 4 ? (\r\n <Carousel\r\n autoPlay={false}\r\n indicators={false}\r\n navButtonsAlwaysVisible={true}\r\n navButtonsProps={{\r\n style: {\r\n backgroundColor: 'transparent',\r\n borderRadius: 0,\r\n color: '#767676'\r\n }\r\n }}\r\n navButtonsWrapperProps={{\r\n style: {\r\n top: '0',\r\n bottom: 'unset'\r\n }\r\n }}\r\n sx={{\r\n width: '100%',\r\n height: '520px',\r\n paddingTop: '64px',\r\n /* Left button */\r\n \"& .css-hn784z\": {\r\n left: { xs: '60%', md: '90%' },\r\n height: 'auto',\r\n },\r\n \"& .css-1abc02a\": {\r\n height: 'auto',\r\n },\r\n }}\r\n >\r\n {\r\n arrayFourElements.map((items, i) => {\r\n return (\r\n <Grid container key={i} spacing={3} sx={{ margin: 'auto', padding: 'auto' }}>\r\n {\r\n items.map((item, j) => {\r\n return (\r\n <Grid\r\n item\r\n key={j}\r\n sm={6}\r\n md={4}\r\n lg={3}\r\n sx={{\r\n paddingLeft: '0px',\r\n '& .MuiGrid-item': {\r\n paddingLeft: '0px',\r\n }\r\n }}\r\n >\r\n <Slide direction=\"left\" in={visible}>\r\n <Card\r\n sx={{\r\n width: '300px',\r\n maxWidth: 300,\r\n boxShadow: 'none',\r\n borderRadius: 0,\r\n border: '1px solid #e5e5e5',\r\n borderRadius: '10px',\r\n backgroundColor: 'transparent',\r\n }}\r\n >\r\n <CardMedia\r\n component='img'\r\n height='300px'\r\n width='300px'\r\n image={item.image.url ? item.image.url : 'https://via.placeholder.com/300x300.png?text=No+Image'}\r\n sx={{ aspectRatio: '1/1' }}\r\n />\r\n <CardContent\r\n sx={{\r\n padding: '8px 16px',\r\n textAlign: side,\r\n '&.MuiCardContent-root:last-child': {\r\n paddingBottom: '8px'\r\n }\r\n }}\r\n >\r\n <Typography\r\n className='title'\r\n sx={{\r\n display: '-webkit-box',\r\n WebkitLineClamp: 1,\r\n WebkitBoxOrient: 'vertical',\r\n overflow: 'hidden',\r\n textOverflow: 'ellipsis',\r\n }}>\r\n {item.title ? item.title : 'Agrega título'}\r\n </Typography>\r\n <Typography\r\n className='middle'\r\n sx={{\r\n minHeight: '54px',\r\n display: '-webkit-box',\r\n WebkitLineClamp: 2,\r\n WebkitBoxOrient: 'vertical',\r\n overflow: 'hidden',\r\n textOverflow: 'ellipsis',\r\n }}>\r\n {item.subtitle ? item.subtitle : 'Agrega subtítulo'}\r\n </Typography>\r\n <Button\r\n variant=\"contained\"\r\n href={item.button_action ? item.button_action : '#'}\r\n target={item.link == 4 ? '_blank' : '_self'}\r\n sx={{ width: 'auto', marginTop: '16px' }}\r\n >\r\n {item.button_title ? item.button_title : 'Nombre botón'}\r\n </Button>\r\n </CardContent>\r\n </Card>\r\n </Slide>\r\n </Grid>\r\n )\r\n })\r\n }\r\n </Grid>\r\n )\r\n })\r\n }\r\n </Carousel> \r\n ) : (\r\n content.map((item, i) => {\r\n return (\r\n <Grid item key={i} sm={6} md={4} lg={3}>\r\n <Slide direction=\"left\" in={visible}>\r\n <Card\r\n sx={{\r\n width: '300px',\r\n maxWidth: 512,\r\n boxShadow: 'none',\r\n borderRadius: 0,\r\n border: '1px solid #e5e5e5',\r\n borderRadius: '10px',\r\n }}\r\n >\r\n <CardMedia\r\n component='img'\r\n height='300px'\r\n width='300px'\r\n sx={{ aspectRatio: '1/1' }}\r\n image={item.image.url ?\r\n item.image.url :\r\n 'https://via.placeholder.com/300x300.png?text=No+Image'}\r\n />\r\n <CardContent\r\n sx={{\r\n padding: '8px 16px',\r\n '&.MuiCardContent-root:last-child': {\r\n paddingBottom: '8px'\r\n }\r\n }}\r\n >\r\n <Box\r\n component='div'\r\n sx={{\r\n display: 'flex',\r\n justifyContent: 'space-between',\r\n alignItems: 'center'\r\n }}\r\n >\r\n <Box sx={{ maxWidth: '80%' }} >\r\n <Typography\r\n className='title'\r\n sx={{\r\n // minHeight: '54px',\r\n display: '-webkit-box',\r\n WebkitLineClamp: 1,\r\n WebkitBoxOrient: 'vertical',\r\n overflow: 'hidden',\r\n textOverflow: 'ellipsis',\r\n }}>\r\n {item.title ? item.title : 'Agrega título'}\r\n </Typography>\r\n </Box>\r\n </Box>\r\n <Typography\r\n className='middle'\r\n sx={{\r\n minHeight: '54px',\r\n display: '-webkit-box',\r\n WebkitLineClamp: 2,\r\n WebkitBoxOrient: 'vertical',\r\n overflow: 'hidden',\r\n textOverflow: 'ellipsis',\r\n }}>\r\n {item.subtitle ? item.subtitle : 'Agrega subtítulo'}\r\n </Typography>\r\n </CardContent>\r\n </Card>\r\n </Slide>\r\n </Grid>\r\n )\r\n })\r\n )\r\n )\r\n }\r\n}","import { AtomicElements } from \"../atomicElement\"\r\nimport Layout1 from './elements/layout1'\r\n\r\nexport class List extends AtomicElements {\r\n constructor() {\r\n super()\r\n }\r\n layout = [Layout1]\r\n layoutFootprint = ['list_layout_1.png']\r\n layoutFootprintReq = [\r\n {\r\n 'type': 1,// all reqs should have this, 0 single elemet | 1 more than one. E.G Carousel or single element\r\n 'title':'Title',\r\n 'subtitle':'Subtitle',\r\n 'button_title':'Button Title',\r\n 'button_action':'Button Action',\r\n 'image':'sqr',\r\n 'link':'Link'\r\n },\r\n ]\r\n //Methods heredados\r\n // layout, layouts(), build() \r\n}","import React from \"react\";\r\nimport { Box, Container } from \"@mui/material\";\r\n\r\nexport default function CanvasContainer(props) {\r\n const { json, children } = props\r\n const rgbColor = hexToRgb(json.component.bg_image_overlay_color);\r\n\r\n return (\r\n <Box\r\n sx={{\r\n display: 'flex',\r\n alignItems: 'center',\r\n backgroundColor:\r\n json.component.bg_type === 1\r\n ? json.component.bg_color1\r\n : undefined,\r\n backgroundImage:\r\n json.component.bg_type === 2\r\n ? `linear-gradient(to ${json.component.bg_gradiant_orientation}, ${json.component.bg_color1}, ${json.component.bg_color2})`\r\n : json.component.bg_type === 3\r\n ? `url(${json.component.bg_image?.url})`\r\n : undefined,\r\n backgroundPosition: 'center',\r\n backgroundSize: 'cover',\r\n backgroundRepeat: 'no-repeat',\r\n }}\r\n >\r\n <Box\r\n sx={{\r\n bgcolor: `${json.component.bg_image_overlay && json.component.bg_type === 3 ?\r\n `rgba(${rgbColor.r}, ${rgbColor.g}, ${rgbColor.b}, ${json.component.bg_image_overlay_alpha_css})` :\r\n undefined\r\n }`,\r\n padding: '64px 24px',\r\n width: '100%'\r\n }}\r\n >\r\n <Container\r\n maxWidth='xl'\r\n sx={{\r\n padding: '0px',\r\n '&.MuiContainer-root':{\r\n paddingLeft: { xs: '0px', xl: '24px' },\r\n paddingRight: { xs: '0px', xl: '24px' }\r\n }\r\n }}\r\n >\r\n <Box\r\n sx={{\r\n minWidth: { xs: '100%', md: '45%' },\r\n display: 'flex',\r\n justifyContent: {\r\n xs: 'center',\r\n md: json.component.justify_content ? json.component.justify_content : 'center'\r\n }\r\n }}\r\n >\r\n {children}\r\n </Box>\r\n </Container>\r\n </Box>\r\n </Box>\r\n );\r\n}\r\n\r\n\r\nfunction hexToRgb(hex) {\r\n if (hex) {\r\n const cleanHex = hex.startsWith('#') ? hex.slice(1) : hex;\r\n\r\n const r = parseInt(cleanHex.substring(0, 2), 16);\r\n const g = parseInt(cleanHex.substring(2, 4), 16);\r\n const b = parseInt(cleanHex.substring(4, 6), 16);\r\n return { r, g, b };\r\n } else {\r\n return { r: 0, g: 0, b: 0 }\r\n }\r\n}","export const JK_RESOURCES = 'https://jk-clients.s3.us-east-2.amazonaws.com/jk-resources/'","import React from \"react\"\r\nimport { Quotes } from \"./quotes/Component\"\r\nimport { Banner } from \"./banner/Component\"\r\nimport { TextPlusImg } from \"./textPlusImg/Component\"\r\nimport { Gallery } from \"./gallery/Component\"\r\nimport { Text } from \"./text/Component\"\r\nimport { List } from \"./list/Component\"\r\nimport CanvasContainer from \"./canvas/CanvasContainer\"\r\nimport { JK_RESOURCES } from \"./constants\"\r\n// Section is a common class for each component\r\nexport class Section {\r\n constructor(AtomicElement, theme) {\r\n this.child = AtomicElement\r\n }\r\n\r\n component(json) {\r\n console.log('json', json)\r\n return (\r\n <CanvasContainer json={json}>\r\n {/* Child is the instance passed as parameter in section, next class */}\r\n {this.child.build(json, json.component.layout)}\r\n </CanvasContainer>\r\n )\r\n }\r\n\r\n getFootPrint(layout) {\r\n let footPrint = this.child.footprint(layout)\r\n console.log('section', footPrint)\r\n return (\r\n { req: footPrint.req, img: `${JK_RESOURCES}${footPrint.img}` }\r\n )\r\n }\r\n\r\n layoutLength() {\r\n return (\r\n this.child.layoutsLength()\r\n )\r\n }\r\n\r\n}\r\n\r\n//Sections is the interface with admin and store\r\nexport class Sections {\r\n constructor() {\r\n this.banner = new Section(new Banner())\r\n this.quotes = new Section(new Quotes())\r\n this.textPlusImg = new Section(new TextPlusImg())\r\n this.gallery = new Section(new Gallery())\r\n this.text = new Section(new Text())\r\n this.list = new Section(new List())\r\n this.sections = [this.banner, this.textPlusImg, this.quotes, this.gallery, this.text, this.list]\r\n }\r\n\r\n getSectionList() {\r\n return (\r\n {\r\n '0': 'Banner',\r\n '1': 'Texto + Imágenes',\r\n '2': 'Citas/Testimonios',\r\n '3': 'Galeria',\r\n '4': 'Texto',\r\n '5': 'Lista',\r\n }\r\n )\r\n }\r\n getLayoutsFromSection(index) {\r\n let section = this.sections[index]\r\n return (section)\r\n }\r\n\r\n}"],"names":["AtomicElements","layout","layoutFootprint","layoutFootprintReq","_proto","prototype","layoutsLength","length","build","content","layoutId","footprint","img","req","console","log","Layout1","React","createElement","Carousel","indicators","navButtonsAlwaysInvisible","sx","width","height","component","subcomponent","map","item","i","Item","key","side","justify_content","props","visible","getSideRender","getSideMargin","Box","display","xs","md","justifyContent","margin","textAlign","Slide","direction","flexDirection","color","text_color","alignItems","src","image","url","marginBottom","borderRadius","Typography","className","minHeight","description","subtitle","Quotes","_AtomicElements","_inheritsLoose","_this","call","_content$component$su","_content$component$su2","_content$component$su3","_content$component$su4","_content$component$su5","_content$component$su6","_content$component$su7","_content$component$su8","_content$component$su9","lg","title","Button","variant","href","button_action","target","link","button_title","Banner","_content$component$su10","_content$component$su11","gap","maxWidth","Grow","_extends","style","transformOrigin","timeout","TextPlusImg","Grid","container","index","aspectRatio","Gallery","Text","_useState","useState","arrayFourElements","setArrayFourElements","theme","useTheme","isXsScreen","useMediaQuery","breakpoints","down","isSmScreen","between","isMdScreen","isLgScreen","up","divideArreglo","arreglo","tamanoMaximo","subarreglos","subarregloActual","push","useEffect","autoPlay","navButtonsAlwaysVisible","navButtonsProps","backgroundColor","navButtonsWrapperProps","top","bottom","paddingTop","left","items","spacing","padding","j","_ref","sm","paddingLeft","Card","boxShadow","border","CardMedia","CardContent","paddingBottom","WebkitLineClamp","WebkitBoxOrient","overflow","textOverflow","marginTop","_ref2","List","CanvasContainer","_json$component$bg_im","json","children","rgbColor","hexToRgb","bg_image_overlay_color","bg_type","bg_color1","undefined","backgroundImage","bg_gradiant_orientation","bg_color2","bg_image","backgroundPosition","backgroundSize","backgroundRepeat","bgcolor","bg_image_overlay","r","g","b","bg_image_overlay_alpha_css","Container","xl","paddingRight","minWidth","hex","cleanHex","startsWith","slice","parseInt","substring","JK_RESOURCES","Section","AtomicElement","child","getFootPrint","footPrint","layoutLength","Sections","banner","quotes","textPlusImg","gallery","text","list","sections","_proto2","getSectionList","getLayoutsFromSection","section"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAAaA,cAAc;EACvB,SAAAA,iBAAa;IACT,IAAI,CAACC,MAAM,GAAG,EAAE;IAChB,IAAI,CAACC,eAAe,GAAG,EAAE;IACzB,IAAI,CAACC,kBAAkB,GAAG,EAAE;;EAC/B,IAAAC,MAAA,GAAAJ,cAAA,CAAAK,SAAA;EAAAD,MAAA,CAEDE,aAAa,GAAb,SAAAA,gBAAe;IACX,OACI,IAAI,CAACL,MAAM,CAACM,MAAM;GAEzB;EAAAH,MAAA,CAEDI,KAAK,GAAL,SAAAA,MAAMC,OAAO,EAAEC,QAAQ,EAAC;IACpB,OACI,IAAI,CAACT,MAAM,CAACS,QAAQ,CAAC,CAACD,OAAO,CAAC;GAErC;EAAAL,MAAA,CAEDO,SAAS,GAAT,SAAAA,UAAUV,MAAM,EAAC;IACb,IAAIW,GAAG,GAAG,IAAI,CAACV,eAAe,CAACD,MAAM,CAAC;IACtC,IAAIY,GAAG,GAAG,IAAI,CAACV,kBAAkB,CAACF,MAAM,CAAC;IACzCa,OAAO,CAACC,GAAG,CAAC,YAAY,EAAEH,GAAG,CAAC;IAC9B,OACI;MAACC,GAAG,EAAHA,GAAG;MAAED,GAAG,EAAHA;KAAI;GAEjB;EAAA,OAAAZ,cAAA;AAAA;;ACtBU,SAASgB,OAAOA,CAACP,OAAO,EAAE;EAEvC,oBACEQ,cAAA,CAAAC,aAAA,CAACC,QAAQ;IAACC,UAAU;IAACC,yBAAyB;IAACC,EAAE,EAAE;MAAEC,KAAK,EAAE,MAAM;MAAEC,MAAM,EAAE;;KAExEf,OAAO,CAACgB,SAAS,CAACC,YAAY,CAACC,GAAG,CAAC,UAACC,IAAI,EAAEC,CAAC;IAAA,oBAAKZ,cAAA,CAAAC,aAAA,CAACY,IAAI;MAACC,GAAG,EAAEF,CAAE;MAACpB,OAAO,EAAEmB,IAAK;MAACI,IAAI,EAAEvB,OAAO,CAACgB,SAAS,CAACQ;KAAkB,CAAC;IAElH,CAAC;AAEf;AAEA,SAASH,IAAIA,CAACI,KAAK,EAAE;EACnB,IAAQzB,OAAO,GAAWyB,KAAK,CAAvBzB,OAAO;IAAEuB,IAAI,GAAKE,KAAK,CAAdF,IAAI;EACrB,IAAMG,OAAO,GAAG,IAAI;EAEpB,IAAMC,aAAa,GAAG,SAAhBA,aAAaA,CAAIJ,IAAI,EAAK;IAC9B,IAAIA,IAAI,KAAK,MAAM,EAAE;MACnB,OAAO,YAAY;KACpB,MAAM,IAAIA,IAAI,KAAK,OAAO,EAAE;MAC3B,OAAO,UAAU;KAClB,MAAM;MACL,OAAO,QAAQ;;GAElB;EAED,IAAMK,aAAa,GAAG,SAAhBA,aAAaA,CAAIL,IAAI,EAAK;IAC9B,IAAIA,IAAI,KAAK,MAAM,EAAE;MACnB,OAAO,kBAAkB;KAC1B,MAAM,IAAIA,IAAI,KAAK,OAAO,EAAE;MAC3B,OAAO,kBAAkB;KAC1B,MAAM;MACL,OAAO,MAAM;;GAEhB;EAED,oBACEf,cAAA,CAAAC,aAAA,CAACoB,YAAG;IACFhB,EAAE,EAAE;MACFiB,OAAO,EAAE,MAAM;MACfhB,KAAK,EAAE;QAAEiB,EAAE,EAAE,MAAM;QAAEC,EAAE,EAAE;OAAO;MAChCC,cAAc,EAAEN,aAAa,CAACJ,IAAI,CAAC;MACnCW,MAAM,EAAEN,aAAa,CAACL,IAAI,CAAC;MAC3BY,SAAS,EAAEZ,IAAI;MACfR,MAAM,EAAE;;kBAGVP,cAAA,CAAAC,aAAA,CAAC2B,cAAK;IAACC,SAAS,EAAC,MAAM;IAAC,MAAIX;kBAC1BlB,cAAA,CAAAC,aAAA,CAACoB,YAAG;IACFhB,EAAE,EAAE;MACFiB,OAAO,EAAE,MAAM;MACfQ,aAAa,EAAE,QAAQ;MACvBC,KAAK,EAAEvC,OAAO,CAACwC,UAAU;MACzBC,UAAU,EAAEd,aAAa,CAACJ,IAAI;;kBAGhCf,cAAA,CAAAC,aAAA,CAACoB,YAAG;IACFb,SAAS,EAAC,KAAK;IACf0B,GAAG,EAAE1C,OAAO,CAAC2C,KAAK,GAAG3C,OAAO,CAAC2C,KAAK,CAACC,GAAG,GAAG,yDAA0D;IACnG/B,EAAE,EAAE;MAAEC,KAAK,EAAE,OAAO;MAAEC,MAAM,EAAE,OAAO;MAAE8B,YAAY,EAAE,MAAM;MAAEC,YAAY,EAAE;;GAC5E,CAAC,eACFtC,cAAA,CAAAC,aAAA,CAACsC,mBAAU;IAACC,SAAS,EAAC,SAAS;IAACnC,EAAE,EAAE;MAAEgC,YAAY,EAAE,MAAM;MAAEI,SAAS,EAAE;QAAClB,EAAE,EAAE,OAAO;QAAEC,EAAE,EAAE;;;KACtFhC,OAAO,CAACkD,WAAW,GAClBlD,OAAO,CAACkD,WAAW,GACjB,qBACM,CAAC,eACb1C,cAAA,CAAAC,aAAA,CAACsC,mBAAU;IAACC,SAAS,EAAC,OAAO;IAACnC,EAAE,EAAE;MAAEgC,YAAY,EAAE,MAAM;MAAEV,SAAS,EAAE;;KAClEnC,OAAO,CAACmD,QAAQ,GACfnD,OAAO,CAACmD,QAAQ,GACd,mBACM,CACT,CACA,CACJ,CAAC;AAEV;;IC3EaC,MAAM,0BAAAC,eAAA;EAAAC,cAAA,CAAAF,MAAA,EAAAC,eAAA;EACf,SAAAD,SAAc;IAAA,IAAAG,KAAA;IACZA,KAAA,GAAAF,eAAA,CAAAG,IAAA,KAAM,CAAC;IAAAD,KAAA,CAET/D,MAAM,GAAG,CAACe,OAAO,CAAC;IAAAgD,KAAA,CAClB9D,eAAe,GAAG,CAAC,qBAAqB,CAAC;IAAA8D,KAAA,CACzC7D,kBAAkB,GAAG,CACnB;MACE,MAAM,EAAE,CAAC;MACT,UAAU,EAAC,UAAU;MACrB,aAAa,EAAC,aAAa;MAC3B,OAAO,EAAE;KACV,CAEF;IAAA,OAAA6D,KAAA;;EAXA,OAAAH,MAAA;AAAA,EAHuB7D,cAAc;;ACA3B,SAASgB,SAAOA,CAACP,OAAO,EAAE;EAAA,IAAAyD,qBAAA,EAAAC,sBAAA,EAAAC,sBAAA,EAAAC,sBAAA,EAAAC,sBAAA,EAAAC,sBAAA,EAAAC,sBAAA,EAAAC,sBAAA,EAAAC,sBAAA;EACvC,IAAMvC,OAAO,GAAG,IAAI;EACpB,oBACElB,cAAA,CAAAC,aAAA,CAAC2B,cAAK;IAACC,SAAS,EAAC,MAAM;IAAC,MAAIX;kBAC1BlB,cAAA,CAAAC,aAAA,CAACoB,YAAG;IACFhB,EAAE,EAAE;MACFiB,OAAO,EAAE,MAAM;MACfQ,aAAa,EAAE,QAAQ;MACvBxB,KAAK,EAAE;QAAEiB,EAAE,EAAE,MAAM;QAAEC,EAAE,EAAE;OAAO;MAChCjB,MAAM,EAAE;QAAEgB,EAAE,EAAE,MAAM;QAAEmC,EAAE,EAAE;OAAQ;MAClCjC,cAAc,EAAE,QAAQ;MACxBM,KAAK,GAAAkB,qBAAA,GAAEzD,OAAO,CAACgB,SAAS,CAACC,YAAY,CAAC,CAAC,CAAC,cAAAwC,qBAAA,uBAAjCA,qBAAA,CAAmCjB;;kBAG5ChC,cAAA,CAAAC,aAAA,CAACsC,mBAAU;IAACC,SAAS,EAAC,eAAe;IAACnC,EAAE,EAAE;MAAEgC,YAAY,EAAE;;KACvD,CAAAa,sBAAA,GAAA1D,OAAO,CAACgB,SAAS,CAACC,YAAY,CAAC,CAAC,CAAC,cAAAyC,sBAAA,eAAjCA,sBAAA,CAAmCS,KAAK,IAAAR,sBAAA,GACvC3D,OAAO,CAACgB,SAAS,CAACC,YAAY,CAAC,CAAC,CAAC,cAAA0C,sBAAA,uBAAjCA,sBAAA,CAAmCQ,KAAK,GACtC,gBACM,CAAC,eACb3D,cAAA,CAAAC,aAAA,CAACsC,mBAAU;IAACC,SAAS,EAAC,SAAS;IAACnC,EAAE,EAAE;MAAEgC,YAAY,EAAE;;KACjD,CAAAe,sBAAA,GAAA5D,OAAO,CAACgB,SAAS,CAACC,YAAY,CAAC,CAAC,CAAC,cAAA2C,sBAAA,eAAjCA,sBAAA,CAAmCV,WAAW,IAAAW,sBAAA,GAC7C7D,OAAO,CAACgB,SAAS,CAACC,YAAY,CAAC,CAAC,CAAC,cAAA4C,sBAAA,uBAAjCA,sBAAA,CAAmCX,WAAW,GAC5C,qBACM,CAAC,eACb1C,cAAA,CAAAC,aAAA,CAACoB,YAAG,qBACFrB,cAAA,CAAAC,aAAA,CAAC2D,eAAM;IACLC,OAAO,EAAC,WAAW;IACnBC,IAAI,GAAAR,sBAAA,GAAE9D,OAAO,CAACgB,SAAS,CAACC,YAAY,CAAC,CAAC,CAAC,cAAA6C,sBAAA,uBAAjCA,sBAAA,CAAmCS,aAAc;IACvDC,MAAM,EAAE,EAAAT,sBAAA,GAAA/D,OAAO,CAACgB,SAAS,CAACC,YAAY,CAAC,CAAC,CAAC,cAAA8C,sBAAA,uBAAjCA,sBAAA,CAAmCU,IAAI,KAAI,CAAC,GAAG,QAAQ,GAAG,OAAQ;IAC1E5D,EAAE,EAAE;MAAEC,KAAK,EAAE,MAAM;MAAE+B,YAAY,EAAE;;KAElC,CAAAmB,sBAAA,GAAAhE,OAAO,CAACgB,SAAS,CAACC,YAAY,CAAC,CAAC,CAAC,cAAA+C,sBAAA,eAAjCA,sBAAA,CAAmCU,YAAY,IAAAT,sBAAA,GAC9CjE,OAAO,CAACgB,SAAS,CAACC,YAAY,CAAC,CAAC,CAAC,cAAAgD,sBAAA,uBAAjCA,sBAAA,CAAmCS,YAAY,GAC7C,cACE,CACL,CACF,CACA,CAAC;AAEZ;;ICvCaC,MAAM,0BAAAtB,eAAA;EAAAC,cAAA,CAAAqB,MAAA,EAAAtB,eAAA;EACjB,SAAAsB,SAAc;IAAA,IAAApB,KAAA;IACZA,KAAA,GAAAF,eAAA,CAAAG,IAAA,KAAM,CAAC;IAAAD,KAAA,CAGT/D,MAAM,GAAG,CAACe,SAAO,CAAC;IAAAgD,KAAA,CAClB9D,eAAe,GAAG,CAAC,qBAAqB,CAAC;IAAA8D,KAAA,CACzC7D,kBAAkB,GAAG,CACnB;MACE,MAAM,EAAE,CAAC;MACT,OAAO,EAAE,QAAQ;MACjB,aAAa,EAAE,aAAa;MAC5B,cAAc,EAAE,cAAc;MAC9B,eAAe,EAAE,eAAe;MAChC,YAAY,EAAE,YAAY;MAC1B,MAAM,EAAE;KAET,CAEF;IAAA,OAAA6D,KAAA;;EAhBA,OAAAoB,MAAA;AAAA,EAHyBpF,cAAc;;ACE3B,SAASgB,SAAOA,CAACP,OAAO,EAAE;EAAA,IAAAyD,qBAAA,EAAAC,sBAAA,EAAAC,sBAAA,EAAAC,sBAAA,EAAAC,sBAAA,EAAAC,sBAAA,EAAAC,sBAAA,EAAAC,sBAAA,EAAAC,sBAAA,EAAAW,uBAAA,EAAAC,uBAAA;EAEvC,IAAMnD,OAAO,GAAG,IAAI;EAEpB,oBACElB,cAAA,CAAAC,aAAA,CAACoB,YAAG;IACFhB,EAAE,EAAE;MACFiB,OAAO,EAAE,MAAM;MACfQ,aAAa,EAAE;QAAEP,EAAE,EAAE,QAAQ;QAAEC,EAAE,EAAEhC,OAAO,CAACgB,SAAS,CAACQ,eAAe,IAAI,OAAO,GAAG,KAAK,GAAG;OAAe;MACzGsD,GAAG,EAAE,MAAM;MACXrC,UAAU,EAAE;KACZ;IACFF,KAAK,GAAAkB,qBAAA,GAAEzD,OAAO,CAACgB,SAAS,CAACC,YAAY,CAAC,CAAC,CAAC,cAAAwC,qBAAA,uBAAjCA,qBAAA,CAAmCjB;kBAE1ChC,cAAA,CAAAC,aAAA,CAACoB,YAAG,qBACFrB,cAAA,CAAAC,aAAA,CAAC2B,cAAK;IAACC,SAAS,EAAC,OAAO;IAAC,MAAIX;kBAC3BlB,cAAA,CAAAC,aAAA,CAACoB,YAAG;IAAChB,EAAE,EAAE;MAAEC,KAAK,EAAE;QAAEiB,EAAE,EAAE,MAAM;QAAEC,EAAE,EAAE,OAAO;QAAEkC,EAAE,EAAE;OAAS;MAAEnD,MAAM,EAAE;QAAEiB,EAAE,EAAE,OAAO;QAAEkC,EAAE,EAAE;OAAS;MAAEa,QAAQ,EAAE;;kBAC1GvE,cAAA,CAAAC,aAAA;IAAKK,KAAK,EAAC,MAAM;IAACC,MAAM,EAAC,MAAM;IAAC2B,GAAG,EAAE,CAAAgB,sBAAA,GAAA1D,OAAO,CAACgB,SAAS,CAACC,YAAY,CAAC,CAAC,CAAC,cAAAyC,sBAAA,eAAjCA,sBAAA,CAAmCf,KAAK,IAAAgB,sBAAA,GAAG3D,OAAO,CAACgB,SAAS,CAACC,YAAY,CAAC,CAAC,CAAC,cAAA0C,sBAAA,uBAAjCA,sBAAA,CAAmChB,KAAK,CAACC,GAAG,GAAG;GAA6H,CACzP,CACA,CACJ,CAAC,eACNpC,cAAA,CAAAC,aAAA,CAACoB,YAAG,qBACFrB,cAAA,CAAAC,aAAA,CAACuE,IAAI,EAAAC,QAAA;IACH,MAAIvD,OAAQ;IACZwD,KAAK,EAAE;MAAEC,eAAe,EAAE;;KACrBzD,CAAU;IAAE0D,OAAO,EAAE;GAAM,CAAK,gBAErC5E,cAAA,CAAAC,aAAA,CAACoB,YAAG,qBACFrB,cAAA,CAAAC,aAAA,CAACoB,YAAG;IAAChB,EAAE,EAAE;MAAEgC,YAAY,EAAE;;kBACvBrC,cAAA,CAAAC,aAAA,CAACsC,mBAAU;IAACC,SAAS,EAAC;KAAgB,CAAAY,sBAAA,GAAA5D,OAAO,CAACgB,SAAS,CAACC,YAAY,CAAC,CAAC,CAAC,cAAA2C,sBAAA,eAAjCA,sBAAA,CAAmCO,KAAK,IAAAN,sBAAA,GAAG7D,OAAO,CAACgB,SAAS,CAACC,YAAY,CAAC,CAAC,CAAC,cAAA4C,sBAAA,uBAAjCA,sBAAA,CAAmCM,KAAK,GAAG,gBAA6B,CACtJ,CAAC,eACN3D,cAAA,CAAAC,aAAA,CAACoB,YAAG;IAAChB,EAAE,EAAE;MAAEgC,YAAY,EAAE,MAAM;MAAEN,KAAK,EAAE;;kBACtC/B,cAAA,CAAAC,aAAA,CAACsC,mBAAU;IAACC,SAAS,EAAC;KACnB,CAAAc,sBAAA,GAAA9D,OAAO,CAACgB,SAAS,CAACC,YAAY,CAAC,CAAC,CAAC,cAAA6C,sBAAA,eAAjCA,sBAAA,CAAmCZ,WAAW,IAAAa,sBAAA,GAAG/D,OAAO,CAACgB,SAAS,CAACC,YAAY,CAAC,CAAC,CAAC,cAAA8C,sBAAA,uBAAjCA,sBAAA,CAAmCb,WAAW,GAAG,qBACzF,CACT,CAAC,eACN1C,cAAA,CAAAC,aAAA,CAACoB,YAAG,qBACFrB,cAAA,CAAAC,aAAA,CAAC2D,eAAM;IACLC,OAAO,EAAC,WAAW;IACnBC,IAAI,GAAAN,sBAAA,GAAEhE,OAAO,CAACgB,SAAS,CAACC,YAAY,CAAC,CAAC,CAAC,cAAA+C,sBAAA,uBAAjCA,sBAAA,CAAmCO,aAAc;IACvDC,MAAM,EAAE,EAAAP,sBAAA,GAAAjE,OAAO,CAACgB,SAAS,CAACC,YAAY,CAAC,CAAC,CAAC,cAAAgD,sBAAA,uBAAjCA,sBAAA,CAAmCQ,IAAI,KAAI,CAAC,GAAG,QAAQ,GAAG,OAAQ;IAC1E5D,EAAE,EAAE;MAAEC,KAAK,EAAE;;KAEZ,CAAA8D,uBAAA,GAAA5E,OAAO,CAACgB,SAAS,CAACC,YAAY,CAAC,CAAC,CAAC,cAAA2D,uBAAA,eAAjCA,uBAAA,CAAmCF,YAAY,IAAAG,uBAAA,GAC9C7E,OAAO,CAACgB,SAAS,CAACC,YAAY,CAAC,CAAC,CAAC,cAAA4D,uBAAA,uBAAjCA,uBAAA,CAAmCH,YAAY,GAAG,cAC9C,CACL,CACF,CACD,CACH,CACF,CAAC;AAEV;;ICtDaW,WAAW,0BAAAhC,eAAA;EAAAC,cAAA,CAAA+B,WAAA,EAAAhC,eAAA;EACpB,SAAAgC,cAAc;IAAA,IAAA9B,KAAA;IACZA,KAAA,GAAAF,eAAA,CAAAG,IAAA,KAAM,CAAC;IAAAD,KAAA,CAET/D,MAAM,GAAG,CAACe,SAAO,EAAEA,SAAO,CAAC;IAAAgD,KAAA,CAC3B9D,eAAe,GAAG,CAAC,yBAAyB,EAAE,yBAAyB,CAAC;IAAA8D,KAAA,CACxE7D,kBAAkB,GAAG,CACnB;MACE,MAAM,EAAE,CAAC;MACT,OAAO,EAAC,OAAO;MACf,aAAa,EAAC,MAAM;MACpB,cAAc,EAAC,cAAc;MAC7B,eAAe,EAAC,eAAe;MAC/B,OAAO,EAAC,SAAS;MACjB,MAAM,EAAC;KACR,EACD;MACE,MAAM,EAAE,CAAC;MACT,OAAO,EAAC,OAAO;MACf,aAAa,EAAC,MAAM;MACpB,cAAc,EAAC,cAAc;MAC7B,eAAe,EAAC,eAAe;MAC/B,OAAO,EAAC;KACT,CACF;IAAA,OAAA6D,KAAA;;EArBA,OAAA8B,WAAA;AAAA,EAH4B9F,cAAc;;ACAhC,SAASgB,SAAOA,CAACP,OAAO,EAAE;EAAA,IAAAyD,qBAAA;EACvC,IAAM/B,OAAO,GAAG,IAAI;EAEpB,oBACElB,cAAA,CAAAC,aAAA,CAAC2B,cAAK;IAACC,SAAS,EAAC,MAAM;IAAC,MAAIX;kBAC1BlB,cAAA,CAAAC,aAAA,CAACoB,YAAG;IAAChB,EAAE,EAAE;MAAEC,KAAK,EAAE;;kBAChBN,cAAA,CAAAC,aAAA,CAACsC,mBAAU;IAACC,SAAS,EAAC,cAAc;IAACnC,EAAE,EAAE;MAAEqB,MAAM,EAAE;;KAAgBlC,OAAO,CAACgB,SAAS,CAACmD,KAAK,GAAGnE,OAAO,CAACgB,SAAS,CAACmD,KAAK,GAAG,mBAAgC,CAAC,eACxJ3D,cAAA,CAAAC,aAAA,CAAC6E,aAAI;IAACC,SAAS;MAAA9B,qBAAA,GACZzD,OAAO,CAACgB,SAAS,CAACC,YAAY,cAAAwC,qBAAA,uBAA9BA,qBAAA,CAAgCvC,GAAG,CAAC,UAACf,GAAG,EAAEqF,KAAK;IAAA,oBAC9ChF,cAAA,CAAAC,aAAA,CAAC6E,aAAI;MAAChE,GAAG,EAAEkE,KAAM;MAACrE,IAAI;MAACY,EAAE,EAAE,EAAG;MAACC,EAAE,EAAE;oBACjCxB,cAAA,CAAAC,aAAA,CAACoB,YAAG;MACFb,SAAS,EAAC,KAAK;MACf0B,GAAG,EACDvC,GAAG,CAACwC,KAAK,CAACC,GAAG,GACXzC,GAAG,CAACwC,KAAK,CAACC,GAAG,GACb,sHACH;MACD/B,EAAE,EAAE;QACFC,KAAK,EAAE;UAAEiB,EAAE,EAAE,MAAM;UAAEC,EAAE,EAAE;SAAO;QAChCyD,WAAW,EAAE,MAAM;QACnB5C,YAAY,EAAE;;KAEjB,CACG,CAAC;GACR,CACG,CACH,CACA,CAAC;AAEZ;;IC7Ba6C,OAAO,0BAAArC,eAAA;EAAAC,cAAA,CAAAoC,OAAA,EAAArC,eAAA;EAChB,SAAAqC,UAAc;IAAA,IAAAnC,KAAA;IACZA,KAAA,GAAAF,eAAA,CAAAG,IAAA,KAAM,CAAC;IAAAD,KAAA,CAET/D,MAAM,GAAG,CAACe,SAAO,CAAC;IAAAgD,KAAA,CAClB9D,eAAe,GAAG,CAAC,sBAAsB,CAAC;IAAA8D,KAAA,CAC1C7D,kBAAkB,GAAG,CACnB;MACE,MAAM,EAAE,CAAC;MACT,OAAO,EAAE;KACV,CAEF;IAAA,OAAA6D,KAAA;;EATA,OAAAmC,OAAA;AAAA,EAHwBnG,cAAc;;ACA5B,SAASgB,SAAOA,CAACP,OAAO,EAAE;EAAA,IAAAyD,qBAAA,EAAAC,sBAAA,EAAAC,sBAAA,EAAAC,sBAAA,EAAAC,sBAAA;EACvC,IAAMnC,OAAO,GAAG,IAAI;EAEpB,oBACElB,cAAA,CAAAC,aAAA,CAAC2B,cAAK;IAACC,SAAS,EAAC,MAAM;IAAC,MAAIX;kBAC1BlB,cAAA,CAAAC,aAAA,CAACoB,YAAG;IACFhB,EAAE,EAAE;MACFC,KAAK,EAAE;QAACiB,EAAE,EAAC,MAAM;QAAEC,EAAE,EAAC;OAAM;MAC5BO,KAAK,GAAAkB,qBAAA,GAAEzD,OAAO,CAACgB,SAAS,CAACC,YAAY,CAAC,CAAC,CAAC,cAAAwC,qBAAA,uBAAjCA,qBAAA,CAAmCjB,UAAU;MACpDL,SAAS,EAAEnC,OAAO,CAACgB,SAAS,CAACQ;;kBAG/BhB,cAAA,CAAAC,aAAA,CAACsC,mBAAU;IAACC,SAAS,EAAC,cAAc;IAACnC,EAAE,EAAE;MAAEgC,YAAY,EAAE;;KACtD,CAAAa,sBAAA,GAAA1D,OAAO,CAACgB,SAAS,CAACC,YAAY,CAAC,CAAC,CAAC,cAAAyC,sBAAA,eAAjCA,sBAAA,CAAmCS,KAAK,IAAAR,sBAAA,GACvC3D,OAAO,CAACgB,SAAS,CAACC,YAAY,CAAC,CAAC,CAAC,cAAA0C,sBAAA,uBAAjCA,sBAAA,CAAmCQ,KAAK,GACtC,gBACM,CAAC,eACb3D,cAAA,CAAAC,aAAA,CAACsC,mBAAU;IAACC,SAAS,EAAC,QAAQ;IAACnC,EAAE,EAAE;MAAEgC,YAAY,EAAE,MAAM;MAAEN,KAAK,EAAE;;KAC/D,CAAAqB,sBAAA,GAAA5D,OAAO,CAACgB,SAAS,CAACC,YAAY,CAAC,CAAC,CAAC,cAAA2C,sBAAA,eAAjCA,sBAAA,CAAmCV,WAAW,IAAAW,sBAAA,GAC7C7D,OAAO,CAACgB,SAAS,CAACC,YAAY,CAAC,CAAC,CAAC,cAAA4C,sBAAA,uBAAjCA,sBAAA,CAAmCX,WAAW,GAC5C,qBACM,CACT,CACA,CAAC;AAEZ;;ICzBayC,IAAI,0BAAAtC,eAAA;EAAAC,cAAA,CAAAqC,IAAA,EAAAtC,eAAA;EACf,SAAAsC,OAAc;IAAA,IAAApC,KAAA;IACZA,KAAA,GAAAF,eAAA,CAAAG,IAAA,KAAM,CAAC;IAAAD,KAAA,CAET/D,MAAM,GAAG,CAACe,SAAO,CAAC;IAAAgD,KAAA,CAClB9D,eAAe,GAAG,CAAC,qBAAqB,CAAC;IAAA8D,KAAA,CACzC7D,kBAAkB,GAAG,CACnB;MACE,MAAM,EAAE,CAAC;MACT,OAAO,EAAE,QAAQ;MACjB,aAAa,EAAE;KAChB,CACF;IAAA,OAAA6D,KAAA;;EATA,OAAAoC,IAAA;AAAA,EAHuBpG,cAAc;;ACCzB,SAASgB,SAAOA,CAACP,OAAO,EAAE;EAEvC,oBACEQ,cAAA,CAAAC,aAAA,CAAC6E,aAAI;IAACC,SAAS;IAAC1E,EAAE,EAAE;MAAEE,MAAM,EAAE,OAAO;MAAED,KAAK,EAAE;;kBAC5CN,cAAA,CAAAC,aAAA,CAACY,MAAI;IAACrB,OAAO,EAAEA,OAAO,CAACgB,SAAS,CAACC,YAAa;IAACM,IAAI,EAAEvB,OAAO,CAACgB,SAAS,CAACQ;GAAkB,CACrF,CAAC;AAEX;AAEA,SAASH,MAAIA,CAACI,KAAK,EAAE;EACnB,IAAQzB,OAAO,GAAWyB,KAAK,CAAvBzB,OAAO;IAAEuB,IAAI,GAAKE,KAAK,CAAdF,IAAI;EAErB,IAAAqE,SAAA,GAAkDC,cAAQ,CAAC,EAAE,CAAC;IAAvDC,iBAAiB,GAAAF,SAAA;IAAEG,oBAAoB,GAAAH,SAAA;EAC9C,IAAMlE,OAAO,GAAG,IAAI;EACpB,IAAMsE,KAAK,GAAGC,iBAAQ,EAAE;EACxB,IAAMC,UAAU,GAAGC,sBAAa,CAACH,KAAK,CAACI,WAAW,CAACC,IAAI,CAAC,IAAI,CAAC,CAAC;EAC9D,IAAMC,UAAU,GAAGH,sBAAa,CAACH,KAAK,CAACI,WAAW,CAACG,OAAO,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;EACvE,IAAMC,UAAU,GAAGL,sBAAa,CAACH,KAAK,CAACI,WAAW,CAACG,OAAO,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;EACvE,IAAME,UAAU,GAAGN,sBAAa,CAACH,KAAK,CAACI,WAAW,CAACM,EAAE,CAAC,IAAI,CAAC,CAAC;EAE5D,SAASC,aAAaA,CAACC,OAAO,EAAEC,YAAY,EAAE;IAC5C,IAAIC,WAAW,GAAG,EAAE;IACpB,IAAIC,gBAAgB,GAAG,EAAE;IAEzB,KAAK,IAAI3F,CAAC,GAAG,CAAC,EAAEA,CAAC,GAAGwF,OAAO,CAAC9G,MAAM,EAAEsB,CAAC,EAAE,EAAE;MACvC2F,gBAAgB,CAACC,IAAI,CAACJ,OAAO,CAACxF,CAAC,CAAC,CAAC;MAEjC,IAAI2F,gBAAgB,CAACjH,MAAM,KAAK+G,YAAY,IAAIzF,CAAC,KAAKwF,OAAO,CAAC9G,MAAM,GAAG,CAAC,EAAE;QACxEgH,WAAW,CAACE,IAAI,CAACD,gBAAgB,CAAC;QAClCA,gBAAgB,GAAG,EAAE;;;IAIzB,OAAOD,WAAW;;EAGpBG,eAAS,CAAC,YAAM;IACd,IAAIJ,YAAY;IAEhB,IAAIP,UAAU,EAAE;MACdO,YAAY,GAAG,CAAC;KACjB,MAAM,IAAIL,UAAU,EAAE;MACrBK,YAAY,GAAG,CAAC;KACjB,MAAM,IAAIJ,UAAU,EAAE;MACrBI,YAAY,GAAG,CAAC;KACjB,MAAM,IAAIX,UAAU,EAAE;MACrBW,YAAY,GAAG,CAAC;;IAGlBd,oBAAoB,CAACY,aAAa,CAAC3G,OAAO,EAAE6G,YAAY,CAAC,CAAC;GAC3D,EAAE,CAACX,UAAU,EAAEI,UAAU,EAAEE,UAAU,EAAEC,UAAU,EAAEzG,OAAO,CAAC,CAAC;EAE7D,IAAI,CAAC8F,iBAAiB,EAAE;IACtB,OAAO,IAAI;GACZ,MAAM;IACL,OACE9F,OAAO,CAACF,MAAM,GAAG,CAAC,gBAChBU,cAAA,CAAAC,aAAA,CAACC,QAAQ;MACPwG,QAAQ,EAAE,KAAM;MAChBvG,UAAU,EAAE,KAAM;MAClBwG,uBAAuB,EAAE,IAAK;MAC9BC,eAAe,EAAE;QACflC,KAAK,EAAE;UACLmC,eAAe,EAAE,aAAa;UAC9BvE,YAAY,EAAE,CAAC;UACfP,KAAK,EAAE;;OAET;MACF+E,sBAAsB,EAAE;QACtBpC,KAAK,EAAE;UACLqC,GAAG,EAAE,GAAG;UACRC,MAAM,EAAE;;OAEV;MACF3G,EAAE,EAAE;QACFC,KAAK,EAAE,MAAM;QACbC,MAAM,EAAE,OAAO;QACf0G,UAAU,EAAE,MAAM;QAElB,eAAe,EAAE;UACfC,IAAI,EAAE;YAAE3F,EAAE,EAAE,KAAK;YAAEC,EAAE,EAAE;WAAO;UAC9BjB,MAAM,EAAE;SACT;QACD,gBAAgB,EAAE;UAChBA,MAAM,EAAE;;;OAKV+E,iBAAiB,CAAC5E,GAAG,CAAC,UAACyG,KAAK,EAAEvG,CAAC,EAAK;MAClC,oBACEZ,cAAA,CAAAC,aAAA,CAAC6E,aAAI;QAACC,SAAS;QAACjE,GAAG,EAAEF,CAAE;QAACwG,OAAO,EAAE,CAAE;QAAC/G,EAAE,EAAE;UAAEqB,MAAM,EAAE,MAAM;UAAE2F,OAAO,EAAE;;SAE/DF,KAAK,CAACzG,GAAG,CAAC,UAACC,IAAI,EAAE2G,CAAC,EAAK;QAAA,IAAAC,IAAA;QACrB,oBACEvH,cAAA,CAAAC,aAAA,CAAC6E,aAAI;UACHnE,IAAI;UACJG,GAAG,EAAEwG,CAAE;UACPE,EAAE,EAAE,CAAE;UACNhG,EAAE,EAAE,CAAE;UACNkC,EAAE,EAAE,CAAE;UACNrD,EAAE,EAAE;YACFoH,WAAW,EAAE,KAAK;YAClB,iBAAiB,EAAE;cACjBA,WAAW,EAAE;;;wBAIjBzH,cAAA,CAAAC,aAAA,CAAC2B,cAAK;UAACC,SAAS,EAAC,MAAM;UAAC,MAAIX;wBAC1BlB,cAAA,CAAAC,aAAA,CAACyH,aAAI;UACHrH,EAAE,GAAAkH,IAAA;YACAjH,KAAK,EAAE,OAAO;YACdiE,QAAQ,EAAE,GAAG;YACboD,SAAS,EAAE,MAAM;YACjBrF,YAAY,EAAE,CAAC;YACfsF,MAAM,EAAE;aAAmBL,IAAA,mBACb,MAAM,EAAAA,IAAA,CACpBV,eAAe,GAAE,aAAa,EAAAU,IAAA;wBAGhCvH,cAAA,CAAAC,aAAA,CAAC4H,kBAAS;UACRrH,SAAS,EAAC,KAAK;UACfD,MAAM,EAAC,OAAO;UACdD,KAAK,EAAC,OAAO;UACb6B,KAAK,EAAExB,IAAI,CAACwB,KAAK,CAACC,GAAG,GAAGzB,IAAI,CAACwB,KAAK,CAACC,GAAG,GAAG,uDAAwD;UACjG/B,EAAE,EAAE;YAAE4E,WAAW,EAAE;;SACpB,CAAC,eACFjF,cAAA,CAAAC,aAAA,CAAC6H,oBAAW;UACVzH,EAAE,EAAE;YACFgH,OAAO,EAAE,UAAU;YACnB1F,SAAS,EAAEZ,IAAI;YACf,kCAAkC,EAAE;cAClCgH,aAAa,EAAE;;;wBAInB/H,cAAA,CAAAC,aAAA,CAACsC,mBAAU;UACTC,SAAS,EAAC,OAAO;UACjBnC,EAAE,EAAE;YACFiB,OAAO,EAAE,aAAa;YACtB0G,eAAe,EAAE,CAAC;YAClBC,eAAe,EAAE,UAAU;YAC3BC,QAAQ,EAAE,QAAQ;YAClBC,YAAY,EAAE;;WAEfxH,IAAI,CAACgD,KAAK,GAAGhD,IAAI,CAACgD,KAAK,GAAG,eACjB,CAAC,eACb3D,cAAA,CAAAC,aAAA,CAACsC,mBAAU;UACTC,SAAS,EAAC,QAAQ;UAClBnC,EAAE,EAAE;YACFoC,SAAS,EAAE,MAAM;YACjBnB,OAAO,EAAE,aAAa;YACtB0G,eAAe,EAAE,CAAC;YAClBC,eAAe,EAAE,UAAU;YAC3BC,QAAQ,EAAE,QAAQ;YAClBC,YAAY,EAAE;;WAEfxH,IAAI,CAACgC,QAAQ,GAAGhC,IAAI,CAACgC,QAAQ,GAAG,kBACvB,CAAC,eACb3C,cAAA,CAAAC,aAAA,CAAC2D,eAAM;UACLC,OAAO,EAAC,WAAW;UACnBC,IAAI,EAAEnD,IAAI,CAACoD,aAAa,GAAGpD,IAAI,CAACoD,aAAa,GAAG,GAAI;UACpDC,MAAM,EAAErD,IAAI,CAACsD,IAAI,IAAI,CAAC,GAAG,QAAQ,GAAG,OAAQ;UAC5C5D,EAAE,EAAE;YAAEC,KAAK,EAAE,MAAM;YAAE8H,SAAS,EAAE;;WAE/BzH,IAAI,CAACuD,YAAY,GAAGvD,IAAI,CAACuD,YAAY,GAAG,cACnC,CACG,CACT,CACD,CACH,CAAC;OAEV,CAEC,CAAC;KAEV,CAEK,CAAC,GAEX1E,OAAO,CAACkB,GAAG,CAAC,UAACC,IAAI,EAAEC,CAAC,EAAK;MAAA,IAAAyH,KAAA;MACvB,oBACErI,cAAA,CAAAC,aAAA,CAAC6E,aAAI;QAACnE,IAAI;QAACG,GAAG,EAAEF,CAAE;QAAC4G,EAAE,EAAE,CAAE;QAAChG,EAAE,EAAE,CAAE;QAACkC,EAAE,EAAE;sBACnC1D,cAAA,CAAAC,aAAA,CAAC2B,cAAK;QAACC,SAAS,EAAC,MAAM;QAAC,MAAIX;sBAC1BlB,cAAA,CAAAC,aAAA,CAACyH,aAAI;QACHrH,EAAE,GAAAgI,KAAA;UACA/H,KAAK,EAAE,OAAO;UACdiE,QAAQ,EAAE,GAAG;UACboD,SAAS,EAAE,MAAM;UACjBrF,YAAY,EAAE,CAAC;UACfsF,MAAM,EAAE;WAAmBS,KAAA,mBACb,MAAM,EAAAA,KAAA;sBAGtBrI,cAAA,CAAAC,aAAA,CAAC4H,kBAAS;QACRrH,SAAS,EAAC,KAAK;QACfD,MAAM,EAAC,OAAO;QACdD,KAAK,EAAC,OAAO;QACbD,EAAE,EAAE;UAAE4E,WAAW,EAAE;SAAQ;QAC3B9C,KAAK,EAAExB,IAAI,CAACwB,KAAK,CAACC,GAAG,GACnBzB,IAAI,CAACwB,KAAK,CAACC,GAAG,GACd;OACH,CAAC,eACFpC,cAAA,CAAAC,aAAA,CAAC6H,oBAAW;QACVzH,EAAE,EAAE;UACFgH,OAAO,EAAE,UAAU;UACnB,kCAAkC,EAAE;YAClCU,aAAa,EAAE;;;sBAInB/H,cAAA,CAAAC,aAAA,CAACoB,YAAG;QACFb,SAAS,EAAC,KAAK;QACfH,EAAE,EAAE;UACFiB,OAAO,EAAE,MAAM;UACfG,cAAc,EAAE,eAAe;UAC/BQ,UAAU,EAAE;;sBAGdjC,cAAA,CAAAC,aAAA,CAACoB,YAAG;QAAChB,EAAE,EAAE;UAAEkE,QAAQ,EAAE;;sBACnBvE,cAAA,CAAAC,aAAA,CAACsC,mBAAU;QACTC,SAAS,EAAC,OAAO;QACjBnC,EAAE,EAAE;UAEFiB,OAAO,EAAE,aAAa;UACtB0G,eAAe,EAAE,CAAC;UAClBC,eAAe,EAAE,UAAU;UAC3BC,QAAQ,EAAE,QAAQ;UAClBC,YAAY,EAAE;;SAEfxH,IAAI,CAACgD,KAAK,GAAGhD,IAAI,CAACgD,KAAK,GAAG,eACjB,CACT,CACF,CAAC,eACN3D,cAAA,CAAAC,aAAA,CAACsC,mBAAU;QACTC,SAAS,EAAC,QAAQ;QAClBnC,EAAE,EAAE;UACFoC,SAAS,EAAE,MAAM;UACjBnB,OAAO,EAAE,aAAa;UACtB0G,eAAe,EAAE,CAAC;UAClBC,eAAe,EAAE,UAAU;UAC3BC,QAAQ,EAAE,QAAQ;UAClBC,YAAY,EAAE;;SAEfxH,IAAI,CAACgC,QAAQ,GAAGhC,IAAI,CAACgC,QAAQ,GAAG,kBACvB,CACD,CACT,CACD,CACH,CAAC;KAEV,CACF;;AAGP;;IChQa2F,IAAI,0BAAAzF,eAAA;EAAAC,cAAA,CAAAwF,IAAA,EAAAzF,eAAA;EACb,SAAAyF,OAAc;IAAA,IAAAvF,KAAA;IACZA,KAAA,GAAAF,eAAA,CAAAG,IAAA,KAAM,CAAC;IAAAD,KAAA,CAET/D,MAAM,GAAG,CAACe,SAAO,CAAC;IAAAgD,KAAA,CAClB9D,eAAe,GAAG,CAAC,mBAAmB,CAAC;IAAA8D,KAAA,CACvC7D,kBAAkB,GAAG,CACnB;MACE,MAAM,EAAE,CAAC;MACT,OAAO,EAAC,OAAO;MACf,UAAU,EAAC,UAAU;MACrB,cAAc,EAAC,cAAc;MAC7B,eAAe,EAAC,eAAe;MAC/B,OAAO,EAAC,KAAK;MACb,MAAM,EAAC;KACR,CACF;IAAA,OAAA6D,KAAA;;EAbA,OAAAuF,IAAA;AAAA,EAHqBvJ,cAAc;;ACAzB,SAASwJ,eAAeA,CAACtH,KAAK,EAAE;EAAA,IAAAuH,qBAAA;EAC7C,IAAQC,IAAI,GAAexH,KAAK,CAAxBwH,IAAI;IAAEC,QAAQ,GAAKzH,KAAK,CAAlByH,QAAQ;EACtB,IAAMC,QAAQ,GAAGC,QAAQ,CAACH,IAAI,CAACjI,SAAS,CAACqI,sBAAsB,CAAC;EAEhE,oBACE7I,cAAA,CAAAC,aAAA,CAACoB,YAAG;IACFhB,EAAE,EAAE;MACFiB,OAAO,EAAE,MAAM;MACfW,UAAU,EAAE,QAAQ;MACpB4E,eAAe,EACb4B,IAAI,CAACjI,SAAS,CAACsI,OAAO,KAAK,CAAC,GACxBL,IAAI,CAACjI,SAAS,CAACuI,SAAS,GACxBC,SAAS;MACfC,eAAe,EACbR,IAAI,CAACjI,SAAS,CAACsI,OAAO,KAAK,CAAC,2BACFL,IAAI,CAACjI,SAAS,CAAC0I,uBAAuB,UAAKT,IAAI,CAACjI,SAAS,CAACuI,SAAS,UAAKN,IAAI,CAACjI,SAAS,CAAC2I,SAAS,SACtHV,IAAI,CAACjI,SAAS,CAACsI,OAAO,KAAK,CAAC,cAAAN,qBAAA,GACnBC,IAAI,CAACjI,SAAS,CAAC4I,QAAQ,cAAAZ,qBAAA,uBAAvBA,qBAAA,CAAyBpG,GAAG,UACnC4G,SAAS;MACjBK,kBAAkB,EAAE,QAAQ;MAC5BC,cAAc,EAAE,OAAO;MACvBC,gBAAgB,EAAE;;kBAGpBvJ,cAAA,CAAAC,aAAA,CAACoB,YAAG;IACFhB,EAAE,EAAE;MACFmJ,OAAO,QAAKf,IAAI,CAACjI,SAAS,CAACiJ,gBAAgB,IAAIhB,IAAI,CAACjI,SAAS,CAACsI,OAAO,KAAK,CAAC,aACjEH,QAAQ,CAACe,CAAC,UAAKf,QAAQ,CAACgB,CAAC,UAAKhB,QAAQ,CAACiB,CAAC,UAAKnB,IAAI,CAACjI,SAAS,CAACqJ,0BAA0B,SAC9Fb,SAAS,CACP;MACJ3B,OAAO,EAAE,WAAW;MACpB/G,KAAK,EAAE;;kBAGTN,cAAA,CAAAC,aAAA,CAAC6J,kBAAS;IACRvF,QAAQ,EAAC,IAAI;IACblE,EAAE,EAAE;MACFgH,OAAO,EAAE,KAAK;MACd,qBAAqB,EAAC;QACpBI,WAAW,EAAE;UAAElG,EAAE,EAAE,KAAK;UAAEwI,EAAE,EAAE;SAAQ;QACtCC,YAAY,EAAE;UAAEzI,EAAE,EAAE,KAAK;UAAEwI,EAAE,EAAE;;;;kBAInC/J,cAAA,CAAAC,aAAA,CAACoB,YAAG;IACFhB,EAAE,EAAE;MACF4J,QAAQ,EAAE;QAAE1I,EAAE,EAAE,MAAM;QAAEC,EAAE,EAAE;OAAO;MACnCF,OAAO,EAAE,MAAM;MACfG,cAAc,EAAE;QACdF,EAAE,EAAE,QAAQ;QACZC,EAAE,EAAEiH,IAAI,CAACjI,SAAS,CAACQ,eAAe,GAAGyH,IAAI,CAACjI,SAAS,CAACQ,eAAe,GAAG;;;KAIzE0H,QACE,CACI,CACR,CACF,CAAC;AAEV;AAGA,SAASE,QAAQA,CAACsB,GAAG,EAAE;EACrB,IAAIA,GAAG,EAAE;IACP,IAAMC,QAAQ,GAAGD,GAAG,CAACE,UAAU,CAAC,GAAG,CAAC,GAAGF,GAAG,CAACG,KAAK,CAAC,CAAC,CAAC,GAAGH,GAAG;IAEzD,IAAMR,CAAC,GAAGY,QAAQ,CAACH,QAAQ,CAACI,SAAS,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC;IAChD,IAAMZ,CAAC,GAAGW,QAAQ,CAACH,QAAQ,CAACI,SAAS,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC;IAChD,IAAMX,CAAC,GAAGU,QAAQ,CAACH,QAAQ,CAACI,SAAS,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC;IAChD,OAAO;MAAEb,CAAC,EAADA,CAAC;MAAEC,CAAC,EAADA,CAAC;MAAEC,CAAC,EAADA;KAAG;GACnB,MAAM;IACL,OAAO;MAAEF,CAAC,EAAE,CAAC;MAAEC,CAAC,EAAE,CAAC;MAAEC,CAAC,EAAE;KAAG;;AAE/B;;AC7EO,IAAMY,YAAY,GAAG,6DAA6D;;ICU5EC,OAAO;EAClB,SAAAA,QAAYC,aAAa,EAAElF,KAAK,EAAE;IAChC,IAAI,CAACmF,KAAK,GAAGD,aAAa;;EAC3B,IAAAvL,MAAA,GAAAsL,OAAA,CAAArL,SAAA;EAAAD,MAAA,CAEDqB,SAAS,GAAT,SAAAA,UAAUiI,IAAI,EAAE;IACd5I,OAAO,CAACC,GAAG,CAAC,MAAM,EAAE2I,IAAI,CAAC;IACzB,oBACEzI,cAAA,CAAAC,aAAA,CAACsI,eAAe;MAACE,IAAI,EAAEA;OAEpB,IAAI,CAACkC,KAAK,CAACpL,KAAK,CAACkJ,IAAI,EAAEA,IAAI,CAACjI,SAAS,CAACxB,MAAM,CAC9B,CAAC;GAErB;EAAAG,MAAA,CAEDyL,YAAY,GAAZ,SAAAA,aAAa5L,MAAM,EAAE;IACnB,IAAI6L,SAAS,GAAG,IAAI,CAACF,KAAK,CAACjL,SAAS,CAACV,MAAM,CAAC;IAC5Ca,OAAO,CAACC,GAAG,CAAC,SAAS,EAAE+K,SAAS,CAAC;IACjC,OACE;MAAEjL,GAAG,EAAEiL,SAAS,CAACjL,GAAG;MAAED,GAAG,OAAK6K,YAAY,GAAGK,SAAS,CAAClL;KAAO;GAEjE;EAAAR,MAAA,CAED2L,YAAY,GAAZ,SAAAA,eAAe;IACb,OACE,IAAI,CAACH,KAAK,CAACtL,aAAa,EAAE;GAE7B;EAAA,OAAAoL,OAAA;AAAA;AAKH,IAAaM,QAAQ;EACnB,SAAAA,WAAc;IACZ,IAAI,CAACC,MAAM,GAAG,IAAIP,OAAO,CAAC,IAAItG,MAAM,EAAE,CAAC;IACvC,IAAI,CAAC8G,MAAM,GAAG,IAAIR,OAAO,CAAC,IAAI7H,MAAM,EAAE,CAAC;IACvC,IAAI,CAACsI,WAAW,GAAG,IAAIT,OAAO,CAAC,IAAI5F,WAAW,EAAE,CAAC;IACjD,IAAI,CAACsG,OAAO,GAAG,IAAIV,OAAO,CAAC,IAAIvF,OAAO,EAAE,CAAC;IACzC,IAAI,CAACkG,IAAI,GAAG,IAAIX,OAAO,CAAC,IAAItF,IAAI,EAAE,CAAC;IACnC,IAAI,CAACkG,IAAI,GAAG,IAAIZ,OAAO,CAAC,IAAInC,IAAI,EAAE,CAAC;IACnC,IAAI,CAACgD,QAAQ,GAAG,CAAC,IAAI,CAACN,MAAM,EAAE,IAAI,CAACE,WAAW,EAAE,IAAI,CAACD,MAAM,EAAE,IAAI,CAACE,OAAO,EAAE,IAAI,CAACC,IAAI,EAAE,IAAI,CAACC,IAAI,CAAC;;EACjG,IAAAE,OAAA,GAAAR,QAAA,CAAA3L,SAAA;EAAAmM,OAAA,CAEDC,cAAc,GAAd,SAAAA,iBAAiB;IACf,OACE;MACE,GAAG,EAAE,QAAQ;MACb,GAAG,EAAE,kBAAkB;MACvB,GAAG,EAAE,mBAAmB;MACxB,GAAG,EAAE,SAAS;MACd,GAAG,EAAE,OAAO;MACZ,GAAG,EAAE;KACN;GAEJ;EAAAD,OAAA,CACDE,qBAAqB,GAArB,SAAAA,sBAAsBzG,KAAK,EAAE;IAC3B,IAAI0G,OAAO,GAAG,IAAI,CAACJ,QAAQ,CAACtG,KAAK,CAAC;IAClC,OAAQ0G,OAAO;GAChB;EAAA,OAAAX,QAAA;AAAA;;;;"}
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../src/atomicElement.js","../src/quotes/elements/layout1.js","../src/quotes/Component.js","../src/banner/elements/layout1.js","../src/banner/Component.js","../src/textPlusImg/elements/layout1.js","../src/textPlusImg/Component.js","../src/gallery/elements/layout1.js","../src/gallery/Component.js","../src/text/elements/layout1.js","../src/text/Component.js","../src/list/elements/layout1.js","../src/list/Component.js","../src/canvas/CanvasContainer.js","../src/constants.js","../src/Section.js"],"sourcesContent":["export class AtomicElements {\r\n constructor(){\r\n this.layout = []\r\n this.layoutFootprint = []\r\n this.layoutFootprintReq = []\r\n }\r\n\r\n layoutsLength(){\r\n return(\r\n this.layout.length\r\n )\r\n }\r\n\r\n build(content, layoutId){\r\n return(\r\n this.layout[layoutId](content)\r\n )\r\n }\r\n\r\n footprint(layout){\r\n let img = this.layoutFootprint[layout]\r\n let req = this.layoutFootprintReq[layout]\r\n console.log('img atomic', img)\r\n return(\r\n {req, img}\r\n )\r\n }\r\n\r\n}\r\n","import React from 'react';\r\nimport Carousel from 'react-material-ui-carousel'\r\nimport { Box, Typography, Slide } from '@mui/material'\r\n\r\nexport default function Layout1(content) {\r\n\r\n return (\r\n <Carousel indicators navButtonsAlwaysInvisible sx={{ width: '100%', height: '100%' }}>\r\n {\r\n content.component.subcomponent.map((item, i) => <Item key={i} content={item} side={content.component.justify_content} />)\r\n }\r\n </Carousel>\r\n )\r\n}\r\n\r\nfunction Item(props) {\r\n const { content, side } = props\r\n const visible = true\r\n\r\n const getSideRender = (side) => {\r\n if (side === 'left') {\r\n return 'flex-start'\r\n } else if (side === 'right') {\r\n return 'flex-end'\r\n } else {\r\n return 'center'\r\n }\r\n }\r\n\r\n const getSideMargin = (side) => {\r\n if (side === 'left') {\r\n return '0px auto 0px 0px'\r\n } else if (side === 'right') {\r\n return '0px 0px 0px auto'\r\n } else {\r\n return 'auto'\r\n }\r\n }\r\n\r\n return (\r\n <Box\r\n sx={{\r\n display: 'flex',\r\n width: { xs: '100%', md: '70%' },\r\n justifyContent: getSideRender(side),\r\n margin: getSideMargin(side),\r\n textAlign: side,\r\n height: '100%',\r\n }}\r\n >\r\n <Slide direction=\"left\" in={visible}>\r\n <Box\r\n sx={{\r\n display: 'flex',\r\n flexDirection: 'column',\r\n color: content.text_color,\r\n alignItems: getSideRender(side),\r\n }}\r\n >\r\n <Box\r\n component=\"img\"\r\n src={content.image ? content.image.url : \"https://cdn-icons-png.flaticon.com/512/6596/6596121.png\"}\r\n sx={{ width: '120px', height: '120px', marginBottom: '16px', borderRadius: '50%' }}\r\n />\r\n <Typography className=\"xmiddle\" sx={{ marginBottom: '16px', minHeight: {xs: '270px', md: '90px'}, whiteSpace: 'pre-wrap' }}>\r\n {content.description ?\r\n content.description\r\n : 'Agregue descripción'}\r\n </Typography>\r\n <Typography className=\"small\" sx={{ marginBottom: '16px', textAlign: 'right', whiteSpace: 'pre-wrap' }}>\r\n {content.subtitle ?\r\n content.subtitle\r\n : 'Agregue subtítulo'}\r\n </Typography>\r\n </Box>\r\n </Slide>\r\n </Box>\r\n )\r\n}","import { AtomicElements } from \"../atomicElement\"\r\nimport Layout1 from './elements/layout1'\r\n\r\nexport class Quotes extends AtomicElements {\r\n constructor() {\r\n super()\r\n }\r\n layout = [Layout1]\r\n layoutFootprint = ['quotes_layout_1.png']\r\n layoutFootprintReq = [\r\n {\r\n 'type': 1,// all reqs should have this, 0 single elemet | 1 more than one. E.G Carousel or single element\r\n 'subtitle':'Subtitle',\r\n 'description':'Description',\r\n 'image': 'sqr'\r\n },\r\n\r\n ]\r\n //Methods heredados\r\n // layout, layouts(), build() \r\n \r\n}","import { Box, Button, Typography, Slide } from '@mui/material'\r\nimport React from 'react'\r\n\r\nexport default function Layout1(content) {\r\n const visible = true\r\n return (\r\n <Slide direction=\"left\" in={visible}>\r\n <Box\r\n sx={{\r\n display: 'flex',\r\n flexDirection: 'column',\r\n width: { xs: '100%', md: '50%' },\r\n height: { xs: '100%', lg: '60vh' },\r\n justifyContent: 'center',\r\n color: content.component.subcomponent[0]?.text_color\r\n }}\r\n >\r\n <Typography className=\"title-xxlarge\" sx={{ marginBottom: '16px', whiteSpace: 'pre-wrap' }}>\r\n {content.component.subcomponent[0]?.title ?\r\n content.component.subcomponent[0]?.title\r\n : 'Agregue título'}\r\n </Typography>\r\n <Typography className=\"xmiddle\" sx={{ marginBottom: '16px', whiteSpace: 'pre-wrap' }}>\r\n {content.component.subcomponent[0]?.description ?\r\n content.component.subcomponent[0]?.description\r\n : 'Agregue descripción'}\r\n </Typography>\r\n <Box>\r\n <Button\r\n variant='contained'\r\n href={content.component.subcomponent[0]?.button_action}\r\n target={content.component.subcomponent[0]?.link == 4 ? '_blank' : '_self'}\r\n sx={{ width: 'auto', marginBottom: '16px' }}\r\n >\r\n {content.component.subcomponent[0]?.button_title ?\r\n content.component.subcomponent[0]?.button_title\r\n : 'Nombre botón'}\r\n </Button>\r\n </Box>\r\n </Box>\r\n </Slide>\r\n )\r\n}","import { AtomicElements } from \"../atomicElement\"\r\nimport Layout1 from './elements/layout1'\r\n\r\nexport class Banner extends AtomicElements {\r\n constructor() {\r\n super()\r\n }\r\n\r\n layout = [Layout1]\r\n layoutFootprint = ['banner_layout_1.jpg']\r\n layoutFootprintReq = [\r\n {\r\n 'type': 0,// all reqs should have this, 0 single elemet | 1 more than one. E.G Carousel or single element\r\n 'title': 'Tittle',\r\n 'description': 'Description',\r\n 'button_title': 'Button Title',\r\n 'button_action': 'Button action',\r\n 'text_color': 'Text color',\r\n 'link': 'Link',\r\n // 'name':'Name',\r\n },\r\n\r\n ]\r\n //Methods heredados\r\n // layout, layouts(), build() \r\n // <texinput display={!layout.img} id='Title'>\r\n // <texinput display={!layout.img} id='content'></texinput>\r\n // <texinput display={!layout.img} id='name'></texinput>\r\n //<texinput disable={!layout.img}>\r\n}","import { Box, Button, Typography } from \"@mui/material\"\r\nimport React from \"react\"\r\nimport { Slide } from \"@mui/material\";\r\nimport Grow from '@mui/material/Grow';\r\n\r\nexport default function Layout1(content) {\r\n\r\n const visible = true\r\n\r\n return (\r\n <Box\r\n sx={{\r\n display: 'flex',\r\n flexDirection: { xs: 'column', md: content.component.justify_content != 'right' ? 'row' : 'row-reverse' },\r\n gap: '16px',\r\n alignItems: 'center'\r\n }}\r\n color={content.component.subcomponent[0]?.text_color}\r\n >\r\n <Box>\r\n <Slide direction=\"right\" in={visible}>\r\n <Box sx={{ width: { xs: '100%', md: '550px', lg: '640px' }, height: { md: '353px', lg: '426px' }, maxWidth: '100vw' }}>\r\n <img width=\"100%\" height=\"100%\" src={content.component.subcomponent[0]?.image ? content.component.subcomponent[0]?.image.url : 'https://wozapps-develop.s3.us-east-2.amazonaws.com/gerry/resources/landing/bbb84144-02cd-4cf8-a1be-21ba47e7c4fa.jpeg'}></img>\r\n </Box>\r\n </Slide>\r\n </Box>\r\n <Box>\r\n <Grow\r\n in={visible}\r\n style={{ transformOrigin: '0 0 0' }}\r\n {...(visible ? { timeout: 1000 } : {})}\r\n >\r\n <Box>\r\n <Box sx={{ marginBottom: '16px' }}>\r\n <Typography className=\"title-xlarge\" sx={{ whiteSpace: 'pre-wrap' }}>{content.component.subcomponent[0]?.title ? content.component.subcomponent[0]?.title : 'Agregue título'}</Typography>\r\n </Box>\r\n <Box sx={{ marginBottom: '16px', color: '#767676' }}>\r\n <Typography className=\"middle\" sx={{ whiteSpace: 'pre-wrap' }}>\r\n {content.component.subcomponent[0]?.description ? content.component.subcomponent[0]?.description : 'Agregue descripción'}\r\n </Typography>\r\n </Box>\r\n <Box>\r\n <Button\r\n variant=\"contained\"\r\n href={content.component.subcomponent[0]?.button_action}\r\n target={content.component.subcomponent[0]?.link == 4 ? '_blank' : '_self'}\r\n sx={{ width: 'auto' }}\r\n >\r\n {content.component.subcomponent[0]?.button_title ?\r\n content.component.subcomponent[0]?.button_title : 'Nombre botón'}\r\n </Button>\r\n </Box>\r\n </Box>\r\n </Grow>\r\n </Box>\r\n </Box>\r\n )\r\n}","import { AtomicElements } from \"../atomicElement\"\r\nimport Layout1 from './elements/layout1'\r\n\r\nexport class TextPlusImg extends AtomicElements {\r\n constructor() {\r\n super()\r\n }\r\n layout = [Layout1, Layout1]\r\n layoutFootprint = ['text_image_layout_1.png', 'text_image_layout_1.png']\r\n layoutFootprintReq = [\r\n {\r\n 'type': 0,// all reqs should have this, 0 single elemet | 1 more than one. E.G Carousel or single element\r\n 'title':'Title',\r\n 'description':'Text',\r\n 'button_title':'Button Title',\r\n 'button_action':'Button Action',\r\n 'image':'req_hor',\r\n 'link':'Link'\r\n },\r\n {\r\n 'type': 0,// all reqs should have this, 0 single elemet | 1 more than one. E.G Carousel or single element\r\n 'title':'Title',\r\n 'description':'Text',\r\n 'button_title':'Button Title',\r\n 'button_action':'Button Action',\r\n 'image':'req_hor',\r\n },\r\n ]\r\n //Methods heredados\r\n // layout, layouts(), build() \r\n \r\n}","import React from \"react\"\r\nimport { Box, Typography, Slide, Grid } from '@mui/material'\r\n\r\nexport default function Layout1(content) {\r\n const visible = true\r\n\r\n return (\r\n <Slide direction=\"left\" in={visible}>\r\n <Box sx={{ width: '100%' }}>\r\n <Typography className=\"title-xlarge\" sx={{ margin: '16px auto', whiteSpace: 'pre-wrap' }}>{content.component.title ? content.component.title : 'Agregue un título'}</Typography>\r\n <Grid container>\r\n {content.component.subcomponent?.map((img, index) => (\r\n <Grid key={index} item xs={12} md={4}>\r\n <Box\r\n component=\"img\"\r\n src={\r\n img.image.url ?\r\n img.image.url :\r\n 'https://wozapps-develop.s3.us-east-2.amazonaws.com/gerry/resources/landing/bbb84144-02cd-4cf8-a1be-21ba47e7c4fa.jpeg'\r\n }\r\n sx={{ \r\n width: { xs: '100%', md: '95%' }, \r\n aspectRatio: '16/9',\r\n marginBottom: '16px',\r\n }}\r\n />\r\n </Grid>\r\n ))}\r\n </Grid>\r\n </Box>\r\n </Slide>\r\n )\r\n}","import { AtomicElements } from \"../atomicElement\"\r\nimport Layout1 from './elements/layout1'\r\n\r\nexport class Gallery extends AtomicElements {\r\n constructor() {\r\n super()\r\n }\r\n layout = [Layout1]\r\n layoutFootprint = ['gallery_layout_1.png']\r\n layoutFootprintReq = [\r\n {\r\n 'type': 1,// all reqs should have this, 0 single elemet | 1 more than one. E.G Carousel or single element\r\n 'image': 'req_hor'\r\n },\r\n\r\n ]\r\n //Methods heredados\r\n // layout, layouts(), build() \r\n \r\n}","import React from \"react\"\r\nimport { Box, Typography, Slide } from '@mui/material'\r\n\r\nexport default function Layout1(content) {\r\n const visible = true\r\n\r\n return (\r\n <Slide direction=\"left\" in={visible}>\r\n <Box\r\n sx={{\r\n width: {xs:'100%', md:'70%'},\r\n color: content.component.subcomponent[0]?.text_color,\r\n textAlign: content.component.justify_content\r\n }}\r\n >\r\n <Typography className=\"title-xlarge\" sx={{ marginBottom: '16px', whiteSpace: 'pre-wrap' }}>\r\n {content.component.subcomponent[0]?.title ?\r\n content.component.subcomponent[0]?.title\r\n : 'Agregue título'}\r\n </Typography>\r\n <Typography className=\"middle\" sx={{ marginBottom: '16px', color: '#767676', whiteSpace: 'pre-wrap' }}>\r\n {content.component.subcomponent[0]?.description ?\r\n content.component.subcomponent[0]?.description\r\n : 'Agregue descripción'}\r\n </Typography>\r\n </Box>\r\n </Slide>\r\n )\r\n}","import { AtomicElements } from \"../atomicElement\"\r\nimport Layout1 from './elements/layout1'\r\n\r\nexport class Text extends AtomicElements {\r\n constructor() {\r\n super()\r\n }\r\n layout = [Layout1]\r\n layoutFootprint = ['quotes_layout_1.png']\r\n layoutFootprintReq = [\r\n {\r\n 'type': 0,// all reqs should have this, 0 single elemet | 1 more than one. E.G Carousel or single element\r\n 'title': 'Tittle',\r\n 'description': 'Description',\r\n },\r\n ]\r\n //Methods heredados\r\n // layout, layouts(), build() \r\n\r\n}","import React, { useState, useEffect } from 'react';\r\nimport Carousel from 'react-material-ui-carousel';\r\nimport { Box, Typography, Slide, Card, CardMedia, CardContent, Grid, useTheme, useMediaQuery, Button } from '@mui/material';\r\n\r\nexport default function Layout1(content) {\r\n\r\n return (\r\n <Grid container sx={{ minHeight: '550px', width: '100%', margin: 'auto', padding: '8px' }}>\r\n <Item title={content.component.title} content={content.component.subcomponent} side={content.component.justify_content} />\r\n </Grid>\r\n );\r\n}\r\n\r\nfunction Item(props) {\r\n const { content, side, title } = props;\r\n const [arrayFourElements, setArrayFourElements] = useState([]);\r\n const visible = true;\r\n const theme = useTheme();\r\n const isXsScreen = useMediaQuery(theme.breakpoints.down('sm'));\r\n const isSmScreen = useMediaQuery(theme.breakpoints.between('sm', 'md'));\r\n const isMdScreen = useMediaQuery(theme.breakpoints.between('md', 'lg'));\r\n const isLgScreen = useMediaQuery(theme.breakpoints.up('lg'));\r\n\r\n function divideArreglo(arreglo, tamanoMaximo) {\r\n var subarreglos = [];\r\n var subarregloActual = [];\r\n\r\n for (var i = 0; i < arreglo.length; i++) {\r\n subarregloActual.push(arreglo[i]);\r\n\r\n if (subarregloActual.length === tamanoMaximo || i === arreglo.length - 1) {\r\n subarreglos.push(subarregloActual);\r\n subarregloActual = [];\r\n }\r\n }\r\n\r\n return subarreglos;\r\n }\r\n\r\n useEffect(() => {\r\n let tamanoMaximo;\r\n\r\n if (isSmScreen) {\r\n tamanoMaximo = 2;\r\n } else if (isMdScreen) {\r\n tamanoMaximo = 3;\r\n } else if (isLgScreen) {\r\n tamanoMaximo = 4;\r\n } else if (isXsScreen) {\r\n tamanoMaximo = 1;\r\n }\r\n\r\n setArrayFourElements(divideArreglo(content, tamanoMaximo));\r\n }, [isXsScreen, isSmScreen, isMdScreen, isLgScreen, content]);\r\n\r\n if (!arrayFourElements) {\r\n return null\r\n } else {\r\n return (\r\n content.length > 4 ? (\r\n <Carousel\r\n autoPlay={false}\r\n indicators={false}\r\n navButtonsAlwaysVisible={true}\r\n navButtonsProps={{\r\n style: {\r\n backgroundColor: 'transparent',\r\n borderRadius: 0,\r\n color: '#767676'\r\n }\r\n }}\r\n navButtonsWrapperProps={{\r\n style: {\r\n top: '0',\r\n bottom: 'unset'\r\n }\r\n }}\r\n sx={{\r\n width: '100%',\r\n height: '520px',\r\n paddingTop: '50px',\r\n /* Left button */\r\n \"& .css-hn784z\": {\r\n left: { xs: 'calc(100% - 120px)' },\r\n height: 'auto',\r\n },\r\n \"& .css-1abc02a\": {\r\n height: 'auto',\r\n },\r\n }}\r\n >\r\n {\r\n arrayFourElements.map((items, i) => {\r\n return (\r\n <Grid container key={i} spacing={3} sx={{ margin: 'auto', padding: 'auto' }}>\r\n <Box sx={{ position: 'absolute', top: '-50px' }}>\r\n <Typography className=\"title-xlarge\" sx={{ height: '100%' }}>\r\n {title ? title : 'Agregue un título'}\r\n </Typography>\r\n </Box>\r\n {\r\n items.map((item, j) => {\r\n return (\r\n <Grid\r\n item\r\n className=\"containerdegrid\"\r\n key={j}\r\n sm={6}\r\n md={4}\r\n lg={3}\r\n sx={{\r\n margin: { xs: 'auto', sm: '0px' },\r\n width: 'object-fit',\r\n display: 'flex',\r\n justifyContent: 'center',\r\n alignItems: 'center',\r\n '&.MuiGrid-item': {\r\n paddingLeft: '0px',\r\n paddingTop: '0px',\r\n }\r\n }}\r\n >\r\n <Slide direction=\"left\" in={visible}>\r\n <Card\r\n sx={{\r\n // width: '300px',\r\n maxWidth: 300,\r\n boxShadow: 'none',\r\n borderRadius: 0,\r\n border: '1px solid #e5e5e5',\r\n borderRadius: '10px',\r\n backgroundColor: '#fff',\r\n marginTop: '20px'\r\n }}\r\n >\r\n <CardMedia\r\n component='img'\r\n height='290px'\r\n width='290px'\r\n image={item.image.url ? item.image.url : 'https://via.placeholder.com/300x300.png?text=No+Image'}\r\n sx={{ aspectRatio: '1/1' }}\r\n />\r\n <CardContent\r\n sx={{\r\n padding: '8px 16px',\r\n textAlign: side,\r\n '&.MuiCardContent-root:last-child': {\r\n paddingBottom: '8px'\r\n }\r\n }}\r\n >\r\n <Typography\r\n className='title'\r\n sx={{\r\n display: '-webkit-box',\r\n WebkitLineClamp: 1,\r\n WebkitBoxOrient: 'vertical',\r\n overflow: 'hidden',\r\n textOverflow: 'ellipsis',\r\n whiteSpace: 'pre-wrap'\r\n }}>\r\n {item.title ? item.title : 'Agrega título'}\r\n </Typography>\r\n <Typography\r\n className='middle'\r\n sx={{\r\n minHeight: '54px',\r\n display: '-webkit-box',\r\n WebkitLineClamp: 2,\r\n WebkitBoxOrient: 'vertical',\r\n overflow: 'hidden',\r\n textOverflow: 'ellipsis',\r\n whiteSpace: 'pre-wrap'\r\n }}>\r\n {item.subtitle ? item.subtitle : 'Agrega subtítulo'}\r\n </Typography>\r\n <Button\r\n variant=\"contained\"\r\n href={item.button_action ? item.button_action : '#'}\r\n target={item.link == 4 ? '_blank' : '_self'}\r\n sx={{ width: 'auto', marginTop: '16px' }}\r\n >\r\n {item.button_title ? item.button_title : 'Nombre botón'}\r\n </Button>\r\n </CardContent>\r\n </Card>\r\n </Slide>\r\n </Grid>\r\n )\r\n })\r\n }\r\n </Grid>\r\n )\r\n })\r\n }\r\n </Carousel>\r\n ) : (\r\n <Grid container sx={{ width: '100%', gap: '0px' }}>\r\n <Box sx={{ width: '100%', height: '40px' }}>\r\n <Typography className=\"title-xlarge\">\r\n {title ? title : 'Agregue un título'}\r\n </Typography>\r\n </Box>\r\n {\r\n content.map((item, i) => {\r\n return (\r\n <Grid\r\n item\r\n key={i}\r\n xs={12}\r\n sm={6}\r\n md={4}\r\n lg={3}\r\n sx={{\r\n display: 'flex',\r\n justifyContent: 'center',\r\n gap: '16px'\r\n }}\r\n >\r\n <Slide direction=\"left\" in={visible}>\r\n <Card\r\n sx={{\r\n width: '300px',\r\n maxWidth: 300,\r\n boxShadow: 'none',\r\n borderRadius: 0,\r\n border: '1px solid #e5e5e5',\r\n borderRadius: '10px',\r\n backgroundColor: '#fff',\r\n }}\r\n >\r\n <CardMedia\r\n component='img'\r\n height='300px'\r\n width='300px'\r\n image={item.image.url ? item.image.url : 'https://via.placeholder.com/300x300.png?text=No+Image'}\r\n sx={{ aspectRatio: '1/1' }}\r\n />\r\n <CardContent\r\n sx={{\r\n padding: '8px 16px',\r\n textAlign: side,\r\n '&.MuiCardContent-root:last-child': {\r\n paddingBottom: '8px'\r\n }\r\n }}\r\n >\r\n <Typography\r\n className='title'\r\n sx={{\r\n display: '-webkit-box',\r\n WebkitLineClamp: 1,\r\n WebkitBoxOrient: 'vertical',\r\n overflow: 'hidden',\r\n textOverflow: 'ellipsis',\r\n whiteSpace: 'pre-wrap'\r\n }}>\r\n {item.title ? item.title : 'Agrega título'}\r\n </Typography>\r\n <Typography\r\n className='middle'\r\n sx={{\r\n minHeight: '54px',\r\n display: '-webkit-box',\r\n WebkitLineClamp: 2,\r\n WebkitBoxOrient: 'vertical',\r\n overflow: 'hidden',\r\n textOverflow: 'ellipsis',\r\n whiteSpace: 'pre-wrap'\r\n }}>\r\n {item.subtitle ? item.subtitle : 'Agrega subtítulo'}\r\n </Typography>\r\n <Button\r\n variant=\"contained\"\r\n href={item.button_action ? item.button_action : '#'}\r\n target={item.link == 4 ? '_blank' : '_self'}\r\n sx={{ width: 'auto', marginTop: '16px' }}\r\n >\r\n {item.button_title ? item.button_title : 'Nombre botón'}\r\n </Button>\r\n </CardContent>\r\n </Card>\r\n </Slide>\r\n </Grid>\r\n )\r\n })\r\n }\r\n </Grid>\r\n )\r\n )\r\n }\r\n}","import { AtomicElements } from \"../atomicElement\"\r\nimport Layout1 from './elements/layout1'\r\n\r\nexport class List extends AtomicElements {\r\n constructor() {\r\n super()\r\n }\r\n layout = [Layout1]\r\n layoutFootprint = ['list_layout_1.png']\r\n layoutFootprintReq = [\r\n {\r\n 'type': 1,// all reqs should have this, 0 single elemet | 1 more than one. E.G Carousel or single element\r\n 'title':'Title',\r\n 'subtitle':'Subtitle',\r\n 'button_title':'Button Title',\r\n 'button_action':'Button Action',\r\n 'image':'sqr',\r\n 'link':'Link'\r\n },\r\n ]\r\n //Methods heredados\r\n // layout, layouts(), build() \r\n}","import React from \"react\";\r\nimport { Box, Container } from \"@mui/material\";\r\n\r\nexport default function CanvasContainer(props) {\r\n const { json, children } = props\r\n const rgbColor = hexToRgb(json.component.bg_image_overlay_color);\r\n\r\n return (\r\n <Box\r\n sx={{\r\n display: 'flex',\r\n alignItems: 'center',\r\n backgroundColor:\r\n json.component.bg_type === 1\r\n ? json.component.bg_color1\r\n : undefined,\r\n backgroundImage:\r\n json.component.bg_type === 2\r\n ? `linear-gradient(to ${json.component.bg_gradiant_orientation}, ${json.component.bg_color1}, ${json.component.bg_color2})`\r\n : json.component.bg_type === 3\r\n ? `url(${json.component.bg_image?.url})`\r\n : undefined,\r\n backgroundPosition: 'center',\r\n backgroundSize: 'cover',\r\n backgroundRepeat: 'no-repeat',\r\n }}\r\n >\r\n <Box\r\n sx={{\r\n bgcolor: `${json.component.bg_image_overlay && json.component.bg_type === 3 ?\r\n `rgba(${rgbColor.r}, ${rgbColor.g}, ${rgbColor.b}, ${json.component.bg_image_overlay_alpha_css})` :\r\n undefined\r\n }`,\r\n padding: '64px 24px',\r\n width: '100%'\r\n }}\r\n >\r\n <Container\r\n maxWidth='xl'\r\n sx={{\r\n padding: '0px',\r\n '&.MuiContainer-root':{\r\n paddingLeft: { xs: '0px', xl: '24px' },\r\n paddingRight: { xs: '0px', xl: '24px' }\r\n }\r\n }}\r\n >\r\n <Box\r\n sx={{\r\n minWidth: { xs: '100%', md: '45%' },\r\n display: 'flex',\r\n justifyContent: {\r\n xs: 'center',\r\n md: json.component.justify_content ? json.component.justify_content : 'center'\r\n }\r\n }}\r\n >\r\n {children}\r\n </Box>\r\n </Container>\r\n </Box>\r\n </Box>\r\n );\r\n}\r\n\r\n\r\nfunction hexToRgb(hex) {\r\n if (hex) {\r\n const cleanHex = hex.startsWith('#') ? hex.slice(1) : hex;\r\n\r\n const r = parseInt(cleanHex.substring(0, 2), 16);\r\n const g = parseInt(cleanHex.substring(2, 4), 16);\r\n const b = parseInt(cleanHex.substring(4, 6), 16);\r\n return { r, g, b };\r\n } else {\r\n return { r: 0, g: 0, b: 0 }\r\n }\r\n}","export const JK_RESOURCES = 'https://jk-clients.s3.us-east-2.amazonaws.com/jk-resources/'","import React from \"react\"\r\nimport { Quotes } from \"./quotes/Component\"\r\nimport { Banner } from \"./banner/Component\"\r\nimport { TextPlusImg } from \"./textPlusImg/Component\"\r\nimport { Gallery } from \"./gallery/Component\"\r\nimport { Text } from \"./text/Component\"\r\nimport { List } from \"./list/Component\"\r\nimport CanvasContainer from \"./canvas/CanvasContainer\"\r\nimport { JK_RESOURCES } from \"./constants\"\r\n// Section is a common class for each component\r\nexport class Section {\r\n constructor(AtomicElement, theme) {\r\n this.child = AtomicElement\r\n }\r\n\r\n component(json) {\r\n console.log('json', json)\r\n return (\r\n <CanvasContainer json={json}>\r\n {/* Child is the instance passed as parameter in section, next class */}\r\n {this.child.build(json, json.component.layout)}\r\n </CanvasContainer>\r\n )\r\n }\r\n\r\n getFootPrint(layout) {\r\n let footPrint = this.child.footprint(layout)\r\n console.log('section', footPrint)\r\n return (\r\n { req: footPrint.req, img: `${JK_RESOURCES}${footPrint.img}` }\r\n )\r\n }\r\n\r\n layoutLength() {\r\n return (\r\n this.child.layoutsLength()\r\n )\r\n }\r\n\r\n}\r\n\r\n//Sections is the interface with admin and store\r\nexport class Sections {\r\n constructor() {\r\n this.banner = new Section(new Banner())\r\n this.quotes = new Section(new Quotes())\r\n this.textPlusImg = new Section(new TextPlusImg())\r\n this.gallery = new Section(new Gallery())\r\n this.text = new Section(new Text())\r\n this.list = new Section(new List())\r\n this.sections = [this.banner, this.textPlusImg, this.quotes, this.gallery, this.text, this.list]\r\n }\r\n\r\n getSectionList() {\r\n return (\r\n {\r\n '0': 'Banner',\r\n '1': 'Texto + Imágenes',\r\n '2': 'Citas/Testimonios',\r\n '3': 'Galeria',\r\n '4': 'Texto',\r\n '5': 'Lista',\r\n }\r\n )\r\n }\r\n getLayoutsFromSection(index) {\r\n let section = this.sections[index]\r\n return (section)\r\n }\r\n\r\n}"],"names":["AtomicElements","layout","layoutFootprint","layoutFootprintReq","_proto","prototype","layoutsLength","length","build","content","layoutId","footprint","img","req","console","log","Layout1","React","createElement","Carousel","indicators","navButtonsAlwaysInvisible","sx","width","height","component","subcomponent","map","item","i","Item","key","side","justify_content","props","visible","getSideRender","getSideMargin","Box","display","xs","md","justifyContent","margin","textAlign","Slide","direction","flexDirection","color","text_color","alignItems","src","image","url","marginBottom","borderRadius","Typography","className","minHeight","whiteSpace","description","subtitle","Quotes","_AtomicElements","_inheritsLoose","_this","call","_content$component$su","_content$component$su2","_content$component$su3","_content$component$su4","_content$component$su5","_content$component$su6","_content$component$su7","_content$component$su8","_content$component$su9","lg","title","Button","variant","href","button_action","target","link","button_title","Banner","_content$component$su10","_content$component$su11","gap","maxWidth","Grow","_extends","style","transformOrigin","timeout","TextPlusImg","Grid","container","index","aspectRatio","Gallery","Text","padding","_useState","useState","arrayFourElements","setArrayFourElements","theme","useTheme","isXsScreen","useMediaQuery","breakpoints","down","isSmScreen","between","isMdScreen","isLgScreen","up","divideArreglo","arreglo","tamanoMaximo","subarreglos","subarregloActual","push","useEffect","autoPlay","navButtonsAlwaysVisible","navButtonsProps","backgroundColor","navButtonsWrapperProps","top","bottom","paddingTop","left","items","spacing","position","j","_ref","sm","paddingLeft","Card","boxShadow","border","marginTop","CardMedia","CardContent","paddingBottom","WebkitLineClamp","WebkitBoxOrient","overflow","textOverflow","_ref2","List","CanvasContainer","_json$component$bg_im","json","children","rgbColor","hexToRgb","bg_image_overlay_color","bg_type","bg_color1","undefined","backgroundImage","bg_gradiant_orientation","bg_color2","bg_image","backgroundPosition","backgroundSize","backgroundRepeat","bgcolor","bg_image_overlay","r","g","b","bg_image_overlay_alpha_css","Container","xl","paddingRight","minWidth","hex","cleanHex","startsWith","slice","parseInt","substring","JK_RESOURCES","Section","AtomicElement","child","getFootPrint","footPrint","layoutLength","Sections","banner","quotes","textPlusImg","gallery","text","list","sections","_proto2","getSectionList","getLayoutsFromSection","section"],"mappings":"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"}
|
package/dist/index.modern.js
CHANGED
|
@@ -131,13 +131,15 @@ function Item(props) {
|
|
|
131
131
|
minHeight: {
|
|
132
132
|
xs: '270px',
|
|
133
133
|
md: '90px'
|
|
134
|
-
}
|
|
134
|
+
},
|
|
135
|
+
whiteSpace: 'pre-wrap'
|
|
135
136
|
}
|
|
136
137
|
}, content.description ? content.description : 'Agregue descripción'), /*#__PURE__*/React.createElement(Typography, {
|
|
137
138
|
className: "small",
|
|
138
139
|
sx: {
|
|
139
140
|
marginBottom: '16px',
|
|
140
|
-
textAlign: 'right'
|
|
141
|
+
textAlign: 'right',
|
|
142
|
+
whiteSpace: 'pre-wrap'
|
|
141
143
|
}
|
|
142
144
|
}, content.subtitle ? content.subtitle : 'Agregue subtítulo'))));
|
|
143
145
|
}
|
|
@@ -184,12 +186,14 @@ function Layout1$1(content) {
|
|
|
184
186
|
}, /*#__PURE__*/React.createElement(Typography, {
|
|
185
187
|
className: "title-xxlarge",
|
|
186
188
|
sx: {
|
|
187
|
-
marginBottom: '16px'
|
|
189
|
+
marginBottom: '16px',
|
|
190
|
+
whiteSpace: 'pre-wrap'
|
|
188
191
|
}
|
|
189
192
|
}, (_content$component$su2 = content.component.subcomponent[0]) !== null && _content$component$su2 !== void 0 && _content$component$su2.title ? (_content$component$su3 = content.component.subcomponent[0]) === null || _content$component$su3 === void 0 ? void 0 : _content$component$su3.title : 'Agregue título'), /*#__PURE__*/React.createElement(Typography, {
|
|
190
193
|
className: "xmiddle",
|
|
191
194
|
sx: {
|
|
192
|
-
marginBottom: '16px'
|
|
195
|
+
marginBottom: '16px',
|
|
196
|
+
whiteSpace: 'pre-wrap'
|
|
193
197
|
}
|
|
194
198
|
}, (_content$component$su4 = content.component.subcomponent[0]) !== null && _content$component$su4 !== void 0 && _content$component$su4.description ? (_content$component$su5 = content.component.subcomponent[0]) === null || _content$component$su5 === void 0 ? void 0 : _content$component$su5.description : 'Agregue descripción'), /*#__PURE__*/React.createElement(Box, null, /*#__PURE__*/React.createElement(Button, {
|
|
195
199
|
variant: "contained",
|
|
@@ -269,14 +273,20 @@ function Layout1$2(content) {
|
|
|
269
273
|
marginBottom: '16px'
|
|
270
274
|
}
|
|
271
275
|
}, /*#__PURE__*/React.createElement(Typography, {
|
|
272
|
-
className: "title-xlarge"
|
|
276
|
+
className: "title-xlarge",
|
|
277
|
+
sx: {
|
|
278
|
+
whiteSpace: 'pre-wrap'
|
|
279
|
+
}
|
|
273
280
|
}, (_content$component$su4 = content.component.subcomponent[0]) !== null && _content$component$su4 !== void 0 && _content$component$su4.title ? (_content$component$su5 = content.component.subcomponent[0]) === null || _content$component$su5 === void 0 ? void 0 : _content$component$su5.title : 'Agregue título')), /*#__PURE__*/React.createElement(Box, {
|
|
274
281
|
sx: {
|
|
275
282
|
marginBottom: '16px',
|
|
276
283
|
color: '#767676'
|
|
277
284
|
}
|
|
278
285
|
}, /*#__PURE__*/React.createElement(Typography, {
|
|
279
|
-
className: "middle"
|
|
286
|
+
className: "middle",
|
|
287
|
+
sx: {
|
|
288
|
+
whiteSpace: 'pre-wrap'
|
|
289
|
+
}
|
|
280
290
|
}, (_content$component$su6 = content.component.subcomponent[0]) !== null && _content$component$su6 !== void 0 && _content$component$su6.description ? (_content$component$su7 = content.component.subcomponent[0]) === null || _content$component$su7 === void 0 ? void 0 : _content$component$su7.description : 'Agregue descripción')), /*#__PURE__*/React.createElement(Box, null, /*#__PURE__*/React.createElement(Button, {
|
|
281
291
|
variant: "contained",
|
|
282
292
|
href: (_content$component$su8 = content.component.subcomponent[0]) === null || _content$component$su8 === void 0 ? void 0 : _content$component$su8.button_action,
|
|
@@ -328,7 +338,8 @@ function Layout1$3(content) {
|
|
|
328
338
|
}, /*#__PURE__*/React.createElement(Typography, {
|
|
329
339
|
className: "title-xlarge",
|
|
330
340
|
sx: {
|
|
331
|
-
margin: '16px auto'
|
|
341
|
+
margin: '16px auto',
|
|
342
|
+
whiteSpace: 'pre-wrap'
|
|
332
343
|
}
|
|
333
344
|
}, content.component.title ? content.component.title : 'Agregue un título'), /*#__PURE__*/React.createElement(Grid, {
|
|
334
345
|
container: true
|
|
@@ -387,13 +398,15 @@ function Layout1$4(content) {
|
|
|
387
398
|
}, /*#__PURE__*/React.createElement(Typography, {
|
|
388
399
|
className: "title-xlarge",
|
|
389
400
|
sx: {
|
|
390
|
-
marginBottom: '16px'
|
|
401
|
+
marginBottom: '16px',
|
|
402
|
+
whiteSpace: 'pre-wrap'
|
|
391
403
|
}
|
|
392
404
|
}, (_content$component$su2 = content.component.subcomponent[0]) !== null && _content$component$su2 !== void 0 && _content$component$su2.title ? (_content$component$su3 = content.component.subcomponent[0]) === null || _content$component$su3 === void 0 ? void 0 : _content$component$su3.title : 'Agregue título'), /*#__PURE__*/React.createElement(Typography, {
|
|
393
405
|
className: "middle",
|
|
394
406
|
sx: {
|
|
395
407
|
marginBottom: '16px',
|
|
396
|
-
color: '#767676'
|
|
408
|
+
color: '#767676',
|
|
409
|
+
whiteSpace: 'pre-wrap'
|
|
397
410
|
}
|
|
398
411
|
}, (_content$component$su4 = content.component.subcomponent[0]) !== null && _content$component$su4 !== void 0 && _content$component$su4.description ? (_content$component$su5 = content.component.subcomponent[0]) === null || _content$component$su5 === void 0 ? void 0 : _content$component$su5.description : 'Agregue descripción')));
|
|
399
412
|
}
|
|
@@ -419,17 +432,21 @@ function Layout1$5(content) {
|
|
|
419
432
|
return /*#__PURE__*/React.createElement(Grid, {
|
|
420
433
|
container: true,
|
|
421
434
|
sx: {
|
|
422
|
-
|
|
423
|
-
width: '100%'
|
|
435
|
+
minHeight: '550px',
|
|
436
|
+
width: '100%',
|
|
437
|
+
margin: 'auto',
|
|
438
|
+
padding: '8px'
|
|
424
439
|
}
|
|
425
440
|
}, /*#__PURE__*/React.createElement(Item$1, {
|
|
441
|
+
title: content.component.title,
|
|
426
442
|
content: content.component.subcomponent,
|
|
427
443
|
side: content.component.justify_content
|
|
428
444
|
}));
|
|
429
445
|
}
|
|
430
446
|
function Item$1(props) {
|
|
431
447
|
var content = props.content,
|
|
432
|
-
side = props.side
|
|
448
|
+
side = props.side,
|
|
449
|
+
title = props.title;
|
|
433
450
|
var _useState = useState([]),
|
|
434
451
|
arrayFourElements = _useState[0],
|
|
435
452
|
setArrayFourElements = _useState[1];
|
|
@@ -487,11 +504,10 @@ function Item$1(props) {
|
|
|
487
504
|
sx: {
|
|
488
505
|
width: '100%',
|
|
489
506
|
height: '520px',
|
|
490
|
-
paddingTop: '
|
|
507
|
+
paddingTop: '50px',
|
|
491
508
|
"& .css-hn784z": {
|
|
492
509
|
left: {
|
|
493
|
-
xs: '
|
|
494
|
-
md: '90%'
|
|
510
|
+
xs: 'calc(100% - 120px)'
|
|
495
511
|
},
|
|
496
512
|
height: 'auto'
|
|
497
513
|
},
|
|
@@ -508,18 +524,37 @@ function Item$1(props) {
|
|
|
508
524
|
margin: 'auto',
|
|
509
525
|
padding: 'auto'
|
|
510
526
|
}
|
|
511
|
-
},
|
|
527
|
+
}, /*#__PURE__*/React.createElement(Box, {
|
|
528
|
+
sx: {
|
|
529
|
+
position: 'absolute',
|
|
530
|
+
top: '-50px'
|
|
531
|
+
}
|
|
532
|
+
}, /*#__PURE__*/React.createElement(Typography, {
|
|
533
|
+
className: "title-xlarge",
|
|
534
|
+
sx: {
|
|
535
|
+
height: '100%'
|
|
536
|
+
}
|
|
537
|
+
}, title ? title : 'Agregue un título')), items.map(function (item, j) {
|
|
512
538
|
var _ref;
|
|
513
539
|
return /*#__PURE__*/React.createElement(Grid, {
|
|
514
540
|
item: true,
|
|
541
|
+
className: "containerdegrid",
|
|
515
542
|
key: j,
|
|
516
543
|
sm: 6,
|
|
517
544
|
md: 4,
|
|
518
545
|
lg: 3,
|
|
519
546
|
sx: {
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
547
|
+
margin: {
|
|
548
|
+
xs: 'auto',
|
|
549
|
+
sm: '0px'
|
|
550
|
+
},
|
|
551
|
+
width: 'object-fit',
|
|
552
|
+
display: 'flex',
|
|
553
|
+
justifyContent: 'center',
|
|
554
|
+
alignItems: 'center',
|
|
555
|
+
'&.MuiGrid-item': {
|
|
556
|
+
paddingLeft: '0px',
|
|
557
|
+
paddingTop: '0px'
|
|
523
558
|
}
|
|
524
559
|
}
|
|
525
560
|
}, /*#__PURE__*/React.createElement(Slide, {
|
|
@@ -527,16 +562,15 @@ function Item$1(props) {
|
|
|
527
562
|
"in": visible
|
|
528
563
|
}, /*#__PURE__*/React.createElement(Card, {
|
|
529
564
|
sx: (_ref = {
|
|
530
|
-
width: '300px',
|
|
531
565
|
maxWidth: 300,
|
|
532
566
|
boxShadow: 'none',
|
|
533
567
|
borderRadius: 0,
|
|
534
568
|
border: '1px solid #e5e5e5'
|
|
535
|
-
}, _ref["borderRadius"] = '10px', _ref.backgroundColor = '
|
|
569
|
+
}, _ref["borderRadius"] = '10px', _ref.backgroundColor = '#fff', _ref.marginTop = '20px', _ref)
|
|
536
570
|
}, /*#__PURE__*/React.createElement(CardMedia, {
|
|
537
571
|
component: "img",
|
|
538
|
-
height: "
|
|
539
|
-
width: "
|
|
572
|
+
height: "290px",
|
|
573
|
+
width: "290px",
|
|
540
574
|
image: item.image.url ? item.image.url : 'https://via.placeholder.com/300x300.png?text=No+Image',
|
|
541
575
|
sx: {
|
|
542
576
|
aspectRatio: '1/1'
|
|
@@ -556,7 +590,8 @@ function Item$1(props) {
|
|
|
556
590
|
WebkitLineClamp: 1,
|
|
557
591
|
WebkitBoxOrient: 'vertical',
|
|
558
592
|
overflow: 'hidden',
|
|
559
|
-
textOverflow: 'ellipsis'
|
|
593
|
+
textOverflow: 'ellipsis',
|
|
594
|
+
whiteSpace: 'pre-wrap'
|
|
560
595
|
}
|
|
561
596
|
}, item.title ? item.title : 'Agrega título'), /*#__PURE__*/React.createElement(Typography, {
|
|
562
597
|
className: "middle",
|
|
@@ -566,7 +601,8 @@ function Item$1(props) {
|
|
|
566
601
|
WebkitLineClamp: 2,
|
|
567
602
|
WebkitBoxOrient: 'vertical',
|
|
568
603
|
overflow: 'hidden',
|
|
569
|
-
textOverflow: 'ellipsis'
|
|
604
|
+
textOverflow: 'ellipsis',
|
|
605
|
+
whiteSpace: 'pre-wrap'
|
|
570
606
|
}
|
|
571
607
|
}, item.subtitle ? item.subtitle : 'Agrega subtítulo'), /*#__PURE__*/React.createElement(Button, {
|
|
572
608
|
variant: "contained",
|
|
@@ -578,51 +614,60 @@ function Item$1(props) {
|
|
|
578
614
|
}
|
|
579
615
|
}, item.button_title ? item.button_title : 'Nombre botón')))));
|
|
580
616
|
}));
|
|
581
|
-
})) :
|
|
617
|
+
})) : /*#__PURE__*/React.createElement(Grid, {
|
|
618
|
+
container: true,
|
|
619
|
+
sx: {
|
|
620
|
+
width: '100%',
|
|
621
|
+
gap: '0px'
|
|
622
|
+
}
|
|
623
|
+
}, /*#__PURE__*/React.createElement(Box, {
|
|
624
|
+
sx: {
|
|
625
|
+
width: '100%',
|
|
626
|
+
height: '40px'
|
|
627
|
+
}
|
|
628
|
+
}, /*#__PURE__*/React.createElement(Typography, {
|
|
629
|
+
className: "title-xlarge"
|
|
630
|
+
}, title ? title : 'Agregue un título')), content.map(function (item, i) {
|
|
582
631
|
var _ref2;
|
|
583
632
|
return /*#__PURE__*/React.createElement(Grid, {
|
|
584
633
|
item: true,
|
|
585
634
|
key: i,
|
|
635
|
+
xs: 12,
|
|
586
636
|
sm: 6,
|
|
587
637
|
md: 4,
|
|
588
|
-
lg: 3
|
|
638
|
+
lg: 3,
|
|
639
|
+
sx: {
|
|
640
|
+
display: 'flex',
|
|
641
|
+
justifyContent: 'center',
|
|
642
|
+
gap: '16px'
|
|
643
|
+
}
|
|
589
644
|
}, /*#__PURE__*/React.createElement(Slide, {
|
|
590
645
|
direction: "left",
|
|
591
646
|
"in": visible
|
|
592
647
|
}, /*#__PURE__*/React.createElement(Card, {
|
|
593
648
|
sx: (_ref2 = {
|
|
594
649
|
width: '300px',
|
|
595
|
-
maxWidth:
|
|
650
|
+
maxWidth: 300,
|
|
596
651
|
boxShadow: 'none',
|
|
597
652
|
borderRadius: 0,
|
|
598
653
|
border: '1px solid #e5e5e5'
|
|
599
|
-
}, _ref2["borderRadius"] = '10px', _ref2)
|
|
654
|
+
}, _ref2["borderRadius"] = '10px', _ref2.backgroundColor = '#fff', _ref2)
|
|
600
655
|
}, /*#__PURE__*/React.createElement(CardMedia, {
|
|
601
656
|
component: "img",
|
|
602
657
|
height: "300px",
|
|
603
658
|
width: "300px",
|
|
659
|
+
image: item.image.url ? item.image.url : 'https://via.placeholder.com/300x300.png?text=No+Image',
|
|
604
660
|
sx: {
|
|
605
661
|
aspectRatio: '1/1'
|
|
606
|
-
}
|
|
607
|
-
image: item.image.url ? item.image.url : 'https://via.placeholder.com/300x300.png?text=No+Image'
|
|
662
|
+
}
|
|
608
663
|
}), /*#__PURE__*/React.createElement(CardContent, {
|
|
609
664
|
sx: {
|
|
610
665
|
padding: '8px 16px',
|
|
666
|
+
textAlign: side,
|
|
611
667
|
'&.MuiCardContent-root:last-child': {
|
|
612
668
|
paddingBottom: '8px'
|
|
613
669
|
}
|
|
614
670
|
}
|
|
615
|
-
}, /*#__PURE__*/React.createElement(Box, {
|
|
616
|
-
component: "div",
|
|
617
|
-
sx: {
|
|
618
|
-
display: 'flex',
|
|
619
|
-
justifyContent: 'space-between',
|
|
620
|
-
alignItems: 'center'
|
|
621
|
-
}
|
|
622
|
-
}, /*#__PURE__*/React.createElement(Box, {
|
|
623
|
-
sx: {
|
|
624
|
-
maxWidth: '80%'
|
|
625
|
-
}
|
|
626
671
|
}, /*#__PURE__*/React.createElement(Typography, {
|
|
627
672
|
className: "title",
|
|
628
673
|
sx: {
|
|
@@ -630,9 +675,10 @@ function Item$1(props) {
|
|
|
630
675
|
WebkitLineClamp: 1,
|
|
631
676
|
WebkitBoxOrient: 'vertical',
|
|
632
677
|
overflow: 'hidden',
|
|
633
|
-
textOverflow: 'ellipsis'
|
|
678
|
+
textOverflow: 'ellipsis',
|
|
679
|
+
whiteSpace: 'pre-wrap'
|
|
634
680
|
}
|
|
635
|
-
}, item.title ? item.title : 'Agrega título')
|
|
681
|
+
}, item.title ? item.title : 'Agrega título'), /*#__PURE__*/React.createElement(Typography, {
|
|
636
682
|
className: "middle",
|
|
637
683
|
sx: {
|
|
638
684
|
minHeight: '54px',
|
|
@@ -640,10 +686,19 @@ function Item$1(props) {
|
|
|
640
686
|
WebkitLineClamp: 2,
|
|
641
687
|
WebkitBoxOrient: 'vertical',
|
|
642
688
|
overflow: 'hidden',
|
|
643
|
-
textOverflow: 'ellipsis'
|
|
689
|
+
textOverflow: 'ellipsis',
|
|
690
|
+
whiteSpace: 'pre-wrap'
|
|
644
691
|
}
|
|
645
|
-
}, item.subtitle ? item.subtitle : 'Agrega subtítulo')
|
|
646
|
-
|
|
692
|
+
}, item.subtitle ? item.subtitle : 'Agrega subtítulo'), /*#__PURE__*/React.createElement(Button, {
|
|
693
|
+
variant: "contained",
|
|
694
|
+
href: item.button_action ? item.button_action : '#',
|
|
695
|
+
target: item.link == 4 ? '_blank' : '_self',
|
|
696
|
+
sx: {
|
|
697
|
+
width: 'auto',
|
|
698
|
+
marginTop: '16px'
|
|
699
|
+
}
|
|
700
|
+
}, item.button_title ? item.button_title : 'Nombre botón')))));
|
|
701
|
+
}));
|
|
647
702
|
}
|
|
648
703
|
}
|
|
649
704
|
|
package/dist/index.modern.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.modern.js","sources":["../src/atomicElement.js","../src/quotes/elements/layout1.js","../src/quotes/Component.js","../src/banner/elements/layout1.js","../src/banner/Component.js","../src/textPlusImg/elements/layout1.js","../src/textPlusImg/Component.js","../src/gallery/elements/layout1.js","../src/gallery/Component.js","../src/text/elements/layout1.js","../src/text/Component.js","../src/list/elements/layout1.js","../src/list/Component.js","../src/canvas/CanvasContainer.js","../src/constants.js","../src/Section.js"],"sourcesContent":["export class AtomicElements {\r\n constructor(){\r\n this.layout = []\r\n this.layoutFootprint = []\r\n this.layoutFootprintReq = []\r\n }\r\n\r\n layoutsLength(){\r\n return(\r\n this.layout.length\r\n )\r\n }\r\n\r\n build(content, layoutId){\r\n return(\r\n this.layout[layoutId](content)\r\n )\r\n }\r\n\r\n footprint(layout){\r\n let img = this.layoutFootprint[layout]\r\n let req = this.layoutFootprintReq[layout]\r\n console.log('img atomic', img)\r\n return(\r\n {req, img}\r\n )\r\n }\r\n\r\n}\r\n","import React from 'react';\r\nimport Carousel from 'react-material-ui-carousel'\r\nimport { Box, Typography, Slide } from '@mui/material'\r\n\r\nexport default function Layout1(content) {\r\n\r\n return (\r\n <Carousel indicators navButtonsAlwaysInvisible sx={{ width: '100%', height: '100%' }}>\r\n {\r\n content.component.subcomponent.map((item, i) => <Item key={i} content={item} side={content.component.justify_content} />)\r\n }\r\n </Carousel>\r\n )\r\n}\r\n\r\nfunction Item(props) {\r\n const { content, side } = props\r\n const visible = true\r\n\r\n const getSideRender = (side) => {\r\n if (side === 'left') {\r\n return 'flex-start'\r\n } else if (side === 'right') {\r\n return 'flex-end'\r\n } else {\r\n return 'center'\r\n }\r\n }\r\n\r\n const getSideMargin = (side) => {\r\n if (side === 'left') {\r\n return '0px auto 0px 0px'\r\n } else if (side === 'right') {\r\n return '0px 0px 0px auto'\r\n } else {\r\n return 'auto'\r\n }\r\n }\r\n\r\n return (\r\n <Box\r\n sx={{\r\n display: 'flex',\r\n width: { xs: '100%', md: '70%' },\r\n justifyContent: getSideRender(side),\r\n margin: getSideMargin(side),\r\n textAlign: side,\r\n height: '100%',\r\n }}\r\n >\r\n <Slide direction=\"left\" in={visible}>\r\n <Box\r\n sx={{\r\n display: 'flex',\r\n flexDirection: 'column',\r\n color: content.text_color,\r\n alignItems: getSideRender(side),\r\n }}\r\n >\r\n <Box\r\n component=\"img\"\r\n src={content.image ? content.image.url : \"https://cdn-icons-png.flaticon.com/512/6596/6596121.png\"}\r\n sx={{ width: '120px', height: '120px', marginBottom: '16px', borderRadius: '50%' }}\r\n />\r\n <Typography className=\"xmiddle\" sx={{ marginBottom: '16px', minHeight: {xs: '270px', md: '90px'} }}>\r\n {content.description ?\r\n content.description\r\n : 'Agregue descripción'}\r\n </Typography>\r\n <Typography className=\"small\" sx={{ marginBottom: '16px', textAlign: 'right' }}>\r\n {content.subtitle ?\r\n content.subtitle\r\n : 'Agregue subtítulo'}\r\n </Typography>\r\n </Box>\r\n </Slide>\r\n </Box>\r\n )\r\n}","import { AtomicElements } from \"../atomicElement\"\r\nimport Layout1 from './elements/layout1'\r\n\r\nexport class Quotes extends AtomicElements {\r\n constructor() {\r\n super()\r\n }\r\n layout = [Layout1]\r\n layoutFootprint = ['quotes_layout_1.png']\r\n layoutFootprintReq = [\r\n {\r\n 'type': 1,// all reqs should have this, 0 single elemet | 1 more than one. E.G Carousel or single element\r\n 'subtitle':'Subtitle',\r\n 'description':'Description',\r\n 'image': 'sqr'\r\n },\r\n\r\n ]\r\n //Methods heredados\r\n // layout, layouts(), build() \r\n \r\n}","import { Box, Button, Typography, Slide } from '@mui/material'\r\nimport React from 'react'\r\n\r\nexport default function Layout1(content) {\r\n const visible = true\r\n return (\r\n <Slide direction=\"left\" in={visible}>\r\n <Box\r\n sx={{\r\n display: 'flex',\r\n flexDirection: 'column',\r\n width: { xs: '100%', md: '50%' },\r\n height: { xs: '100%', lg: '60vh' },\r\n justifyContent: 'center',\r\n color: content.component.subcomponent[0]?.text_color\r\n }}\r\n >\r\n <Typography className=\"title-xxlarge\" sx={{ marginBottom: '16px' }}>\r\n {content.component.subcomponent[0]?.title ?\r\n content.component.subcomponent[0]?.title\r\n : 'Agregue título'}\r\n </Typography>\r\n <Typography className=\"xmiddle\" sx={{ marginBottom: '16px' }}>\r\n {content.component.subcomponent[0]?.description ?\r\n content.component.subcomponent[0]?.description\r\n : 'Agregue descripción'}\r\n </Typography>\r\n <Box>\r\n <Button\r\n variant='contained'\r\n href={content.component.subcomponent[0]?.button_action}\r\n target={content.component.subcomponent[0]?.link == 4 ? '_blank' : '_self'}\r\n sx={{ width: 'auto', marginBottom: '16px' }}\r\n >\r\n {content.component.subcomponent[0]?.button_title ?\r\n content.component.subcomponent[0]?.button_title\r\n : 'Nombre botón'}\r\n </Button>\r\n </Box>\r\n </Box>\r\n </Slide>\r\n )\r\n}","import { AtomicElements } from \"../atomicElement\"\r\nimport Layout1 from './elements/layout1'\r\n\r\nexport class Banner extends AtomicElements {\r\n constructor() {\r\n super()\r\n }\r\n\r\n layout = [Layout1]\r\n layoutFootprint = ['banner_layout_1.jpg']\r\n layoutFootprintReq = [\r\n {\r\n 'type': 0,// all reqs should have this, 0 single elemet | 1 more than one. E.G Carousel or single element\r\n 'title': 'Tittle',\r\n 'description': 'Description',\r\n 'button_title': 'Button Title',\r\n 'button_action': 'Button action',\r\n 'text_color': 'Text color',\r\n 'link': 'Link',\r\n // 'name':'Name',\r\n },\r\n\r\n ]\r\n //Methods heredados\r\n // layout, layouts(), build() \r\n // <texinput display={!layout.img} id='Title'>\r\n // <texinput display={!layout.img} id='content'></texinput>\r\n // <texinput display={!layout.img} id='name'></texinput>\r\n //<texinput disable={!layout.img}>\r\n}","import { Box, Button, Typography } from \"@mui/material\"\r\nimport React from \"react\"\r\nimport { Slide } from \"@mui/material\";\r\nimport Grow from '@mui/material/Grow';\r\n\r\nexport default function Layout1(content) {\r\n\r\n const visible = true\r\n\r\n return (\r\n <Box\r\n sx={{\r\n display: 'flex',\r\n flexDirection: { xs: 'column', md: content.component.justify_content != 'right' ? 'row' : 'row-reverse' },\r\n gap: '16px',\r\n alignItems: 'center'\r\n }}\r\n color={content.component.subcomponent[0]?.text_color}\r\n >\r\n <Box>\r\n <Slide direction=\"right\" in={visible}>\r\n <Box sx={{ width: { xs: '100%', md: '550px', lg: '640px' }, height: { md: '353px', lg: '426px' }, maxWidth: '100vw' }}>\r\n <img width=\"100%\" height=\"100%\" src={content.component.subcomponent[0]?.image ? content.component.subcomponent[0]?.image.url : 'https://wozapps-develop.s3.us-east-2.amazonaws.com/gerry/resources/landing/bbb84144-02cd-4cf8-a1be-21ba47e7c4fa.jpeg'}></img>\r\n </Box>\r\n </Slide>\r\n </Box>\r\n <Box>\r\n <Grow\r\n in={visible}\r\n style={{ transformOrigin: '0 0 0' }}\r\n {...(visible ? { timeout: 1000 } : {})}\r\n >\r\n <Box>\r\n <Box sx={{ marginBottom: '16px' }}>\r\n <Typography className=\"title-xlarge\">{content.component.subcomponent[0]?.title ? content.component.subcomponent[0]?.title : 'Agregue título'}</Typography>\r\n </Box>\r\n <Box sx={{ marginBottom: '16px', color: '#767676' }}>\r\n <Typography className=\"middle\">\r\n {content.component.subcomponent[0]?.description ? content.component.subcomponent[0]?.description : 'Agregue descripción'}\r\n </Typography>\r\n </Box>\r\n <Box>\r\n <Button\r\n variant=\"contained\"\r\n href={content.component.subcomponent[0]?.button_action}\r\n target={content.component.subcomponent[0]?.link == 4 ? '_blank' : '_self'}\r\n sx={{ width: 'auto' }}\r\n >\r\n {content.component.subcomponent[0]?.button_title ?\r\n content.component.subcomponent[0]?.button_title : 'Nombre botón'}\r\n </Button>\r\n </Box>\r\n </Box>\r\n </Grow>\r\n </Box>\r\n </Box>\r\n )\r\n}","import { AtomicElements } from \"../atomicElement\"\r\nimport Layout1 from './elements/layout1'\r\n\r\nexport class TextPlusImg extends AtomicElements {\r\n constructor() {\r\n super()\r\n }\r\n layout = [Layout1, Layout1]\r\n layoutFootprint = ['text_image_layout_1.png', 'text_image_layout_1.png']\r\n layoutFootprintReq = [\r\n {\r\n 'type': 0,// all reqs should have this, 0 single elemet | 1 more than one. E.G Carousel or single element\r\n 'title':'Title',\r\n 'description':'Text',\r\n 'button_title':'Button Title',\r\n 'button_action':'Button Action',\r\n 'image':'req_hor',\r\n 'link':'Link'\r\n },\r\n {\r\n 'type': 0,// all reqs should have this, 0 single elemet | 1 more than one. E.G Carousel or single element\r\n 'title':'Title',\r\n 'description':'Text',\r\n 'button_title':'Button Title',\r\n 'button_action':'Button Action',\r\n 'image':'req_hor',\r\n },\r\n ]\r\n //Methods heredados\r\n // layout, layouts(), build() \r\n \r\n}","import React from \"react\"\r\nimport { Box, Typography, Slide, Grid } from '@mui/material'\r\n\r\nexport default function Layout1(content) {\r\n const visible = true\r\n\r\n return (\r\n <Slide direction=\"left\" in={visible}>\r\n <Box sx={{ width: '100%' }}>\r\n <Typography className=\"title-xlarge\" sx={{ margin: '16px auto' }}>{content.component.title ? content.component.title : 'Agregue un título'}</Typography>\r\n <Grid container>\r\n {content.component.subcomponent?.map((img, index) => (\r\n <Grid key={index} item xs={12} md={4}>\r\n <Box\r\n component=\"img\"\r\n src={\r\n img.image.url ?\r\n img.image.url :\r\n 'https://wozapps-develop.s3.us-east-2.amazonaws.com/gerry/resources/landing/bbb84144-02cd-4cf8-a1be-21ba47e7c4fa.jpeg'\r\n }\r\n sx={{ \r\n width: { xs: '100%', md: '95%' }, \r\n aspectRatio: '16/9',\r\n marginBottom: '16px',\r\n }}\r\n />\r\n </Grid>\r\n ))}\r\n </Grid>\r\n </Box>\r\n </Slide>\r\n )\r\n}","import { AtomicElements } from \"../atomicElement\"\r\nimport Layout1 from './elements/layout1'\r\n\r\nexport class Gallery extends AtomicElements {\r\n constructor() {\r\n super()\r\n }\r\n layout = [Layout1]\r\n layoutFootprint = ['gallery_layout_1.png']\r\n layoutFootprintReq = [\r\n {\r\n 'type': 1,// all reqs should have this, 0 single elemet | 1 more than one. E.G Carousel or single element\r\n 'image': 'req_hor'\r\n },\r\n\r\n ]\r\n //Methods heredados\r\n // layout, layouts(), build() \r\n \r\n}","import React from \"react\"\r\nimport { Box, Typography, Slide } from '@mui/material'\r\n\r\nexport default function Layout1(content) {\r\n const visible = true\r\n\r\n return (\r\n <Slide direction=\"left\" in={visible}>\r\n <Box\r\n sx={{\r\n width: {xs:'100%', md:'70%'},\r\n color: content.component.subcomponent[0]?.text_color,\r\n textAlign: content.component.justify_content\r\n }}\r\n >\r\n <Typography className=\"title-xlarge\" sx={{ marginBottom: '16px' }}>\r\n {content.component.subcomponent[0]?.title ?\r\n content.component.subcomponent[0]?.title\r\n : 'Agregue título'}\r\n </Typography>\r\n <Typography className=\"middle\" sx={{ marginBottom: '16px', color: '#767676' }}>\r\n {content.component.subcomponent[0]?.description ?\r\n content.component.subcomponent[0]?.description\r\n : 'Agregue descripción'}\r\n </Typography>\r\n </Box>\r\n </Slide>\r\n )\r\n}","import { AtomicElements } from \"../atomicElement\"\r\nimport Layout1 from './elements/layout1'\r\n\r\nexport class Text extends AtomicElements {\r\n constructor() {\r\n super()\r\n }\r\n layout = [Layout1]\r\n layoutFootprint = ['quotes_layout_1.png']\r\n layoutFootprintReq = [\r\n {\r\n 'type': 0,// all reqs should have this, 0 single elemet | 1 more than one. E.G Carousel or single element\r\n 'title': 'Tittle',\r\n 'description': 'Description',\r\n },\r\n ]\r\n //Methods heredados\r\n // layout, layouts(), build() \r\n\r\n}","import React, { useState, useEffect } from 'react';\r\nimport Carousel from 'react-material-ui-carousel';\r\nimport { Box, Typography, Slide, Card, CardMedia, CardContent, Grid, useTheme, useMediaQuery, Button } from '@mui/material';\r\n\r\nexport default function Layout1(content) {\r\n\r\n return (\r\n <Grid container sx={{ height: '550px', width: '100%' }}>\r\n <Item content={content.component.subcomponent} side={content.component.justify_content} />\r\n </Grid>\r\n );\r\n}\r\n\r\nfunction Item(props) {\r\n const { content, side } = props;\r\n // console.log(side)\r\n const [arrayFourElements, setArrayFourElements] = useState([]);\r\n const visible = true;\r\n const theme = useTheme();\r\n const isXsScreen = useMediaQuery(theme.breakpoints.down('sm'));\r\n const isSmScreen = useMediaQuery(theme.breakpoints.between('sm', 'md'));\r\n const isMdScreen = useMediaQuery(theme.breakpoints.between('md', 'lg'));\r\n const isLgScreen = useMediaQuery(theme.breakpoints.up('lg'));\r\n\r\n function divideArreglo(arreglo, tamanoMaximo) {\r\n var subarreglos = [];\r\n var subarregloActual = [];\r\n\r\n for (var i = 0; i < arreglo.length; i++) {\r\n subarregloActual.push(arreglo[i]);\r\n\r\n if (subarregloActual.length === tamanoMaximo || i === arreglo.length - 1) {\r\n subarreglos.push(subarregloActual);\r\n subarregloActual = [];\r\n }\r\n }\r\n\r\n return subarreglos;\r\n }\r\n\r\n useEffect(() => {\r\n let tamanoMaximo;\r\n\r\n if (isSmScreen) {\r\n tamanoMaximo = 2;\r\n } else if (isMdScreen) {\r\n tamanoMaximo = 3;\r\n } else if (isLgScreen) {\r\n tamanoMaximo = 4;\r\n } else if (isXsScreen) {\r\n tamanoMaximo = 1;\r\n }\r\n\r\n setArrayFourElements(divideArreglo(content, tamanoMaximo));\r\n }, [isXsScreen, isSmScreen, isMdScreen, isLgScreen, content]);\r\n\r\n if (!arrayFourElements) {\r\n return null\r\n } else {\r\n return (\r\n content.length > 4 ? (\r\n <Carousel\r\n autoPlay={false}\r\n indicators={false}\r\n navButtonsAlwaysVisible={true}\r\n navButtonsProps={{\r\n style: {\r\n backgroundColor: 'transparent',\r\n borderRadius: 0,\r\n color: '#767676'\r\n }\r\n }}\r\n navButtonsWrapperProps={{\r\n style: {\r\n top: '0',\r\n bottom: 'unset'\r\n }\r\n }}\r\n sx={{\r\n width: '100%',\r\n height: '520px',\r\n paddingTop: '64px',\r\n /* Left button */\r\n \"& .css-hn784z\": {\r\n left: { xs: '60%', md: '90%' },\r\n height: 'auto',\r\n },\r\n \"& .css-1abc02a\": {\r\n height: 'auto',\r\n },\r\n }}\r\n >\r\n {\r\n arrayFourElements.map((items, i) => {\r\n return (\r\n <Grid container key={i} spacing={3} sx={{ margin: 'auto', padding: 'auto' }}>\r\n {\r\n items.map((item, j) => {\r\n return (\r\n <Grid\r\n item\r\n key={j}\r\n sm={6}\r\n md={4}\r\n lg={3}\r\n sx={{\r\n paddingLeft: '0px',\r\n '& .MuiGrid-item': {\r\n paddingLeft: '0px',\r\n }\r\n }}\r\n >\r\n <Slide direction=\"left\" in={visible}>\r\n <Card\r\n sx={{\r\n width: '300px',\r\n maxWidth: 300,\r\n boxShadow: 'none',\r\n borderRadius: 0,\r\n border: '1px solid #e5e5e5',\r\n borderRadius: '10px',\r\n backgroundColor: 'transparent',\r\n }}\r\n >\r\n <CardMedia\r\n component='img'\r\n height='300px'\r\n width='300px'\r\n image={item.image.url ? item.image.url : 'https://via.placeholder.com/300x300.png?text=No+Image'}\r\n sx={{ aspectRatio: '1/1' }}\r\n />\r\n <CardContent\r\n sx={{\r\n padding: '8px 16px',\r\n textAlign: side,\r\n '&.MuiCardContent-root:last-child': {\r\n paddingBottom: '8px'\r\n }\r\n }}\r\n >\r\n <Typography\r\n className='title'\r\n sx={{\r\n display: '-webkit-box',\r\n WebkitLineClamp: 1,\r\n WebkitBoxOrient: 'vertical',\r\n overflow: 'hidden',\r\n textOverflow: 'ellipsis',\r\n }}>\r\n {item.title ? item.title : 'Agrega título'}\r\n </Typography>\r\n <Typography\r\n className='middle'\r\n sx={{\r\n minHeight: '54px',\r\n display: '-webkit-box',\r\n WebkitLineClamp: 2,\r\n WebkitBoxOrient: 'vertical',\r\n overflow: 'hidden',\r\n textOverflow: 'ellipsis',\r\n }}>\r\n {item.subtitle ? item.subtitle : 'Agrega subtítulo'}\r\n </Typography>\r\n <Button\r\n variant=\"contained\"\r\n href={item.button_action ? item.button_action : '#'}\r\n target={item.link == 4 ? '_blank' : '_self'}\r\n sx={{ width: 'auto', marginTop: '16px' }}\r\n >\r\n {item.button_title ? item.button_title : 'Nombre botón'}\r\n </Button>\r\n </CardContent>\r\n </Card>\r\n </Slide>\r\n </Grid>\r\n )\r\n })\r\n }\r\n </Grid>\r\n )\r\n })\r\n }\r\n </Carousel> \r\n ) : (\r\n content.map((item, i) => {\r\n return (\r\n <Grid item key={i} sm={6} md={4} lg={3}>\r\n <Slide direction=\"left\" in={visible}>\r\n <Card\r\n sx={{\r\n width: '300px',\r\n maxWidth: 512,\r\n boxShadow: 'none',\r\n borderRadius: 0,\r\n border: '1px solid #e5e5e5',\r\n borderRadius: '10px',\r\n }}\r\n >\r\n <CardMedia\r\n component='img'\r\n height='300px'\r\n width='300px'\r\n sx={{ aspectRatio: '1/1' }}\r\n image={item.image.url ?\r\n item.image.url :\r\n 'https://via.placeholder.com/300x300.png?text=No+Image'}\r\n />\r\n <CardContent\r\n sx={{\r\n padding: '8px 16px',\r\n '&.MuiCardContent-root:last-child': {\r\n paddingBottom: '8px'\r\n }\r\n }}\r\n >\r\n <Box\r\n component='div'\r\n sx={{\r\n display: 'flex',\r\n justifyContent: 'space-between',\r\n alignItems: 'center'\r\n }}\r\n >\r\n <Box sx={{ maxWidth: '80%' }} >\r\n <Typography\r\n className='title'\r\n sx={{\r\n // minHeight: '54px',\r\n display: '-webkit-box',\r\n WebkitLineClamp: 1,\r\n WebkitBoxOrient: 'vertical',\r\n overflow: 'hidden',\r\n textOverflow: 'ellipsis',\r\n }}>\r\n {item.title ? item.title : 'Agrega título'}\r\n </Typography>\r\n </Box>\r\n </Box>\r\n <Typography\r\n className='middle'\r\n sx={{\r\n minHeight: '54px',\r\n display: '-webkit-box',\r\n WebkitLineClamp: 2,\r\n WebkitBoxOrient: 'vertical',\r\n overflow: 'hidden',\r\n textOverflow: 'ellipsis',\r\n }}>\r\n {item.subtitle ? item.subtitle : 'Agrega subtítulo'}\r\n </Typography>\r\n </CardContent>\r\n </Card>\r\n </Slide>\r\n </Grid>\r\n )\r\n })\r\n )\r\n )\r\n }\r\n}","import { AtomicElements } from \"../atomicElement\"\r\nimport Layout1 from './elements/layout1'\r\n\r\nexport class List extends AtomicElements {\r\n constructor() {\r\n super()\r\n }\r\n layout = [Layout1]\r\n layoutFootprint = ['list_layout_1.png']\r\n layoutFootprintReq = [\r\n {\r\n 'type': 1,// all reqs should have this, 0 single elemet | 1 more than one. E.G Carousel or single element\r\n 'title':'Title',\r\n 'subtitle':'Subtitle',\r\n 'button_title':'Button Title',\r\n 'button_action':'Button Action',\r\n 'image':'sqr',\r\n 'link':'Link'\r\n },\r\n ]\r\n //Methods heredados\r\n // layout, layouts(), build() \r\n}","import React from \"react\";\r\nimport { Box, Container } from \"@mui/material\";\r\n\r\nexport default function CanvasContainer(props) {\r\n const { json, children } = props\r\n const rgbColor = hexToRgb(json.component.bg_image_overlay_color);\r\n\r\n return (\r\n <Box\r\n sx={{\r\n display: 'flex',\r\n alignItems: 'center',\r\n backgroundColor:\r\n json.component.bg_type === 1\r\n ? json.component.bg_color1\r\n : undefined,\r\n backgroundImage:\r\n json.component.bg_type === 2\r\n ? `linear-gradient(to ${json.component.bg_gradiant_orientation}, ${json.component.bg_color1}, ${json.component.bg_color2})`\r\n : json.component.bg_type === 3\r\n ? `url(${json.component.bg_image?.url})`\r\n : undefined,\r\n backgroundPosition: 'center',\r\n backgroundSize: 'cover',\r\n backgroundRepeat: 'no-repeat',\r\n }}\r\n >\r\n <Box\r\n sx={{\r\n bgcolor: `${json.component.bg_image_overlay && json.component.bg_type === 3 ?\r\n `rgba(${rgbColor.r}, ${rgbColor.g}, ${rgbColor.b}, ${json.component.bg_image_overlay_alpha_css})` :\r\n undefined\r\n }`,\r\n padding: '64px 24px',\r\n width: '100%'\r\n }}\r\n >\r\n <Container\r\n maxWidth='xl'\r\n sx={{\r\n padding: '0px',\r\n '&.MuiContainer-root':{\r\n paddingLeft: { xs: '0px', xl: '24px' },\r\n paddingRight: { xs: '0px', xl: '24px' }\r\n }\r\n }}\r\n >\r\n <Box\r\n sx={{\r\n minWidth: { xs: '100%', md: '45%' },\r\n display: 'flex',\r\n justifyContent: {\r\n xs: 'center',\r\n md: json.component.justify_content ? json.component.justify_content : 'center'\r\n }\r\n }}\r\n >\r\n {children}\r\n </Box>\r\n </Container>\r\n </Box>\r\n </Box>\r\n );\r\n}\r\n\r\n\r\nfunction hexToRgb(hex) {\r\n if (hex) {\r\n const cleanHex = hex.startsWith('#') ? hex.slice(1) : hex;\r\n\r\n const r = parseInt(cleanHex.substring(0, 2), 16);\r\n const g = parseInt(cleanHex.substring(2, 4), 16);\r\n const b = parseInt(cleanHex.substring(4, 6), 16);\r\n return { r, g, b };\r\n } else {\r\n return { r: 0, g: 0, b: 0 }\r\n }\r\n}","export const JK_RESOURCES = 'https://jk-clients.s3.us-east-2.amazonaws.com/jk-resources/'","import React from \"react\"\r\nimport { Quotes } from \"./quotes/Component\"\r\nimport { Banner } from \"./banner/Component\"\r\nimport { TextPlusImg } from \"./textPlusImg/Component\"\r\nimport { Gallery } from \"./gallery/Component\"\r\nimport { Text } from \"./text/Component\"\r\nimport { List } from \"./list/Component\"\r\nimport CanvasContainer from \"./canvas/CanvasContainer\"\r\nimport { JK_RESOURCES } from \"./constants\"\r\n// Section is a common class for each component\r\nexport class Section {\r\n constructor(AtomicElement, theme) {\r\n this.child = AtomicElement\r\n }\r\n\r\n component(json) {\r\n console.log('json', json)\r\n return (\r\n <CanvasContainer json={json}>\r\n {/* Child is the instance passed as parameter in section, next class */}\r\n {this.child.build(json, json.component.layout)}\r\n </CanvasContainer>\r\n )\r\n }\r\n\r\n getFootPrint(layout) {\r\n let footPrint = this.child.footprint(layout)\r\n console.log('section', footPrint)\r\n return (\r\n { req: footPrint.req, img: `${JK_RESOURCES}${footPrint.img}` }\r\n )\r\n }\r\n\r\n layoutLength() {\r\n return (\r\n this.child.layoutsLength()\r\n )\r\n }\r\n\r\n}\r\n\r\n//Sections is the interface with admin and store\r\nexport class Sections {\r\n constructor() {\r\n this.banner = new Section(new Banner())\r\n this.quotes = new Section(new Quotes())\r\n this.textPlusImg = new Section(new TextPlusImg())\r\n this.gallery = new Section(new Gallery())\r\n this.text = new Section(new Text())\r\n this.list = new Section(new List())\r\n this.sections = [this.banner, this.textPlusImg, this.quotes, this.gallery, this.text, this.list]\r\n }\r\n\r\n getSectionList() {\r\n return (\r\n {\r\n '0': 'Banner',\r\n '1': 'Texto + Imágenes',\r\n '2': 'Citas/Testimonios',\r\n '3': 'Galeria',\r\n '4': 'Texto',\r\n '5': 'Lista',\r\n }\r\n )\r\n }\r\n getLayoutsFromSection(index) {\r\n let section = this.sections[index]\r\n return (section)\r\n }\r\n\r\n}"],"names":["AtomicElements","layout","layoutFootprint","layoutFootprintReq","_proto","prototype","layoutsLength","length","build","content","layoutId","footprint","img","req","console","log","Layout1","React","createElement","Carousel","indicators","navButtonsAlwaysInvisible","sx","width","height","component","subcomponent","map","item","i","Item","key","side","justify_content","props","visible","getSideRender","getSideMargin","Box","display","xs","md","justifyContent","margin","textAlign","Slide","direction","flexDirection","color","text_color","alignItems","src","image","url","marginBottom","borderRadius","Typography","className","minHeight","description","subtitle","Quotes","_AtomicElements","_inheritsLoose","_this","call","_content$component$su","_content$component$su2","_content$component$su3","_content$component$su4","_content$component$su5","_content$component$su6","_content$component$su7","_content$component$su8","_content$component$su9","lg","title","Button","variant","href","button_action","target","link","button_title","Banner","_content$component$su10","_content$component$su11","gap","maxWidth","Grow","_extends","style","transformOrigin","timeout","TextPlusImg","Grid","container","index","aspectRatio","Gallery","Text","_useState","useState","arrayFourElements","setArrayFourElements","theme","useTheme","isXsScreen","useMediaQuery","breakpoints","down","isSmScreen","between","isMdScreen","isLgScreen","up","divideArreglo","arreglo","tamanoMaximo","subarreglos","subarregloActual","push","useEffect","autoPlay","navButtonsAlwaysVisible","navButtonsProps","backgroundColor","navButtonsWrapperProps","top","bottom","paddingTop","left","items","spacing","padding","j","_ref","sm","paddingLeft","Card","boxShadow","border","CardMedia","CardContent","paddingBottom","WebkitLineClamp","WebkitBoxOrient","overflow","textOverflow","marginTop","_ref2","List","CanvasContainer","_json$component$bg_im","json","children","rgbColor","hexToRgb","bg_image_overlay_color","bg_type","bg_color1","undefined","backgroundImage","bg_gradiant_orientation","bg_color2","bg_image","backgroundPosition","backgroundSize","backgroundRepeat","bgcolor","bg_image_overlay","r","g","b","bg_image_overlay_alpha_css","Container","xl","paddingRight","minWidth","hex","cleanHex","startsWith","slice","parseInt","substring","JK_RESOURCES","Section","AtomicElement","child","getFootPrint","footPrint","layoutLength","Sections","banner","quotes","textPlusImg","gallery","text","list","sections","_proto2","getSectionList","getLayoutsFromSection","section"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.modern.js","sources":["../src/atomicElement.js","../src/quotes/elements/layout1.js","../src/quotes/Component.js","../src/banner/elements/layout1.js","../src/banner/Component.js","../src/textPlusImg/elements/layout1.js","../src/textPlusImg/Component.js","../src/gallery/elements/layout1.js","../src/gallery/Component.js","../src/text/elements/layout1.js","../src/text/Component.js","../src/list/elements/layout1.js","../src/list/Component.js","../src/canvas/CanvasContainer.js","../src/constants.js","../src/Section.js"],"sourcesContent":["export class AtomicElements {\r\n constructor(){\r\n this.layout = []\r\n this.layoutFootprint = []\r\n this.layoutFootprintReq = []\r\n }\r\n\r\n layoutsLength(){\r\n return(\r\n this.layout.length\r\n )\r\n }\r\n\r\n build(content, layoutId){\r\n return(\r\n this.layout[layoutId](content)\r\n )\r\n }\r\n\r\n footprint(layout){\r\n let img = this.layoutFootprint[layout]\r\n let req = this.layoutFootprintReq[layout]\r\n console.log('img atomic', img)\r\n return(\r\n {req, img}\r\n )\r\n }\r\n\r\n}\r\n","import React from 'react';\r\nimport Carousel from 'react-material-ui-carousel'\r\nimport { Box, Typography, Slide } from '@mui/material'\r\n\r\nexport default function Layout1(content) {\r\n\r\n return (\r\n <Carousel indicators navButtonsAlwaysInvisible sx={{ width: '100%', height: '100%' }}>\r\n {\r\n content.component.subcomponent.map((item, i) => <Item key={i} content={item} side={content.component.justify_content} />)\r\n }\r\n </Carousel>\r\n )\r\n}\r\n\r\nfunction Item(props) {\r\n const { content, side } = props\r\n const visible = true\r\n\r\n const getSideRender = (side) => {\r\n if (side === 'left') {\r\n return 'flex-start'\r\n } else if (side === 'right') {\r\n return 'flex-end'\r\n } else {\r\n return 'center'\r\n }\r\n }\r\n\r\n const getSideMargin = (side) => {\r\n if (side === 'left') {\r\n return '0px auto 0px 0px'\r\n } else if (side === 'right') {\r\n return '0px 0px 0px auto'\r\n } else {\r\n return 'auto'\r\n }\r\n }\r\n\r\n return (\r\n <Box\r\n sx={{\r\n display: 'flex',\r\n width: { xs: '100%', md: '70%' },\r\n justifyContent: getSideRender(side),\r\n margin: getSideMargin(side),\r\n textAlign: side,\r\n height: '100%',\r\n }}\r\n >\r\n <Slide direction=\"left\" in={visible}>\r\n <Box\r\n sx={{\r\n display: 'flex',\r\n flexDirection: 'column',\r\n color: content.text_color,\r\n alignItems: getSideRender(side),\r\n }}\r\n >\r\n <Box\r\n component=\"img\"\r\n src={content.image ? content.image.url : \"https://cdn-icons-png.flaticon.com/512/6596/6596121.png\"}\r\n sx={{ width: '120px', height: '120px', marginBottom: '16px', borderRadius: '50%' }}\r\n />\r\n <Typography className=\"xmiddle\" sx={{ marginBottom: '16px', minHeight: {xs: '270px', md: '90px'}, whiteSpace: 'pre-wrap' }}>\r\n {content.description ?\r\n content.description\r\n : 'Agregue descripción'}\r\n </Typography>\r\n <Typography className=\"small\" sx={{ marginBottom: '16px', textAlign: 'right', whiteSpace: 'pre-wrap' }}>\r\n {content.subtitle ?\r\n content.subtitle\r\n : 'Agregue subtítulo'}\r\n </Typography>\r\n </Box>\r\n </Slide>\r\n </Box>\r\n )\r\n}","import { AtomicElements } from \"../atomicElement\"\r\nimport Layout1 from './elements/layout1'\r\n\r\nexport class Quotes extends AtomicElements {\r\n constructor() {\r\n super()\r\n }\r\n layout = [Layout1]\r\n layoutFootprint = ['quotes_layout_1.png']\r\n layoutFootprintReq = [\r\n {\r\n 'type': 1,// all reqs should have this, 0 single elemet | 1 more than one. E.G Carousel or single element\r\n 'subtitle':'Subtitle',\r\n 'description':'Description',\r\n 'image': 'sqr'\r\n },\r\n\r\n ]\r\n //Methods heredados\r\n // layout, layouts(), build() \r\n \r\n}","import { Box, Button, Typography, Slide } from '@mui/material'\r\nimport React from 'react'\r\n\r\nexport default function Layout1(content) {\r\n const visible = true\r\n return (\r\n <Slide direction=\"left\" in={visible}>\r\n <Box\r\n sx={{\r\n display: 'flex',\r\n flexDirection: 'column',\r\n width: { xs: '100%', md: '50%' },\r\n height: { xs: '100%', lg: '60vh' },\r\n justifyContent: 'center',\r\n color: content.component.subcomponent[0]?.text_color\r\n }}\r\n >\r\n <Typography className=\"title-xxlarge\" sx={{ marginBottom: '16px', whiteSpace: 'pre-wrap' }}>\r\n {content.component.subcomponent[0]?.title ?\r\n content.component.subcomponent[0]?.title\r\n : 'Agregue título'}\r\n </Typography>\r\n <Typography className=\"xmiddle\" sx={{ marginBottom: '16px', whiteSpace: 'pre-wrap' }}>\r\n {content.component.subcomponent[0]?.description ?\r\n content.component.subcomponent[0]?.description\r\n : 'Agregue descripción'}\r\n </Typography>\r\n <Box>\r\n <Button\r\n variant='contained'\r\n href={content.component.subcomponent[0]?.button_action}\r\n target={content.component.subcomponent[0]?.link == 4 ? '_blank' : '_self'}\r\n sx={{ width: 'auto', marginBottom: '16px' }}\r\n >\r\n {content.component.subcomponent[0]?.button_title ?\r\n content.component.subcomponent[0]?.button_title\r\n : 'Nombre botón'}\r\n </Button>\r\n </Box>\r\n </Box>\r\n </Slide>\r\n )\r\n}","import { AtomicElements } from \"../atomicElement\"\r\nimport Layout1 from './elements/layout1'\r\n\r\nexport class Banner extends AtomicElements {\r\n constructor() {\r\n super()\r\n }\r\n\r\n layout = [Layout1]\r\n layoutFootprint = ['banner_layout_1.jpg']\r\n layoutFootprintReq = [\r\n {\r\n 'type': 0,// all reqs should have this, 0 single elemet | 1 more than one. E.G Carousel or single element\r\n 'title': 'Tittle',\r\n 'description': 'Description',\r\n 'button_title': 'Button Title',\r\n 'button_action': 'Button action',\r\n 'text_color': 'Text color',\r\n 'link': 'Link',\r\n // 'name':'Name',\r\n },\r\n\r\n ]\r\n //Methods heredados\r\n // layout, layouts(), build() \r\n // <texinput display={!layout.img} id='Title'>\r\n // <texinput display={!layout.img} id='content'></texinput>\r\n // <texinput display={!layout.img} id='name'></texinput>\r\n //<texinput disable={!layout.img}>\r\n}","import { Box, Button, Typography } from \"@mui/material\"\r\nimport React from \"react\"\r\nimport { Slide } from \"@mui/material\";\r\nimport Grow from '@mui/material/Grow';\r\n\r\nexport default function Layout1(content) {\r\n\r\n const visible = true\r\n\r\n return (\r\n <Box\r\n sx={{\r\n display: 'flex',\r\n flexDirection: { xs: 'column', md: content.component.justify_content != 'right' ? 'row' : 'row-reverse' },\r\n gap: '16px',\r\n alignItems: 'center'\r\n }}\r\n color={content.component.subcomponent[0]?.text_color}\r\n >\r\n <Box>\r\n <Slide direction=\"right\" in={visible}>\r\n <Box sx={{ width: { xs: '100%', md: '550px', lg: '640px' }, height: { md: '353px', lg: '426px' }, maxWidth: '100vw' }}>\r\n <img width=\"100%\" height=\"100%\" src={content.component.subcomponent[0]?.image ? content.component.subcomponent[0]?.image.url : 'https://wozapps-develop.s3.us-east-2.amazonaws.com/gerry/resources/landing/bbb84144-02cd-4cf8-a1be-21ba47e7c4fa.jpeg'}></img>\r\n </Box>\r\n </Slide>\r\n </Box>\r\n <Box>\r\n <Grow\r\n in={visible}\r\n style={{ transformOrigin: '0 0 0' }}\r\n {...(visible ? { timeout: 1000 } : {})}\r\n >\r\n <Box>\r\n <Box sx={{ marginBottom: '16px' }}>\r\n <Typography className=\"title-xlarge\" sx={{ whiteSpace: 'pre-wrap' }}>{content.component.subcomponent[0]?.title ? content.component.subcomponent[0]?.title : 'Agregue título'}</Typography>\r\n </Box>\r\n <Box sx={{ marginBottom: '16px', color: '#767676' }}>\r\n <Typography className=\"middle\" sx={{ whiteSpace: 'pre-wrap' }}>\r\n {content.component.subcomponent[0]?.description ? content.component.subcomponent[0]?.description : 'Agregue descripción'}\r\n </Typography>\r\n </Box>\r\n <Box>\r\n <Button\r\n variant=\"contained\"\r\n href={content.component.subcomponent[0]?.button_action}\r\n target={content.component.subcomponent[0]?.link == 4 ? '_blank' : '_self'}\r\n sx={{ width: 'auto' }}\r\n >\r\n {content.component.subcomponent[0]?.button_title ?\r\n content.component.subcomponent[0]?.button_title : 'Nombre botón'}\r\n </Button>\r\n </Box>\r\n </Box>\r\n </Grow>\r\n </Box>\r\n </Box>\r\n )\r\n}","import { AtomicElements } from \"../atomicElement\"\r\nimport Layout1 from './elements/layout1'\r\n\r\nexport class TextPlusImg extends AtomicElements {\r\n constructor() {\r\n super()\r\n }\r\n layout = [Layout1, Layout1]\r\n layoutFootprint = ['text_image_layout_1.png', 'text_image_layout_1.png']\r\n layoutFootprintReq = [\r\n {\r\n 'type': 0,// all reqs should have this, 0 single elemet | 1 more than one. E.G Carousel or single element\r\n 'title':'Title',\r\n 'description':'Text',\r\n 'button_title':'Button Title',\r\n 'button_action':'Button Action',\r\n 'image':'req_hor',\r\n 'link':'Link'\r\n },\r\n {\r\n 'type': 0,// all reqs should have this, 0 single elemet | 1 more than one. E.G Carousel or single element\r\n 'title':'Title',\r\n 'description':'Text',\r\n 'button_title':'Button Title',\r\n 'button_action':'Button Action',\r\n 'image':'req_hor',\r\n },\r\n ]\r\n //Methods heredados\r\n // layout, layouts(), build() \r\n \r\n}","import React from \"react\"\r\nimport { Box, Typography, Slide, Grid } from '@mui/material'\r\n\r\nexport default function Layout1(content) {\r\n const visible = true\r\n\r\n return (\r\n <Slide direction=\"left\" in={visible}>\r\n <Box sx={{ width: '100%' }}>\r\n <Typography className=\"title-xlarge\" sx={{ margin: '16px auto', whiteSpace: 'pre-wrap' }}>{content.component.title ? content.component.title : 'Agregue un título'}</Typography>\r\n <Grid container>\r\n {content.component.subcomponent?.map((img, index) => (\r\n <Grid key={index} item xs={12} md={4}>\r\n <Box\r\n component=\"img\"\r\n src={\r\n img.image.url ?\r\n img.image.url :\r\n 'https://wozapps-develop.s3.us-east-2.amazonaws.com/gerry/resources/landing/bbb84144-02cd-4cf8-a1be-21ba47e7c4fa.jpeg'\r\n }\r\n sx={{ \r\n width: { xs: '100%', md: '95%' }, \r\n aspectRatio: '16/9',\r\n marginBottom: '16px',\r\n }}\r\n />\r\n </Grid>\r\n ))}\r\n </Grid>\r\n </Box>\r\n </Slide>\r\n )\r\n}","import { AtomicElements } from \"../atomicElement\"\r\nimport Layout1 from './elements/layout1'\r\n\r\nexport class Gallery extends AtomicElements {\r\n constructor() {\r\n super()\r\n }\r\n layout = [Layout1]\r\n layoutFootprint = ['gallery_layout_1.png']\r\n layoutFootprintReq = [\r\n {\r\n 'type': 1,// all reqs should have this, 0 single elemet | 1 more than one. E.G Carousel or single element\r\n 'image': 'req_hor'\r\n },\r\n\r\n ]\r\n //Methods heredados\r\n // layout, layouts(), build() \r\n \r\n}","import React from \"react\"\r\nimport { Box, Typography, Slide } from '@mui/material'\r\n\r\nexport default function Layout1(content) {\r\n const visible = true\r\n\r\n return (\r\n <Slide direction=\"left\" in={visible}>\r\n <Box\r\n sx={{\r\n width: {xs:'100%', md:'70%'},\r\n color: content.component.subcomponent[0]?.text_color,\r\n textAlign: content.component.justify_content\r\n }}\r\n >\r\n <Typography className=\"title-xlarge\" sx={{ marginBottom: '16px', whiteSpace: 'pre-wrap' }}>\r\n {content.component.subcomponent[0]?.title ?\r\n content.component.subcomponent[0]?.title\r\n : 'Agregue título'}\r\n </Typography>\r\n <Typography className=\"middle\" sx={{ marginBottom: '16px', color: '#767676', whiteSpace: 'pre-wrap' }}>\r\n {content.component.subcomponent[0]?.description ?\r\n content.component.subcomponent[0]?.description\r\n : 'Agregue descripción'}\r\n </Typography>\r\n </Box>\r\n </Slide>\r\n )\r\n}","import { AtomicElements } from \"../atomicElement\"\r\nimport Layout1 from './elements/layout1'\r\n\r\nexport class Text extends AtomicElements {\r\n constructor() {\r\n super()\r\n }\r\n layout = [Layout1]\r\n layoutFootprint = ['quotes_layout_1.png']\r\n layoutFootprintReq = [\r\n {\r\n 'type': 0,// all reqs should have this, 0 single elemet | 1 more than one. E.G Carousel or single element\r\n 'title': 'Tittle',\r\n 'description': 'Description',\r\n },\r\n ]\r\n //Methods heredados\r\n // layout, layouts(), build() \r\n\r\n}","import React, { useState, useEffect } from 'react';\r\nimport Carousel from 'react-material-ui-carousel';\r\nimport { Box, Typography, Slide, Card, CardMedia, CardContent, Grid, useTheme, useMediaQuery, Button } from '@mui/material';\r\n\r\nexport default function Layout1(content) {\r\n\r\n return (\r\n <Grid container sx={{ minHeight: '550px', width: '100%', margin: 'auto', padding: '8px' }}>\r\n <Item title={content.component.title} content={content.component.subcomponent} side={content.component.justify_content} />\r\n </Grid>\r\n );\r\n}\r\n\r\nfunction Item(props) {\r\n const { content, side, title } = props;\r\n const [arrayFourElements, setArrayFourElements] = useState([]);\r\n const visible = true;\r\n const theme = useTheme();\r\n const isXsScreen = useMediaQuery(theme.breakpoints.down('sm'));\r\n const isSmScreen = useMediaQuery(theme.breakpoints.between('sm', 'md'));\r\n const isMdScreen = useMediaQuery(theme.breakpoints.between('md', 'lg'));\r\n const isLgScreen = useMediaQuery(theme.breakpoints.up('lg'));\r\n\r\n function divideArreglo(arreglo, tamanoMaximo) {\r\n var subarreglos = [];\r\n var subarregloActual = [];\r\n\r\n for (var i = 0; i < arreglo.length; i++) {\r\n subarregloActual.push(arreglo[i]);\r\n\r\n if (subarregloActual.length === tamanoMaximo || i === arreglo.length - 1) {\r\n subarreglos.push(subarregloActual);\r\n subarregloActual = [];\r\n }\r\n }\r\n\r\n return subarreglos;\r\n }\r\n\r\n useEffect(() => {\r\n let tamanoMaximo;\r\n\r\n if (isSmScreen) {\r\n tamanoMaximo = 2;\r\n } else if (isMdScreen) {\r\n tamanoMaximo = 3;\r\n } else if (isLgScreen) {\r\n tamanoMaximo = 4;\r\n } else if (isXsScreen) {\r\n tamanoMaximo = 1;\r\n }\r\n\r\n setArrayFourElements(divideArreglo(content, tamanoMaximo));\r\n }, [isXsScreen, isSmScreen, isMdScreen, isLgScreen, content]);\r\n\r\n if (!arrayFourElements) {\r\n return null\r\n } else {\r\n return (\r\n content.length > 4 ? (\r\n <Carousel\r\n autoPlay={false}\r\n indicators={false}\r\n navButtonsAlwaysVisible={true}\r\n navButtonsProps={{\r\n style: {\r\n backgroundColor: 'transparent',\r\n borderRadius: 0,\r\n color: '#767676'\r\n }\r\n }}\r\n navButtonsWrapperProps={{\r\n style: {\r\n top: '0',\r\n bottom: 'unset'\r\n }\r\n }}\r\n sx={{\r\n width: '100%',\r\n height: '520px',\r\n paddingTop: '50px',\r\n /* Left button */\r\n \"& .css-hn784z\": {\r\n left: { xs: 'calc(100% - 120px)' },\r\n height: 'auto',\r\n },\r\n \"& .css-1abc02a\": {\r\n height: 'auto',\r\n },\r\n }}\r\n >\r\n {\r\n arrayFourElements.map((items, i) => {\r\n return (\r\n <Grid container key={i} spacing={3} sx={{ margin: 'auto', padding: 'auto' }}>\r\n <Box sx={{ position: 'absolute', top: '-50px' }}>\r\n <Typography className=\"title-xlarge\" sx={{ height: '100%' }}>\r\n {title ? title : 'Agregue un título'}\r\n </Typography>\r\n </Box>\r\n {\r\n items.map((item, j) => {\r\n return (\r\n <Grid\r\n item\r\n className=\"containerdegrid\"\r\n key={j}\r\n sm={6}\r\n md={4}\r\n lg={3}\r\n sx={{\r\n margin: { xs: 'auto', sm: '0px' },\r\n width: 'object-fit',\r\n display: 'flex',\r\n justifyContent: 'center',\r\n alignItems: 'center',\r\n '&.MuiGrid-item': {\r\n paddingLeft: '0px',\r\n paddingTop: '0px',\r\n }\r\n }}\r\n >\r\n <Slide direction=\"left\" in={visible}>\r\n <Card\r\n sx={{\r\n // width: '300px',\r\n maxWidth: 300,\r\n boxShadow: 'none',\r\n borderRadius: 0,\r\n border: '1px solid #e5e5e5',\r\n borderRadius: '10px',\r\n backgroundColor: '#fff',\r\n marginTop: '20px'\r\n }}\r\n >\r\n <CardMedia\r\n component='img'\r\n height='290px'\r\n width='290px'\r\n image={item.image.url ? item.image.url : 'https://via.placeholder.com/300x300.png?text=No+Image'}\r\n sx={{ aspectRatio: '1/1' }}\r\n />\r\n <CardContent\r\n sx={{\r\n padding: '8px 16px',\r\n textAlign: side,\r\n '&.MuiCardContent-root:last-child': {\r\n paddingBottom: '8px'\r\n }\r\n }}\r\n >\r\n <Typography\r\n className='title'\r\n sx={{\r\n display: '-webkit-box',\r\n WebkitLineClamp: 1,\r\n WebkitBoxOrient: 'vertical',\r\n overflow: 'hidden',\r\n textOverflow: 'ellipsis',\r\n whiteSpace: 'pre-wrap'\r\n }}>\r\n {item.title ? item.title : 'Agrega título'}\r\n </Typography>\r\n <Typography\r\n className='middle'\r\n sx={{\r\n minHeight: '54px',\r\n display: '-webkit-box',\r\n WebkitLineClamp: 2,\r\n WebkitBoxOrient: 'vertical',\r\n overflow: 'hidden',\r\n textOverflow: 'ellipsis',\r\n whiteSpace: 'pre-wrap'\r\n }}>\r\n {item.subtitle ? item.subtitle : 'Agrega subtítulo'}\r\n </Typography>\r\n <Button\r\n variant=\"contained\"\r\n href={item.button_action ? item.button_action : '#'}\r\n target={item.link == 4 ? '_blank' : '_self'}\r\n sx={{ width: 'auto', marginTop: '16px' }}\r\n >\r\n {item.button_title ? item.button_title : 'Nombre botón'}\r\n </Button>\r\n </CardContent>\r\n </Card>\r\n </Slide>\r\n </Grid>\r\n )\r\n })\r\n }\r\n </Grid>\r\n )\r\n })\r\n }\r\n </Carousel>\r\n ) : (\r\n <Grid container sx={{ width: '100%', gap: '0px' }}>\r\n <Box sx={{ width: '100%', height: '40px' }}>\r\n <Typography className=\"title-xlarge\">\r\n {title ? title : 'Agregue un título'}\r\n </Typography>\r\n </Box>\r\n {\r\n content.map((item, i) => {\r\n return (\r\n <Grid\r\n item\r\n key={i}\r\n xs={12}\r\n sm={6}\r\n md={4}\r\n lg={3}\r\n sx={{\r\n display: 'flex',\r\n justifyContent: 'center',\r\n gap: '16px'\r\n }}\r\n >\r\n <Slide direction=\"left\" in={visible}>\r\n <Card\r\n sx={{\r\n width: '300px',\r\n maxWidth: 300,\r\n boxShadow: 'none',\r\n borderRadius: 0,\r\n border: '1px solid #e5e5e5',\r\n borderRadius: '10px',\r\n backgroundColor: '#fff',\r\n }}\r\n >\r\n <CardMedia\r\n component='img'\r\n height='300px'\r\n width='300px'\r\n image={item.image.url ? item.image.url : 'https://via.placeholder.com/300x300.png?text=No+Image'}\r\n sx={{ aspectRatio: '1/1' }}\r\n />\r\n <CardContent\r\n sx={{\r\n padding: '8px 16px',\r\n textAlign: side,\r\n '&.MuiCardContent-root:last-child': {\r\n paddingBottom: '8px'\r\n }\r\n }}\r\n >\r\n <Typography\r\n className='title'\r\n sx={{\r\n display: '-webkit-box',\r\n WebkitLineClamp: 1,\r\n WebkitBoxOrient: 'vertical',\r\n overflow: 'hidden',\r\n textOverflow: 'ellipsis',\r\n whiteSpace: 'pre-wrap'\r\n }}>\r\n {item.title ? item.title : 'Agrega título'}\r\n </Typography>\r\n <Typography\r\n className='middle'\r\n sx={{\r\n minHeight: '54px',\r\n display: '-webkit-box',\r\n WebkitLineClamp: 2,\r\n WebkitBoxOrient: 'vertical',\r\n overflow: 'hidden',\r\n textOverflow: 'ellipsis',\r\n whiteSpace: 'pre-wrap'\r\n }}>\r\n {item.subtitle ? item.subtitle : 'Agrega subtítulo'}\r\n </Typography>\r\n <Button\r\n variant=\"contained\"\r\n href={item.button_action ? item.button_action : '#'}\r\n target={item.link == 4 ? '_blank' : '_self'}\r\n sx={{ width: 'auto', marginTop: '16px' }}\r\n >\r\n {item.button_title ? item.button_title : 'Nombre botón'}\r\n </Button>\r\n </CardContent>\r\n </Card>\r\n </Slide>\r\n </Grid>\r\n )\r\n })\r\n }\r\n </Grid>\r\n )\r\n )\r\n }\r\n}","import { AtomicElements } from \"../atomicElement\"\r\nimport Layout1 from './elements/layout1'\r\n\r\nexport class List extends AtomicElements {\r\n constructor() {\r\n super()\r\n }\r\n layout = [Layout1]\r\n layoutFootprint = ['list_layout_1.png']\r\n layoutFootprintReq = [\r\n {\r\n 'type': 1,// all reqs should have this, 0 single elemet | 1 more than one. E.G Carousel or single element\r\n 'title':'Title',\r\n 'subtitle':'Subtitle',\r\n 'button_title':'Button Title',\r\n 'button_action':'Button Action',\r\n 'image':'sqr',\r\n 'link':'Link'\r\n },\r\n ]\r\n //Methods heredados\r\n // layout, layouts(), build() \r\n}","import React from \"react\";\r\nimport { Box, Container } from \"@mui/material\";\r\n\r\nexport default function CanvasContainer(props) {\r\n const { json, children } = props\r\n const rgbColor = hexToRgb(json.component.bg_image_overlay_color);\r\n\r\n return (\r\n <Box\r\n sx={{\r\n display: 'flex',\r\n alignItems: 'center',\r\n backgroundColor:\r\n json.component.bg_type === 1\r\n ? json.component.bg_color1\r\n : undefined,\r\n backgroundImage:\r\n json.component.bg_type === 2\r\n ? `linear-gradient(to ${json.component.bg_gradiant_orientation}, ${json.component.bg_color1}, ${json.component.bg_color2})`\r\n : json.component.bg_type === 3\r\n ? `url(${json.component.bg_image?.url})`\r\n : undefined,\r\n backgroundPosition: 'center',\r\n backgroundSize: 'cover',\r\n backgroundRepeat: 'no-repeat',\r\n }}\r\n >\r\n <Box\r\n sx={{\r\n bgcolor: `${json.component.bg_image_overlay && json.component.bg_type === 3 ?\r\n `rgba(${rgbColor.r}, ${rgbColor.g}, ${rgbColor.b}, ${json.component.bg_image_overlay_alpha_css})` :\r\n undefined\r\n }`,\r\n padding: '64px 24px',\r\n width: '100%'\r\n }}\r\n >\r\n <Container\r\n maxWidth='xl'\r\n sx={{\r\n padding: '0px',\r\n '&.MuiContainer-root':{\r\n paddingLeft: { xs: '0px', xl: '24px' },\r\n paddingRight: { xs: '0px', xl: '24px' }\r\n }\r\n }}\r\n >\r\n <Box\r\n sx={{\r\n minWidth: { xs: '100%', md: '45%' },\r\n display: 'flex',\r\n justifyContent: {\r\n xs: 'center',\r\n md: json.component.justify_content ? json.component.justify_content : 'center'\r\n }\r\n }}\r\n >\r\n {children}\r\n </Box>\r\n </Container>\r\n </Box>\r\n </Box>\r\n );\r\n}\r\n\r\n\r\nfunction hexToRgb(hex) {\r\n if (hex) {\r\n const cleanHex = hex.startsWith('#') ? hex.slice(1) : hex;\r\n\r\n const r = parseInt(cleanHex.substring(0, 2), 16);\r\n const g = parseInt(cleanHex.substring(2, 4), 16);\r\n const b = parseInt(cleanHex.substring(4, 6), 16);\r\n return { r, g, b };\r\n } else {\r\n return { r: 0, g: 0, b: 0 }\r\n }\r\n}","export const JK_RESOURCES = 'https://jk-clients.s3.us-east-2.amazonaws.com/jk-resources/'","import React from \"react\"\r\nimport { Quotes } from \"./quotes/Component\"\r\nimport { Banner } from \"./banner/Component\"\r\nimport { TextPlusImg } from \"./textPlusImg/Component\"\r\nimport { Gallery } from \"./gallery/Component\"\r\nimport { Text } from \"./text/Component\"\r\nimport { List } from \"./list/Component\"\r\nimport CanvasContainer from \"./canvas/CanvasContainer\"\r\nimport { JK_RESOURCES } from \"./constants\"\r\n// Section is a common class for each component\r\nexport class Section {\r\n constructor(AtomicElement, theme) {\r\n this.child = AtomicElement\r\n }\r\n\r\n component(json) {\r\n console.log('json', json)\r\n return (\r\n <CanvasContainer json={json}>\r\n {/* Child is the instance passed as parameter in section, next class */}\r\n {this.child.build(json, json.component.layout)}\r\n </CanvasContainer>\r\n )\r\n }\r\n\r\n getFootPrint(layout) {\r\n let footPrint = this.child.footprint(layout)\r\n console.log('section', footPrint)\r\n return (\r\n { req: footPrint.req, img: `${JK_RESOURCES}${footPrint.img}` }\r\n )\r\n }\r\n\r\n layoutLength() {\r\n return (\r\n this.child.layoutsLength()\r\n )\r\n }\r\n\r\n}\r\n\r\n//Sections is the interface with admin and store\r\nexport class Sections {\r\n constructor() {\r\n this.banner = new Section(new Banner())\r\n this.quotes = new Section(new Quotes())\r\n this.textPlusImg = new Section(new TextPlusImg())\r\n this.gallery = new Section(new Gallery())\r\n this.text = new Section(new Text())\r\n this.list = new Section(new List())\r\n this.sections = [this.banner, this.textPlusImg, this.quotes, this.gallery, this.text, this.list]\r\n }\r\n\r\n getSectionList() {\r\n return (\r\n {\r\n '0': 'Banner',\r\n '1': 'Texto + Imágenes',\r\n '2': 'Citas/Testimonios',\r\n '3': 'Galeria',\r\n '4': 'Texto',\r\n '5': 'Lista',\r\n }\r\n )\r\n }\r\n getLayoutsFromSection(index) {\r\n let section = this.sections[index]\r\n return (section)\r\n }\r\n\r\n}"],"names":["AtomicElements","layout","layoutFootprint","layoutFootprintReq","_proto","prototype","layoutsLength","length","build","content","layoutId","footprint","img","req","console","log","Layout1","React","createElement","Carousel","indicators","navButtonsAlwaysInvisible","sx","width","height","component","subcomponent","map","item","i","Item","key","side","justify_content","props","visible","getSideRender","getSideMargin","Box","display","xs","md","justifyContent","margin","textAlign","Slide","direction","flexDirection","color","text_color","alignItems","src","image","url","marginBottom","borderRadius","Typography","className","minHeight","whiteSpace","description","subtitle","Quotes","_AtomicElements","_inheritsLoose","_this","call","_content$component$su","_content$component$su2","_content$component$su3","_content$component$su4","_content$component$su5","_content$component$su6","_content$component$su7","_content$component$su8","_content$component$su9","lg","title","Button","variant","href","button_action","target","link","button_title","Banner","_content$component$su10","_content$component$su11","gap","maxWidth","Grow","_extends","style","transformOrigin","timeout","TextPlusImg","Grid","container","index","aspectRatio","Gallery","Text","padding","_useState","useState","arrayFourElements","setArrayFourElements","theme","useTheme","isXsScreen","useMediaQuery","breakpoints","down","isSmScreen","between","isMdScreen","isLgScreen","up","divideArreglo","arreglo","tamanoMaximo","subarreglos","subarregloActual","push","useEffect","autoPlay","navButtonsAlwaysVisible","navButtonsProps","backgroundColor","navButtonsWrapperProps","top","bottom","paddingTop","left","items","spacing","position","j","_ref","sm","paddingLeft","Card","boxShadow","border","marginTop","CardMedia","CardContent","paddingBottom","WebkitLineClamp","WebkitBoxOrient","overflow","textOverflow","_ref2","List","CanvasContainer","_json$component$bg_im","json","children","rgbColor","hexToRgb","bg_image_overlay_color","bg_type","bg_color1","undefined","backgroundImage","bg_gradiant_orientation","bg_color2","bg_image","backgroundPosition","backgroundSize","backgroundRepeat","bgcolor","bg_image_overlay","r","g","b","bg_image_overlay_alpha_css","Container","xl","paddingRight","minWidth","hex","cleanHex","startsWith","slice","parseInt","substring","JK_RESOURCES","Section","AtomicElement","child","getFootPrint","footPrint","layoutLength","Sections","banner","quotes","textPlusImg","gallery","text","list","sections","_proto2","getSectionList","getLayoutsFromSection","section"],"mappings":"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"}
|