keski_lib_catalog 1.4.2 → 1.4.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.
@@ -1,6 +1,6 @@
1
1
  import React, { useState, useEffect } from 'react';
2
2
  import Carousel from 'react-material-ui-carousel';
3
- import { Box, Slide, Card, Typography, Chip, Button, CardMedia, Grid as Grid$1, useTheme, useMediaQuery, CardContent, Container, Accordion, AccordionSummary, AccordionDetails, Link } from '@mui/material';
3
+ import { Box, Typography, Slide, Card, Chip, Button, CardMedia, Grid as Grid$1, useTheme, useMediaQuery, CardContent, Container, Accordion, AccordionSummary, AccordionDetails, Link } from '@mui/material';
4
4
  import Avatar from '@mui/material/Avatar';
5
5
  import { styled } from '@mui/material/styles';
6
6
  import Paper from '@mui/material/Paper';
@@ -61,7 +61,28 @@ var AtomicElements = /*#__PURE__*/function () {
61
61
  }();
62
62
 
63
63
  function Layout1(content) {
64
- return /*#__PURE__*/React.createElement(Carousel, {
64
+ return /*#__PURE__*/React.createElement(Box, {
65
+ sx: {
66
+ width: '100%',
67
+ height: '100%'
68
+ }
69
+ }, /*#__PURE__*/React.createElement(Typography, {
70
+ component: 'h2',
71
+ dangerouslySetInnerHTML: {
72
+ __html: content.component.title ? content.component.title : ' '
73
+ },
74
+ sx: {
75
+ whiteSpace: 'pre-wrap',
76
+ fontSize: {
77
+ xs: "1.875em",
78
+ sm: "2.25em",
79
+ md: "3em",
80
+ lg: "3em",
81
+ xl: "3em"
82
+ },
83
+ paddingBottom: "32px"
84
+ }
85
+ }), /*#__PURE__*/React.createElement(Carousel, {
65
86
  indicators: true,
66
87
  navButtonsAlwaysInvisible: true,
67
88
  sx: {
@@ -74,7 +95,7 @@ function Layout1(content) {
74
95
  content: item,
75
96
  side: content.component.justify_content
76
97
  });
77
- }));
98
+ })));
78
99
  }
79
100
  function Item(props) {
80
101
  var content = props.content,
@@ -3250,7 +3271,7 @@ var Sections = /*#__PURE__*/function () {
3250
3271
  '0': 'Banner',
3251
3272
  '1': 'Texto + Imágenes',
3252
3273
  '2': 'Citas/Testimonios',
3253
- '3': 'Galeria',
3274
+ '3': 'Galería',
3254
3275
  '4': 'Texto',
3255
3276
  '5': 'Lista',
3256
3277
  '6': 'Marcas',