keski_lib_catalog 1.3.2 → 1.3.3
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 +55 -92
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +55 -92
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -134,9 +134,15 @@ function Item(props) {
|
|
|
134
134
|
sx: {
|
|
135
135
|
width: {
|
|
136
136
|
xs: "100%",
|
|
137
|
-
xl: "
|
|
138
|
-
lg: "
|
|
139
|
-
}
|
|
137
|
+
xl: "72%",
|
|
138
|
+
lg: "72%"
|
|
139
|
+
},
|
|
140
|
+
height: "100%",
|
|
141
|
+
overflow: 'hidden',
|
|
142
|
+
textOverflow: 'ellipsis',
|
|
143
|
+
display: '-webkit-box',
|
|
144
|
+
WebkitLineClamp: 7,
|
|
145
|
+
WebkitBoxOrient: 'vertical'
|
|
140
146
|
}
|
|
141
147
|
}, /*#__PURE__*/React__default.createElement(material.Typography, {
|
|
142
148
|
dangerouslySetInnerHTML: {
|
|
@@ -147,12 +153,12 @@ function Item(props) {
|
|
|
147
153
|
fontSize: {
|
|
148
154
|
xl: '1.75em',
|
|
149
155
|
lg: '1.75em',
|
|
150
|
-
md: '1.
|
|
156
|
+
md: '1.75em',
|
|
151
157
|
sm: '1.5em',
|
|
152
158
|
xs: '1.5em'
|
|
153
159
|
}
|
|
154
160
|
}
|
|
155
|
-
}), /*#__PURE__*/React__default.createElement(material.Typography, {
|
|
161
|
+
})), /*#__PURE__*/React__default.createElement(material.Typography, {
|
|
156
162
|
dangerouslySetInnerHTML: {
|
|
157
163
|
__html: content.title ? content.title : 'Agregue subtítulo'
|
|
158
164
|
},
|
|
@@ -166,7 +172,7 @@ function Item(props) {
|
|
|
166
172
|
xs: '1.125em'
|
|
167
173
|
}
|
|
168
174
|
}
|
|
169
|
-
})
|
|
175
|
+
}), content.label_active && /*#__PURE__*/React__default.createElement(material.Box, null, /*#__PURE__*/React__default.createElement(material.Chip, {
|
|
170
176
|
disabled: true,
|
|
171
177
|
color: "info",
|
|
172
178
|
label: content.label ? content.label : 'Agregue etiqueta',
|
|
@@ -242,7 +248,7 @@ function Layout1$1(content) {
|
|
|
242
248
|
xs: "16px"
|
|
243
249
|
} : {
|
|
244
250
|
lg: "0px",
|
|
245
|
-
md: "
|
|
251
|
+
md: "24px",
|
|
246
252
|
sm: "16px",
|
|
247
253
|
xs: "16px"
|
|
248
254
|
},
|
|
@@ -274,7 +280,7 @@ function Layout1$1(content) {
|
|
|
274
280
|
fontSize: {
|
|
275
281
|
xs: "2em",
|
|
276
282
|
sm: "2em",
|
|
277
|
-
md: "
|
|
283
|
+
md: "3.75em",
|
|
278
284
|
lg: "3.75em",
|
|
279
285
|
xl: "3.75em"
|
|
280
286
|
},
|
|
@@ -349,33 +355,16 @@ function Layout1$2(content) {
|
|
|
349
355
|
item: true,
|
|
350
356
|
xs: 12,
|
|
351
357
|
sm: 12,
|
|
352
|
-
md:
|
|
353
|
-
lg:
|
|
354
|
-
xl:
|
|
355
|
-
sx: {
|
|
356
|
-
paddingLeft: {
|
|
357
|
-
xl: "16px",
|
|
358
|
-
lg: "16px",
|
|
359
|
-
md: "16px",
|
|
360
|
-
sm: "0px",
|
|
361
|
-
xs: "0px"
|
|
362
|
-
},
|
|
363
|
-
paddingRight: {
|
|
364
|
-
xl: "16px",
|
|
365
|
-
lg: "16px",
|
|
366
|
-
md: "16px",
|
|
367
|
-
sm: "0px",
|
|
368
|
-
xs: "0px"
|
|
369
|
-
},
|
|
370
|
-
paddingTop: "10px"
|
|
371
|
-
}
|
|
358
|
+
md: 5.5,
|
|
359
|
+
lg: 5.5,
|
|
360
|
+
xl: 5.5
|
|
372
361
|
}, /*#__PURE__*/React__default.createElement(material.Slide, {
|
|
373
362
|
direction: "right",
|
|
374
363
|
"in": visible
|
|
375
364
|
}, /*#__PURE__*/React__default.createElement(Item$1, {
|
|
376
365
|
elevation: 0,
|
|
377
366
|
sx: {
|
|
378
|
-
height: "
|
|
367
|
+
height: "100%",
|
|
379
368
|
width: "100%",
|
|
380
369
|
background: "none"
|
|
381
370
|
}
|
|
@@ -400,26 +389,24 @@ function Layout1$2(content) {
|
|
|
400
389
|
item: true,
|
|
401
390
|
xs: 12,
|
|
402
391
|
sm: 12,
|
|
403
|
-
md:
|
|
404
|
-
lg:
|
|
405
|
-
xl:
|
|
392
|
+
md: 1,
|
|
393
|
+
lg: 1,
|
|
394
|
+
xl: 1
|
|
395
|
+
}, /*#__PURE__*/React__default.createElement(Item$1, {
|
|
396
|
+
elevation: 0,
|
|
406
397
|
sx: {
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
sm: "0px",
|
|
412
|
-
xs: "0px"
|
|
413
|
-
},
|
|
414
|
-
paddingRight: {
|
|
415
|
-
xl: "16px",
|
|
416
|
-
lg: "16px",
|
|
417
|
-
md: "16px",
|
|
418
|
-
sm: "0px",
|
|
419
|
-
xs: "0px"
|
|
420
|
-
},
|
|
421
|
-
paddingTop: "10px"
|
|
398
|
+
height: "100%",
|
|
399
|
+
width: "100%",
|
|
400
|
+
background: "none",
|
|
401
|
+
paddingTop: "48px"
|
|
422
402
|
}
|
|
403
|
+
})), /*#__PURE__*/React__default.createElement(Grid, {
|
|
404
|
+
item: true,
|
|
405
|
+
xs: 12,
|
|
406
|
+
sm: 12,
|
|
407
|
+
md: 5.5,
|
|
408
|
+
lg: 5.5,
|
|
409
|
+
xl: 5.5
|
|
423
410
|
}, /*#__PURE__*/React__default.createElement(Grow, _extends({
|
|
424
411
|
"in": visible,
|
|
425
412
|
style: {
|
|
@@ -430,7 +417,7 @@ function Layout1$2(content) {
|
|
|
430
417
|
} ), /*#__PURE__*/React__default.createElement(Item$1, {
|
|
431
418
|
elevation: 0,
|
|
432
419
|
sx: {
|
|
433
|
-
height: "
|
|
420
|
+
height: "100%",
|
|
434
421
|
width: "100%",
|
|
435
422
|
background: "none"
|
|
436
423
|
}
|
|
@@ -476,8 +463,8 @@ function Layout1$2(content) {
|
|
|
476
463
|
xs: "1.125em",
|
|
477
464
|
sm: "1.125em",
|
|
478
465
|
md: "1.125em",
|
|
479
|
-
lg: "
|
|
480
|
-
xl: "
|
|
466
|
+
lg: "1.125em",
|
|
467
|
+
xl: "1.125em"
|
|
481
468
|
}
|
|
482
469
|
}
|
|
483
470
|
})), ((_content$component$su15 = content.component.subcomponent[0]) === null || _content$component$su15 === void 0 ? void 0 : _content$component$su15.button_active) && /*#__PURE__*/React__default.createElement(material.Box, null, /*#__PURE__*/React__default.createElement(material.Button, {
|
|
@@ -546,24 +533,18 @@ function Layout1$3(content) {
|
|
|
546
533
|
whiteSpace: 'pre-wrap',
|
|
547
534
|
fontSize: {
|
|
548
535
|
xs: "1.875em",
|
|
549
|
-
sm: "
|
|
550
|
-
md: "
|
|
536
|
+
sm: "2.25em",
|
|
537
|
+
md: "3em",
|
|
551
538
|
lg: "3em",
|
|
552
539
|
xl: "3em"
|
|
553
|
-
}
|
|
540
|
+
},
|
|
541
|
+
paddingBottom: "32px"
|
|
554
542
|
}
|
|
555
543
|
}), /*#__PURE__*/React__default.createElement(material.Grid, {
|
|
556
544
|
container: true,
|
|
557
545
|
spacing: 2,
|
|
558
546
|
alignItems: "center",
|
|
559
|
-
justifyContent: "center"
|
|
560
|
-
direction: {
|
|
561
|
-
xl: "row",
|
|
562
|
-
lg: "row",
|
|
563
|
-
md: "row",
|
|
564
|
-
sm: "column",
|
|
565
|
-
xs: "column"
|
|
566
|
-
}
|
|
547
|
+
justifyContent: "center"
|
|
567
548
|
}, (_content$component$su3 = content.component.subcomponent) === null || _content$component$su3 === void 0 ? void 0 : _content$component$su3.map(function (img, index) {
|
|
568
549
|
return /*#__PURE__*/React__default.createElement(material.Grid, {
|
|
569
550
|
key: index,
|
|
@@ -576,40 +557,22 @@ function Layout1$3(content) {
|
|
|
576
557
|
}, /*#__PURE__*/React__default.createElement(material.Card, {
|
|
577
558
|
elevation: 0,
|
|
578
559
|
sx: {
|
|
579
|
-
borderRadius: '
|
|
580
|
-
width:
|
|
581
|
-
xl: '350px',
|
|
582
|
-
lg: '350px',
|
|
583
|
-
md: '700px',
|
|
584
|
-
sm: '700px',
|
|
585
|
-
xs: '250px'
|
|
586
|
-
},
|
|
560
|
+
borderRadius: '24px',
|
|
561
|
+
width: "100%",
|
|
587
562
|
height: {
|
|
588
|
-
xl:
|
|
589
|
-
lg:
|
|
590
|
-
md:
|
|
591
|
-
sm:
|
|
592
|
-
xs:
|
|
563
|
+
xl: 350,
|
|
564
|
+
lg: 350,
|
|
565
|
+
md: 350,
|
|
566
|
+
sm: 700,
|
|
567
|
+
xs: 250
|
|
593
568
|
}
|
|
594
569
|
}
|
|
595
570
|
}, /*#__PURE__*/React__default.createElement(material.CardMedia, {
|
|
596
571
|
sx: {
|
|
597
|
-
width:
|
|
598
|
-
|
|
599
|
-
lg: '350px',
|
|
600
|
-
md: '700px',
|
|
601
|
-
sm: '700px',
|
|
602
|
-
xs: '250px'
|
|
603
|
-
},
|
|
604
|
-
height: {
|
|
605
|
-
xl: '350px',
|
|
606
|
-
lg: '350px',
|
|
607
|
-
md: '700px',
|
|
608
|
-
sm: '700px',
|
|
609
|
-
xs: '250px'
|
|
610
|
-
}
|
|
572
|
+
width: "100%",
|
|
573
|
+
height: "100%"
|
|
611
574
|
},
|
|
612
|
-
image: img.image.url ? img.image.url : '
|
|
575
|
+
image: img.image.url ? img.image.url : 'none'
|
|
613
576
|
})));
|
|
614
577
|
}))));
|
|
615
578
|
}
|
|
@@ -654,8 +617,8 @@ function Layout1$4(content) {
|
|
|
654
617
|
whiteSpace: 'pre-wrap',
|
|
655
618
|
fontSize: {
|
|
656
619
|
xs: "1.875em",
|
|
657
|
-
sm: "
|
|
658
|
-
md: "
|
|
620
|
+
sm: "2.25em",
|
|
621
|
+
md: "3em",
|
|
659
622
|
lg: "3em",
|
|
660
623
|
xl: "3em"
|
|
661
624
|
},
|
|
@@ -681,7 +644,7 @@ function Layout1$4(content) {
|
|
|
681
644
|
fontSize: {
|
|
682
645
|
xs: "1em",
|
|
683
646
|
sm: "1em",
|
|
684
|
-
md: "
|
|
647
|
+
md: "1.125em",
|
|
685
648
|
lg: "1.125em",
|
|
686
649
|
xl: "1.125em"
|
|
687
650
|
}
|