keski_lib_catalog 1.4.3 → 1.4.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 +105 -98
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +105 -98
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
- package/dist/pencil_placeholder~DdrRnXBY.png +0 -0
package/dist/index.modern.js
CHANGED
|
@@ -74,13 +74,13 @@ function Layout1(content) {
|
|
|
74
74
|
sx: {
|
|
75
75
|
whiteSpace: 'pre-wrap',
|
|
76
76
|
fontSize: {
|
|
77
|
-
xs:
|
|
78
|
-
sm:
|
|
79
|
-
md:
|
|
80
|
-
lg:
|
|
81
|
-
xl:
|
|
77
|
+
xs: '1.875em',
|
|
78
|
+
sm: '2.25em',
|
|
79
|
+
md: '3em',
|
|
80
|
+
lg: '3em',
|
|
81
|
+
xl: '3em'
|
|
82
82
|
},
|
|
83
|
-
paddingBottom:
|
|
83
|
+
paddingBottom: '32px'
|
|
84
84
|
}
|
|
85
85
|
}), /*#__PURE__*/React.createElement(Carousel, {
|
|
86
86
|
indicators: true,
|
|
@@ -158,16 +158,16 @@ function Item(props) {
|
|
|
158
158
|
sx: {
|
|
159
159
|
width: '120px',
|
|
160
160
|
height: '120px',
|
|
161
|
-
transform: "translate(\n " + content.image_transform_x + "%\n ,\n " + content.image_transform_y + "%)" + ("scale(" + (content.image_scale ? content.image_scale :
|
|
161
|
+
transform: "translate(\n " + content.image_transform_x + "%\n ,\n " + content.image_transform_y + "%)" + ("scale(" + (content.image_scale ? content.image_scale : '1') + ")")
|
|
162
162
|
}
|
|
163
163
|
}))), /*#__PURE__*/React.createElement(Box, {
|
|
164
164
|
sx: {
|
|
165
165
|
width: {
|
|
166
|
-
xs:
|
|
167
|
-
xl:
|
|
168
|
-
lg:
|
|
166
|
+
xs: '100%',
|
|
167
|
+
xl: '72%',
|
|
168
|
+
lg: '72%'
|
|
169
169
|
},
|
|
170
|
-
height:
|
|
170
|
+
height: '100%',
|
|
171
171
|
overflow: 'hidden',
|
|
172
172
|
textOverflow: 'ellipsis',
|
|
173
173
|
display: '-webkit-box',
|
|
@@ -254,8 +254,8 @@ function Layout1$1(content) {
|
|
|
254
254
|
},
|
|
255
255
|
height: {
|
|
256
256
|
xs: '80vh',
|
|
257
|
-
sm:
|
|
258
|
-
md:
|
|
257
|
+
sm: '80vh',
|
|
258
|
+
md: '80vh'
|
|
259
259
|
},
|
|
260
260
|
backgroundSize: 'cover',
|
|
261
261
|
backgroundPosition: 'center',
|
|
@@ -277,21 +277,21 @@ function Layout1$1(content) {
|
|
|
277
277
|
},
|
|
278
278
|
justifyContent: 'center',
|
|
279
279
|
paddingLeft: (_content$component$su = content.component.subcomponent[0]) !== null && _content$component$su !== void 0 && _content$component$su.image ? {
|
|
280
|
-
lg:
|
|
281
|
-
md:
|
|
282
|
-
sm:
|
|
283
|
-
xs:
|
|
280
|
+
lg: '24px',
|
|
281
|
+
md: '24px',
|
|
282
|
+
sm: '16px',
|
|
283
|
+
xs: '16px'
|
|
284
284
|
} : {
|
|
285
|
-
lg:
|
|
286
|
-
md:
|
|
287
|
-
sm:
|
|
288
|
-
xs:
|
|
285
|
+
lg: '0px',
|
|
286
|
+
md: '24px',
|
|
287
|
+
sm: '16px',
|
|
288
|
+
xs: '16px'
|
|
289
289
|
},
|
|
290
290
|
paddingRight: {
|
|
291
|
-
lg:
|
|
292
|
-
md:
|
|
293
|
-
sm:
|
|
294
|
-
xs:
|
|
291
|
+
lg: '24px',
|
|
292
|
+
md: '24px',
|
|
293
|
+
sm: '16px',
|
|
294
|
+
xs: '16px'
|
|
295
295
|
}
|
|
296
296
|
}
|
|
297
297
|
}, ((_content$component$su2 = content.component.subcomponent[0]) === null || _content$component$su2 === void 0 ? void 0 : _content$component$su2.label_active) && /*#__PURE__*/React.createElement(Box, null, /*#__PURE__*/React.createElement(Chip, {
|
|
@@ -313,13 +313,13 @@ function Layout1$1(content) {
|
|
|
313
313
|
marginBottom: '16px',
|
|
314
314
|
whiteSpace: 'pre-wrap',
|
|
315
315
|
fontSize: {
|
|
316
|
-
xs:
|
|
317
|
-
sm:
|
|
318
|
-
md:
|
|
319
|
-
lg:
|
|
320
|
-
xl:
|
|
316
|
+
xs: '2em',
|
|
317
|
+
sm: '2em',
|
|
318
|
+
md: '3.75em',
|
|
319
|
+
lg: '3.75em',
|
|
320
|
+
xl: '3.75em'
|
|
321
321
|
},
|
|
322
|
-
fontWeight:
|
|
322
|
+
fontWeight: 'bold'
|
|
323
323
|
}
|
|
324
324
|
}), /*#__PURE__*/React.createElement(Typography, {
|
|
325
325
|
component: 'p',
|
|
@@ -330,11 +330,11 @@ function Layout1$1(content) {
|
|
|
330
330
|
marginBottom: '16px',
|
|
331
331
|
whiteSpace: 'pre-wrap',
|
|
332
332
|
fontSize: {
|
|
333
|
-
xs:
|
|
334
|
-
sm:
|
|
335
|
-
md:
|
|
336
|
-
lg:
|
|
337
|
-
xl:
|
|
333
|
+
xs: '1.125em',
|
|
334
|
+
sm: '1.125em',
|
|
335
|
+
md: '1.125em',
|
|
336
|
+
lg: '1.125em',
|
|
337
|
+
xl: '1.125em'
|
|
338
338
|
}
|
|
339
339
|
}
|
|
340
340
|
}), ((_content$component$su10 = content.component.subcomponent[0]) === null || _content$component$su10 === void 0 ? void 0 : _content$component$su10.button_active) && /*#__PURE__*/React.createElement(Box, null, /*#__PURE__*/React.createElement(Button, {
|
|
@@ -570,13 +570,13 @@ function Layout1$3(content) {
|
|
|
570
570
|
sx: {
|
|
571
571
|
whiteSpace: 'pre-wrap',
|
|
572
572
|
fontSize: {
|
|
573
|
-
xs:
|
|
574
|
-
sm:
|
|
575
|
-
md:
|
|
576
|
-
lg:
|
|
577
|
-
xl:
|
|
573
|
+
xs: '1.875em',
|
|
574
|
+
sm: '2.25em',
|
|
575
|
+
md: '3em',
|
|
576
|
+
lg: '3em',
|
|
577
|
+
xl: '3em'
|
|
578
578
|
},
|
|
579
|
-
paddingBottom:
|
|
579
|
+
paddingBottom: '32px'
|
|
580
580
|
}
|
|
581
581
|
}), /*#__PURE__*/React.createElement(Grid$1, {
|
|
582
582
|
container: true,
|
|
@@ -596,7 +596,7 @@ function Layout1$3(content) {
|
|
|
596
596
|
elevation: 0,
|
|
597
597
|
sx: {
|
|
598
598
|
borderRadius: '24px',
|
|
599
|
-
width:
|
|
599
|
+
width: '100%',
|
|
600
600
|
height: {
|
|
601
601
|
xl: 350,
|
|
602
602
|
lg: 350,
|
|
@@ -607,12 +607,12 @@ function Layout1$3(content) {
|
|
|
607
607
|
}
|
|
608
608
|
}, /*#__PURE__*/React.createElement(CardMedia, {
|
|
609
609
|
component: "img",
|
|
610
|
-
alt: img.description ? img.description :
|
|
610
|
+
alt: img.description ? img.description : '',
|
|
611
611
|
image: img.image ? img.image.url ? img.image.url : 'none' : 'none',
|
|
612
612
|
sx: {
|
|
613
|
-
width:
|
|
614
|
-
height:
|
|
615
|
-
transform: "translate(\n " + img.image_transform_x + "%\n ,\n " + img.image_transform_y + "%)" + ("scale(" + (img.image_scale ? img.image_scale :
|
|
613
|
+
width: '100%',
|
|
614
|
+
height: '100%',
|
|
615
|
+
transform: "translate(\n " + img.image_transform_x + "%\n ,\n " + img.image_transform_y + "%)" + ("scale(" + (img.image_scale ? img.image_scale : '1') + ")")
|
|
616
616
|
}
|
|
617
617
|
})));
|
|
618
618
|
}))));
|
|
@@ -794,13 +794,13 @@ function Item$2(props) {
|
|
|
794
794
|
width: '100%',
|
|
795
795
|
height: '520px',
|
|
796
796
|
paddingTop: '70px',
|
|
797
|
-
|
|
797
|
+
'& .css-hn784z': {
|
|
798
798
|
left: {
|
|
799
799
|
xs: 'calc(100% - 120px)'
|
|
800
800
|
},
|
|
801
801
|
height: 'auto'
|
|
802
802
|
},
|
|
803
|
-
|
|
803
|
+
'& .css-1abc02a': {
|
|
804
804
|
height: 'auto'
|
|
805
805
|
}
|
|
806
806
|
}
|
|
@@ -878,7 +878,7 @@ function Item$2(props) {
|
|
|
878
878
|
image: item.image ? item.image.url ? item.image.url : 'none' : 'none',
|
|
879
879
|
sx: {
|
|
880
880
|
aspectRatio: '1/1',
|
|
881
|
-
transform: "translate(\n " + item.image_transform_x + "%\n ,\n " + item.image_transform_y + "%)" + ("scale(" + (item.image_scale ? item.image_scale :
|
|
881
|
+
transform: "translate(\n " + item.image_transform_x + "%\n ,\n " + item.image_transform_y + "%)" + ("scale(" + (item.image_scale ? item.image_scale : '1') + ")")
|
|
882
882
|
}
|
|
883
883
|
})), /*#__PURE__*/React.createElement(CardContent, {
|
|
884
884
|
sx: {
|
|
@@ -998,7 +998,7 @@ function Item$2(props) {
|
|
|
998
998
|
image: item.image.url ? item.image.url : 'https://via.placeholder.com/300x300.png?text=No+Image',
|
|
999
999
|
sx: {
|
|
1000
1000
|
aspectRatio: '1/1',
|
|
1001
|
-
transform: "translate(\n " + item.image_transform_x + "%\n ,\n " + item.image_transform_y + "%)" + ("scale(" + (item.image_scale ? item.image_scale :
|
|
1001
|
+
transform: "translate(\n " + item.image_transform_x + "%\n ,\n " + item.image_transform_y + "%)" + ("scale(" + (item.image_scale ? item.image_scale : '1') + ")")
|
|
1002
1002
|
}
|
|
1003
1003
|
}), /*#__PURE__*/React.createElement(CardContent, {
|
|
1004
1004
|
sx: {
|
|
@@ -1165,18 +1165,24 @@ function Item$3(props) {
|
|
|
1165
1165
|
sx: {
|
|
1166
1166
|
position: 'absolute',
|
|
1167
1167
|
top: {
|
|
1168
|
-
xs: '-
|
|
1168
|
+
xs: '-70px',
|
|
1169
1169
|
sm: '-70px'
|
|
1170
1170
|
},
|
|
1171
|
-
zIndex: 1
|
|
1171
|
+
zIndex: 1,
|
|
1172
|
+
width: '100%',
|
|
1173
|
+
display: 'flex'
|
|
1172
1174
|
}
|
|
1173
|
-
},
|
|
1175
|
+
}, ' ', /*#__PURE__*/React.createElement(Typography, {
|
|
1174
1176
|
component: 'h2',
|
|
1175
1177
|
dangerouslySetInnerHTML: {
|
|
1176
1178
|
__html: title ? title : ''
|
|
1177
1179
|
},
|
|
1178
1180
|
sx: {
|
|
1179
1181
|
height: '100%',
|
|
1182
|
+
textAlign: {
|
|
1183
|
+
xs: 'center',
|
|
1184
|
+
sm: 'left'
|
|
1185
|
+
},
|
|
1180
1186
|
fontSize: {
|
|
1181
1187
|
xl: '3em',
|
|
1182
1188
|
lg: '3em',
|
|
@@ -1226,6 +1232,7 @@ function Item$3(props) {
|
|
|
1226
1232
|
sx: {
|
|
1227
1233
|
width: '100%',
|
|
1228
1234
|
height: '140px',
|
|
1235
|
+
marginTop: '10px',
|
|
1229
1236
|
transform: "translate(" + item.image_transform_x + "%, " + item.image_transform_y + "%) scale(" + (item.image_scale ? item.image_scale : '1') + ")"
|
|
1230
1237
|
}
|
|
1231
1238
|
}))));
|
|
@@ -3080,39 +3087,39 @@ function Layout(content) {
|
|
|
3080
3087
|
preserveAspectRatio: 'xMidYMid slice'
|
|
3081
3088
|
}
|
|
3082
3089
|
};
|
|
3083
|
-
var callToAction =
|
|
3090
|
+
var callToAction = 'Ingresa a Keski Creator desde tu panel administrativo para editar esta vista.';
|
|
3084
3091
|
var infoLoadingMap = {
|
|
3085
3092
|
'landing/content/1': {
|
|
3086
|
-
title:
|
|
3087
|
-
description:
|
|
3093
|
+
title: 'Página de inicio',
|
|
3094
|
+
description: 'Esta página es muy importante, aquí es la primera impresión de tus clientes. Agrega las secciones necesarias para que tu cliente te conozca, utiliza un diseño agradable y atractivo para captar su atención desde el primer momento. Personaliza el contenido para reflejar la esencia de tu marca y los valores de tu negocio.'
|
|
3088
3095
|
},
|
|
3089
3096
|
'landing/content/2': {
|
|
3090
|
-
title:
|
|
3091
|
-
description:
|
|
3097
|
+
title: 'Productos',
|
|
3098
|
+
description: 'En esta sección puedes detallar los productos que ofreces. Organiza tu catálogo y facilita la navegación.'
|
|
3092
3099
|
},
|
|
3093
3100
|
'landing/content/3': {
|
|
3094
|
-
title:
|
|
3095
|
-
description:
|
|
3101
|
+
title: 'Nosotros',
|
|
3102
|
+
description: 'Aquí puedes contar la historia de tu empresa, presentar a tu equipo y destacar tus valores y misión. Es una excelente oportunidad para generar confianza y credibilidad. Usa esta sección para humanizar tu marca y conectar emocionalmente con tus visitantes.'
|
|
3096
3103
|
},
|
|
3097
3104
|
'landing/content/4': {
|
|
3098
|
-
title:
|
|
3099
|
-
description:
|
|
3105
|
+
title: 'Catálogo',
|
|
3106
|
+
description: 'Muestra una lista detallada de todos los productos o servicios que ofreces. Organiza tu catálogo de manera que sea fácil de navegar y busca resaltar tus productos más populares o nuevos lanzamientos. Puedes incluir filtros y categorías para mejorar la experiencia del usuario.'
|
|
3100
3107
|
},
|
|
3101
3108
|
'landing/content/5': {
|
|
3102
|
-
title:
|
|
3103
|
-
description:
|
|
3109
|
+
title: 'Servicios',
|
|
3110
|
+
description: 'En esta página puedes detallar los diferentes servicios que ofreces. Describe cada servicio de manera clara y concisa, incluyendo sus beneficios y características. Utiliza imágenes y testimonios para reforzar la calidad de tus servicios y motivar a los visitantes a contactarte.'
|
|
3104
3111
|
},
|
|
3105
3112
|
'landing/content/6': {
|
|
3106
|
-
title:
|
|
3107
|
-
description:
|
|
3113
|
+
title: 'Blog',
|
|
3114
|
+
description: 'Comparte artículos, noticias y actualizaciones relacionadas con tu negocio. Un blog activo puede mejorar tu SEO y mantener a tus clientes informados y comprometidos. Publica contenido relevante y útil que pueda interesar a tus visitantes y mostrar tu expertise en la industria.'
|
|
3108
3115
|
},
|
|
3109
3116
|
'landing/content/7': {
|
|
3110
|
-
title:
|
|
3111
|
-
description:
|
|
3117
|
+
title: 'Ubicación',
|
|
3118
|
+
description: 'Aquí puedes mostrar a tus clientes dónde estás ubicado. Incluye un mapa interactivo, tu dirección completa y cualquier otra información de contacto relevante. Si tienes varias ubicaciones, asegúrate de incluir detalles para cada una. También puedes agregar instrucciones sobre cómo llegar y el horario de atención.'
|
|
3112
3119
|
},
|
|
3113
|
-
|
|
3114
|
-
title:
|
|
3115
|
-
description:
|
|
3120
|
+
placeholder: {
|
|
3121
|
+
title: 'En construccion',
|
|
3122
|
+
description: 'Bienvenido a la página principal. Aquí encontrarás información general y acceso a las diferentes secciones.'
|
|
3116
3123
|
}
|
|
3117
3124
|
};
|
|
3118
3125
|
var visible = true;
|
|
@@ -3126,8 +3133,8 @@ function Layout(content) {
|
|
|
3126
3133
|
},
|
|
3127
3134
|
height: {
|
|
3128
3135
|
xs: '80vh',
|
|
3129
|
-
sm:
|
|
3130
|
-
md:
|
|
3136
|
+
sm: '80vh',
|
|
3137
|
+
md: '80vh'
|
|
3131
3138
|
},
|
|
3132
3139
|
backgroundPosition: 'center',
|
|
3133
3140
|
justifyContent: 'center',
|
|
@@ -3147,18 +3154,18 @@ function Layout(content) {
|
|
|
3147
3154
|
lg: '80vh'
|
|
3148
3155
|
},
|
|
3149
3156
|
justifyContent: 'center',
|
|
3150
|
-
alignItems:
|
|
3157
|
+
alignItems: 'center',
|
|
3151
3158
|
paddingLeft: {
|
|
3152
|
-
lg:
|
|
3153
|
-
md:
|
|
3154
|
-
sm:
|
|
3155
|
-
xs:
|
|
3159
|
+
lg: '0px',
|
|
3160
|
+
md: '24px',
|
|
3161
|
+
sm: '16px',
|
|
3162
|
+
xs: '16px'
|
|
3156
3163
|
},
|
|
3157
3164
|
paddingRight: {
|
|
3158
|
-
lg:
|
|
3159
|
-
md:
|
|
3160
|
-
sm:
|
|
3161
|
-
xs:
|
|
3165
|
+
lg: '24px',
|
|
3166
|
+
md: '24px',
|
|
3167
|
+
sm: '16px',
|
|
3168
|
+
xs: '16px'
|
|
3162
3169
|
},
|
|
3163
3170
|
textAlign: 'center'
|
|
3164
3171
|
}
|
|
@@ -3168,11 +3175,11 @@ function Layout(content) {
|
|
|
3168
3175
|
marginBottom: '16px',
|
|
3169
3176
|
whiteSpace: 'pre-wrap',
|
|
3170
3177
|
fontSize: {
|
|
3171
|
-
xs:
|
|
3172
|
-
sm:
|
|
3173
|
-
md:
|
|
3174
|
-
lg:
|
|
3175
|
-
xl:
|
|
3178
|
+
xs: '2em',
|
|
3179
|
+
sm: '2em',
|
|
3180
|
+
md: '3.75em',
|
|
3181
|
+
lg: '3.75em',
|
|
3182
|
+
xl: '3.75em'
|
|
3176
3183
|
},
|
|
3177
3184
|
color: '#60269E'
|
|
3178
3185
|
}
|
|
@@ -3182,11 +3189,11 @@ function Layout(content) {
|
|
|
3182
3189
|
marginBottom: '16px',
|
|
3183
3190
|
justifyContent: 'center',
|
|
3184
3191
|
fontSize: {
|
|
3185
|
-
xs:
|
|
3186
|
-
sm:
|
|
3187
|
-
md:
|
|
3188
|
-
lg:
|
|
3189
|
-
xl:
|
|
3192
|
+
xs: '1.25em',
|
|
3193
|
+
sm: '1.25em',
|
|
3194
|
+
md: '1.25em',
|
|
3195
|
+
lg: '1.25em',
|
|
3196
|
+
xl: '1.25em'
|
|
3190
3197
|
}
|
|
3191
3198
|
}
|
|
3192
3199
|
}, infoLoadingMap[content.component.view_placeholder].description), /*#__PURE__*/React.createElement(Lottie, {
|
|
@@ -3199,11 +3206,11 @@ function Layout(content) {
|
|
|
3199
3206
|
marginBottom: '16px',
|
|
3200
3207
|
justifyContent: 'center',
|
|
3201
3208
|
fontSize: {
|
|
3202
|
-
xs:
|
|
3203
|
-
sm:
|
|
3204
|
-
md:
|
|
3205
|
-
lg:
|
|
3206
|
-
xl:
|
|
3209
|
+
xs: '1.25em',
|
|
3210
|
+
sm: '1.25em',
|
|
3211
|
+
md: '1.25em',
|
|
3212
|
+
lg: '1.25em',
|
|
3213
|
+
xl: '1.25em'
|
|
3207
3214
|
}
|
|
3208
3215
|
}
|
|
3209
3216
|
}, callToAction))));
|