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.
package/dist/index.js CHANGED
@@ -64,7 +64,28 @@ var AtomicElements = /*#__PURE__*/function () {
64
64
  }();
65
65
 
66
66
  function Layout1(content) {
67
- return /*#__PURE__*/React__default.createElement(Carousel, {
67
+ return /*#__PURE__*/React__default.createElement(material.Box, {
68
+ sx: {
69
+ width: '100%',
70
+ height: '100%'
71
+ }
72
+ }, /*#__PURE__*/React__default.createElement(material.Typography, {
73
+ component: 'h2',
74
+ dangerouslySetInnerHTML: {
75
+ __html: content.component.title ? content.component.title : ' '
76
+ },
77
+ sx: {
78
+ whiteSpace: 'pre-wrap',
79
+ fontSize: {
80
+ xs: "1.875em",
81
+ sm: "2.25em",
82
+ md: "3em",
83
+ lg: "3em",
84
+ xl: "3em"
85
+ },
86
+ paddingBottom: "32px"
87
+ }
88
+ }), /*#__PURE__*/React__default.createElement(Carousel, {
68
89
  indicators: true,
69
90
  navButtonsAlwaysInvisible: true,
70
91
  sx: {
@@ -77,7 +98,7 @@ function Layout1(content) {
77
98
  content: item,
78
99
  side: content.component.justify_content
79
100
  });
80
- }));
101
+ })));
81
102
  }
82
103
  function Item(props) {
83
104
  var content = props.content,
@@ -3253,7 +3274,7 @@ var Sections = /*#__PURE__*/function () {
3253
3274
  '0': 'Banner',
3254
3275
  '1': 'Texto + Imágenes',
3255
3276
  '2': 'Citas/Testimonios',
3256
- '3': 'Galeria',
3277
+ '3': 'Galería',
3257
3278
  '4': 'Texto',
3258
3279
  '5': 'Lista',
3259
3280
  '6': 'Marcas',