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