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.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,17 +169,7 @@ function Item(props) {
|
|
|
163
169
|
xs: '1.125em'
|
|
164
170
|
}
|
|
165
171
|
}
|
|
166
|
-
}))
|
|
167
|
-
disabled: true,
|
|
168
|
-
color: "info",
|
|
169
|
-
label: content.label ? content.label : 'Agregue etiqueta',
|
|
170
|
-
sx: {
|
|
171
|
-
marginBottom: '16px',
|
|
172
|
-
fontSize: '1em',
|
|
173
|
-
borderRadius: '6px',
|
|
174
|
-
backgroundColor: content.label_color
|
|
175
|
-
}
|
|
176
|
-
})))));
|
|
172
|
+
}))));
|
|
177
173
|
}
|
|
178
174
|
|
|
179
175
|
var Quotes = /*#__PURE__*/function (_AtomicElements) {
|
|
@@ -187,9 +183,6 @@ var Quotes = /*#__PURE__*/function (_AtomicElements) {
|
|
|
187
183
|
'type': 1,
|
|
188
184
|
'title': 'Tittle',
|
|
189
185
|
'description': 'Description',
|
|
190
|
-
'label': 'Label',
|
|
191
|
-
'label_color': 'Label color',
|
|
192
|
-
'label_active': 'Label active',
|
|
193
186
|
'image': 'sqr'
|
|
194
187
|
}];
|
|
195
188
|
return _this;
|
|
@@ -239,7 +232,7 @@ function Layout1$1(content) {
|
|
|
239
232
|
xs: "16px"
|
|
240
233
|
} : {
|
|
241
234
|
lg: "0px",
|
|
242
|
-
md: "
|
|
235
|
+
md: "24px",
|
|
243
236
|
sm: "16px",
|
|
244
237
|
xs: "16px"
|
|
245
238
|
},
|
|
@@ -271,7 +264,7 @@ function Layout1$1(content) {
|
|
|
271
264
|
fontSize: {
|
|
272
265
|
xs: "2em",
|
|
273
266
|
sm: "2em",
|
|
274
|
-
md: "
|
|
267
|
+
md: "3.75em",
|
|
275
268
|
lg: "3.75em",
|
|
276
269
|
xl: "3.75em"
|
|
277
270
|
},
|
|
@@ -346,33 +339,16 @@ function Layout1$2(content) {
|
|
|
346
339
|
item: true,
|
|
347
340
|
xs: 12,
|
|
348
341
|
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
|
-
}
|
|
342
|
+
md: 5.5,
|
|
343
|
+
lg: 5.5,
|
|
344
|
+
xl: 5.5
|
|
369
345
|
}, /*#__PURE__*/React.createElement(Slide, {
|
|
370
346
|
direction: "right",
|
|
371
347
|
"in": visible
|
|
372
348
|
}, /*#__PURE__*/React.createElement(Item$1, {
|
|
373
349
|
elevation: 0,
|
|
374
350
|
sx: {
|
|
375
|
-
height: "
|
|
351
|
+
height: "100%",
|
|
376
352
|
width: "100%",
|
|
377
353
|
background: "none"
|
|
378
354
|
}
|
|
@@ -397,26 +373,24 @@ function Layout1$2(content) {
|
|
|
397
373
|
item: true,
|
|
398
374
|
xs: 12,
|
|
399
375
|
sm: 12,
|
|
400
|
-
md:
|
|
401
|
-
lg:
|
|
402
|
-
xl:
|
|
376
|
+
md: 1,
|
|
377
|
+
lg: 1,
|
|
378
|
+
xl: 1
|
|
379
|
+
}, /*#__PURE__*/React.createElement(Item$1, {
|
|
380
|
+
elevation: 0,
|
|
403
381
|
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"
|
|
382
|
+
height: "100%",
|
|
383
|
+
width: "100%",
|
|
384
|
+
background: "none",
|
|
385
|
+
paddingTop: "48px"
|
|
419
386
|
}
|
|
387
|
+
})), /*#__PURE__*/React.createElement(Grid, {
|
|
388
|
+
item: true,
|
|
389
|
+
xs: 12,
|
|
390
|
+
sm: 12,
|
|
391
|
+
md: 5.5,
|
|
392
|
+
lg: 5.5,
|
|
393
|
+
xl: 5.5
|
|
420
394
|
}, /*#__PURE__*/React.createElement(Grow, _extends({
|
|
421
395
|
"in": visible,
|
|
422
396
|
style: {
|
|
@@ -427,7 +401,7 @@ function Layout1$2(content) {
|
|
|
427
401
|
} ), /*#__PURE__*/React.createElement(Item$1, {
|
|
428
402
|
elevation: 0,
|
|
429
403
|
sx: {
|
|
430
|
-
height: "
|
|
404
|
+
height: "100%",
|
|
431
405
|
width: "100%",
|
|
432
406
|
background: "none"
|
|
433
407
|
}
|
|
@@ -473,8 +447,8 @@ function Layout1$2(content) {
|
|
|
473
447
|
xs: "1.125em",
|
|
474
448
|
sm: "1.125em",
|
|
475
449
|
md: "1.125em",
|
|
476
|
-
lg: "
|
|
477
|
-
xl: "
|
|
450
|
+
lg: "1.125em",
|
|
451
|
+
xl: "1.125em"
|
|
478
452
|
}
|
|
479
453
|
}
|
|
480
454
|
})), ((_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 +517,18 @@ function Layout1$3(content) {
|
|
|
543
517
|
whiteSpace: 'pre-wrap',
|
|
544
518
|
fontSize: {
|
|
545
519
|
xs: "1.875em",
|
|
546
|
-
sm: "
|
|
547
|
-
md: "
|
|
520
|
+
sm: "2.25em",
|
|
521
|
+
md: "3em",
|
|
548
522
|
lg: "3em",
|
|
549
523
|
xl: "3em"
|
|
550
|
-
}
|
|
524
|
+
},
|
|
525
|
+
paddingBottom: "32px"
|
|
551
526
|
}
|
|
552
527
|
}), /*#__PURE__*/React.createElement(Grid$1, {
|
|
553
528
|
container: true,
|
|
554
529
|
spacing: 2,
|
|
555
530
|
alignItems: "center",
|
|
556
|
-
justifyContent: "center"
|
|
557
|
-
direction: {
|
|
558
|
-
xl: "row",
|
|
559
|
-
lg: "row",
|
|
560
|
-
md: "row",
|
|
561
|
-
sm: "column",
|
|
562
|
-
xs: "column"
|
|
563
|
-
}
|
|
531
|
+
justifyContent: "center"
|
|
564
532
|
}, (_content$component$su3 = content.component.subcomponent) === null || _content$component$su3 === void 0 ? void 0 : _content$component$su3.map(function (img, index) {
|
|
565
533
|
return /*#__PURE__*/React.createElement(Grid$1, {
|
|
566
534
|
key: index,
|
|
@@ -573,40 +541,22 @@ function Layout1$3(content) {
|
|
|
573
541
|
}, /*#__PURE__*/React.createElement(Card, {
|
|
574
542
|
elevation: 0,
|
|
575
543
|
sx: {
|
|
576
|
-
borderRadius: '
|
|
577
|
-
width:
|
|
578
|
-
xl: '350px',
|
|
579
|
-
lg: '350px',
|
|
580
|
-
md: '700px',
|
|
581
|
-
sm: '700px',
|
|
582
|
-
xs: '250px'
|
|
583
|
-
},
|
|
544
|
+
borderRadius: '24px',
|
|
545
|
+
width: "100%",
|
|
584
546
|
height: {
|
|
585
|
-
xl:
|
|
586
|
-
lg:
|
|
587
|
-
md:
|
|
588
|
-
sm:
|
|
589
|
-
xs:
|
|
547
|
+
xl: 350,
|
|
548
|
+
lg: 350,
|
|
549
|
+
md: 350,
|
|
550
|
+
sm: 700,
|
|
551
|
+
xs: 250
|
|
590
552
|
}
|
|
591
553
|
}
|
|
592
554
|
}, /*#__PURE__*/React.createElement(CardMedia, {
|
|
593
555
|
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
|
-
}
|
|
556
|
+
width: "100%",
|
|
557
|
+
height: "100%"
|
|
608
558
|
},
|
|
609
|
-
image: img.image.url ? img.image.url : '
|
|
559
|
+
image: img.image.url ? img.image.url : 'none'
|
|
610
560
|
})));
|
|
611
561
|
}))));
|
|
612
562
|
}
|
|
@@ -651,8 +601,8 @@ function Layout1$4(content) {
|
|
|
651
601
|
whiteSpace: 'pre-wrap',
|
|
652
602
|
fontSize: {
|
|
653
603
|
xs: "1.875em",
|
|
654
|
-
sm: "
|
|
655
|
-
md: "
|
|
604
|
+
sm: "2.25em",
|
|
605
|
+
md: "3em",
|
|
656
606
|
lg: "3em",
|
|
657
607
|
xl: "3em"
|
|
658
608
|
},
|
|
@@ -678,7 +628,7 @@ function Layout1$4(content) {
|
|
|
678
628
|
fontSize: {
|
|
679
629
|
xs: "1em",
|
|
680
630
|
sm: "1em",
|
|
681
|
-
md: "
|
|
631
|
+
md: "1.125em",
|
|
682
632
|
lg: "1.125em",
|
|
683
633
|
xl: "1.125em"
|
|
684
634
|
}
|