keski_lib_catalog 1.3.2 → 1.3.4
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 -105
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +55 -105
- 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,17 +172,7 @@ function Item(props) {
|
|
|
166
172
|
xs: '1.125em'
|
|
167
173
|
}
|
|
168
174
|
}
|
|
169
|
-
}))
|
|
170
|
-
disabled: true,
|
|
171
|
-
color: "info",
|
|
172
|
-
label: content.label ? content.label : 'Agregue etiqueta',
|
|
173
|
-
sx: {
|
|
174
|
-
marginBottom: '16px',
|
|
175
|
-
fontSize: '1em',
|
|
176
|
-
borderRadius: '6px',
|
|
177
|
-
backgroundColor: content.label_color
|
|
178
|
-
}
|
|
179
|
-
})))));
|
|
175
|
+
}))));
|
|
180
176
|
}
|
|
181
177
|
|
|
182
178
|
var Quotes = /*#__PURE__*/function (_AtomicElements) {
|
|
@@ -190,9 +186,6 @@ var Quotes = /*#__PURE__*/function (_AtomicElements) {
|
|
|
190
186
|
'type': 1,
|
|
191
187
|
'title': 'Tittle',
|
|
192
188
|
'description': 'Description',
|
|
193
|
-
'label': 'Label',
|
|
194
|
-
'label_color': 'Label color',
|
|
195
|
-
'label_active': 'Label active',
|
|
196
189
|
'image': 'sqr'
|
|
197
190
|
}];
|
|
198
191
|
return _this;
|
|
@@ -242,7 +235,7 @@ function Layout1$1(content) {
|
|
|
242
235
|
xs: "16px"
|
|
243
236
|
} : {
|
|
244
237
|
lg: "0px",
|
|
245
|
-
md: "
|
|
238
|
+
md: "24px",
|
|
246
239
|
sm: "16px",
|
|
247
240
|
xs: "16px"
|
|
248
241
|
},
|
|
@@ -274,7 +267,7 @@ function Layout1$1(content) {
|
|
|
274
267
|
fontSize: {
|
|
275
268
|
xs: "2em",
|
|
276
269
|
sm: "2em",
|
|
277
|
-
md: "
|
|
270
|
+
md: "3.75em",
|
|
278
271
|
lg: "3.75em",
|
|
279
272
|
xl: "3.75em"
|
|
280
273
|
},
|
|
@@ -349,33 +342,16 @@ function Layout1$2(content) {
|
|
|
349
342
|
item: true,
|
|
350
343
|
xs: 12,
|
|
351
344
|
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
|
-
}
|
|
345
|
+
md: 5.5,
|
|
346
|
+
lg: 5.5,
|
|
347
|
+
xl: 5.5
|
|
372
348
|
}, /*#__PURE__*/React__default.createElement(material.Slide, {
|
|
373
349
|
direction: "right",
|
|
374
350
|
"in": visible
|
|
375
351
|
}, /*#__PURE__*/React__default.createElement(Item$1, {
|
|
376
352
|
elevation: 0,
|
|
377
353
|
sx: {
|
|
378
|
-
height: "
|
|
354
|
+
height: "100%",
|
|
379
355
|
width: "100%",
|
|
380
356
|
background: "none"
|
|
381
357
|
}
|
|
@@ -400,26 +376,24 @@ function Layout1$2(content) {
|
|
|
400
376
|
item: true,
|
|
401
377
|
xs: 12,
|
|
402
378
|
sm: 12,
|
|
403
|
-
md:
|
|
404
|
-
lg:
|
|
405
|
-
xl:
|
|
379
|
+
md: 1,
|
|
380
|
+
lg: 1,
|
|
381
|
+
xl: 1
|
|
382
|
+
}, /*#__PURE__*/React__default.createElement(Item$1, {
|
|
383
|
+
elevation: 0,
|
|
406
384
|
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"
|
|
385
|
+
height: "100%",
|
|
386
|
+
width: "100%",
|
|
387
|
+
background: "none",
|
|
388
|
+
paddingTop: "48px"
|
|
422
389
|
}
|
|
390
|
+
})), /*#__PURE__*/React__default.createElement(Grid, {
|
|
391
|
+
item: true,
|
|
392
|
+
xs: 12,
|
|
393
|
+
sm: 12,
|
|
394
|
+
md: 5.5,
|
|
395
|
+
lg: 5.5,
|
|
396
|
+
xl: 5.5
|
|
423
397
|
}, /*#__PURE__*/React__default.createElement(Grow, _extends({
|
|
424
398
|
"in": visible,
|
|
425
399
|
style: {
|
|
@@ -430,7 +404,7 @@ function Layout1$2(content) {
|
|
|
430
404
|
} ), /*#__PURE__*/React__default.createElement(Item$1, {
|
|
431
405
|
elevation: 0,
|
|
432
406
|
sx: {
|
|
433
|
-
height: "
|
|
407
|
+
height: "100%",
|
|
434
408
|
width: "100%",
|
|
435
409
|
background: "none"
|
|
436
410
|
}
|
|
@@ -476,8 +450,8 @@ function Layout1$2(content) {
|
|
|
476
450
|
xs: "1.125em",
|
|
477
451
|
sm: "1.125em",
|
|
478
452
|
md: "1.125em",
|
|
479
|
-
lg: "
|
|
480
|
-
xl: "
|
|
453
|
+
lg: "1.125em",
|
|
454
|
+
xl: "1.125em"
|
|
481
455
|
}
|
|
482
456
|
}
|
|
483
457
|
})), ((_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 +520,18 @@ function Layout1$3(content) {
|
|
|
546
520
|
whiteSpace: 'pre-wrap',
|
|
547
521
|
fontSize: {
|
|
548
522
|
xs: "1.875em",
|
|
549
|
-
sm: "
|
|
550
|
-
md: "
|
|
523
|
+
sm: "2.25em",
|
|
524
|
+
md: "3em",
|
|
551
525
|
lg: "3em",
|
|
552
526
|
xl: "3em"
|
|
553
|
-
}
|
|
527
|
+
},
|
|
528
|
+
paddingBottom: "32px"
|
|
554
529
|
}
|
|
555
530
|
}), /*#__PURE__*/React__default.createElement(material.Grid, {
|
|
556
531
|
container: true,
|
|
557
532
|
spacing: 2,
|
|
558
533
|
alignItems: "center",
|
|
559
|
-
justifyContent: "center"
|
|
560
|
-
direction: {
|
|
561
|
-
xl: "row",
|
|
562
|
-
lg: "row",
|
|
563
|
-
md: "row",
|
|
564
|
-
sm: "column",
|
|
565
|
-
xs: "column"
|
|
566
|
-
}
|
|
534
|
+
justifyContent: "center"
|
|
567
535
|
}, (_content$component$su3 = content.component.subcomponent) === null || _content$component$su3 === void 0 ? void 0 : _content$component$su3.map(function (img, index) {
|
|
568
536
|
return /*#__PURE__*/React__default.createElement(material.Grid, {
|
|
569
537
|
key: index,
|
|
@@ -576,40 +544,22 @@ function Layout1$3(content) {
|
|
|
576
544
|
}, /*#__PURE__*/React__default.createElement(material.Card, {
|
|
577
545
|
elevation: 0,
|
|
578
546
|
sx: {
|
|
579
|
-
borderRadius: '
|
|
580
|
-
width:
|
|
581
|
-
xl: '350px',
|
|
582
|
-
lg: '350px',
|
|
583
|
-
md: '700px',
|
|
584
|
-
sm: '700px',
|
|
585
|
-
xs: '250px'
|
|
586
|
-
},
|
|
547
|
+
borderRadius: '24px',
|
|
548
|
+
width: "100%",
|
|
587
549
|
height: {
|
|
588
|
-
xl:
|
|
589
|
-
lg:
|
|
590
|
-
md:
|
|
591
|
-
sm:
|
|
592
|
-
xs:
|
|
550
|
+
xl: 350,
|
|
551
|
+
lg: 350,
|
|
552
|
+
md: 350,
|
|
553
|
+
sm: 700,
|
|
554
|
+
xs: 250
|
|
593
555
|
}
|
|
594
556
|
}
|
|
595
557
|
}, /*#__PURE__*/React__default.createElement(material.CardMedia, {
|
|
596
558
|
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
|
-
}
|
|
559
|
+
width: "100%",
|
|
560
|
+
height: "100%"
|
|
611
561
|
},
|
|
612
|
-
image: img.image.url ? img.image.url : '
|
|
562
|
+
image: img.image.url ? img.image.url : 'none'
|
|
613
563
|
})));
|
|
614
564
|
}))));
|
|
615
565
|
}
|
|
@@ -654,8 +604,8 @@ function Layout1$4(content) {
|
|
|
654
604
|
whiteSpace: 'pre-wrap',
|
|
655
605
|
fontSize: {
|
|
656
606
|
xs: "1.875em",
|
|
657
|
-
sm: "
|
|
658
|
-
md: "
|
|
607
|
+
sm: "2.25em",
|
|
608
|
+
md: "3em",
|
|
659
609
|
lg: "3em",
|
|
660
610
|
xl: "3em"
|
|
661
611
|
},
|
|
@@ -681,7 +631,7 @@ function Layout1$4(content) {
|
|
|
681
631
|
fontSize: {
|
|
682
632
|
xs: "1em",
|
|
683
633
|
sm: "1em",
|
|
684
|
-
md: "
|
|
634
|
+
md: "1.125em",
|
|
685
635
|
lg: "1.125em",
|
|
686
636
|
xl: "1.125em"
|
|
687
637
|
}
|