@griddo/cx 1.55.12 → 1.56.0

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@griddo/cx",
3
3
  "description": "Griddo SSG based on Gatsby",
4
- "version": "1.55.12",
4
+ "version": "1.56.0",
5
5
  "authors": [
6
6
  "Álvaro Sánchez' <alvaro.sanches@secuoyas.com>",
7
7
  "Carlos Torres <carlos.torres@secuoyas.com>",
@@ -61,7 +61,7 @@
61
61
  "react-helmet": "^6.0.0"
62
62
  },
63
63
  "devDependencies": {
64
- "@griddo/eslint-config-back": "^1.55.12",
64
+ "@griddo/eslint-config-back": "^1.56.0",
65
65
  "eslint": "^7.5.0",
66
66
  "eslint-plugin-node": "^11.1.0",
67
67
  "eslint-plugin-react": "7.14.3",
@@ -93,5 +93,5 @@
93
93
  "publishConfig": {
94
94
  "access": "public"
95
95
  },
96
- "gitHead": "535fa46dad0f2134af928bba773908401b1acfa2"
96
+ "gitHead": "da5400112025b528c1c0946cd76b1cfbedf00362"
97
97
  }
@@ -76,9 +76,7 @@ function SEO(params) {
76
76
  {/* Debug */}
77
77
  <meta property="components:version" content={componentsVersion} />
78
78
  {isIE && <meta property="isIE" content={JSON.stringify(isIE)} />}
79
- {isGARRIGUES && (
80
- <meta property="isGARRIGUES" content={JSON.stringify(isGARRIGUES)} />
81
- )}
79
+ {isGARRIGUES && <meta property="isGARRIGUES" content={JSON.stringify(isGARRIGUES)} />}
82
80
 
83
81
  {isIE && (
84
82
  <script>{`
@@ -159,6 +157,313 @@ function SEO(params) {
159
157
  type="text/javascript"
160
158
  ></script>
161
159
  )}
160
+ {isGARRIGUES && (
161
+ <style type="text/css">
162
+ {`
163
+ .ecix-premodal-view-content a,
164
+ .ecix-modal-view-content a {
165
+ color: rgb(8, 127, 123) !important;
166
+ }
167
+ #ecix_div_id {
168
+ font-family: "Hellix", sans-serif !important;
169
+ color: rgb(110, 120, 115);
170
+ }
171
+ .span-text-cookies {
172
+ font-family: "Hellix", sans-serif !important;
173
+ color: rgb(110, 120, 115) !important;
174
+ }
175
+ .ecix-premodal-view-content {
176
+ width: 100% !important;
177
+ margin-left: 0 !important;
178
+ margin-right: 0 !important;
179
+ margin-top: 0 !important;
180
+ margin-bottom: 0 !important;
181
+ padding-left: 0 !important;
182
+ padding-right: 0 !important;
183
+ padding-top: 0 !important;
184
+ padding-bottom: 0 !important;
185
+ }
186
+
187
+ .ecix-premodal-view-content .ecix-modal-view-body {
188
+ position: relative !important;
189
+ height: 100%;
190
+ width: 100% !important;
191
+ padding: 20px !important;
192
+ max-width: 900px;
193
+ margin: 0 auto !important;
194
+
195
+ display: grid !important;
196
+ grid-template-columns: repeat(4, 1fr);
197
+ grid-gap: 10px;
198
+ }
199
+ .span-text-cookies {
200
+ position: static !important;
201
+ width: auto !important;
202
+ padding-left: 0 !important;
203
+ padding-right: 0 !important;
204
+ padding-top: 0 !important;
205
+ padding-bottom: 0 !important;
206
+ grid-column: 1 / 5;
207
+ grid-row: 1;
208
+ }
209
+ .span-text-cookies p {
210
+ margin: 0 !important;
211
+ }
212
+ .ecix-modal-btn-accept.ecix-p10.ecix-bold.ecix-font-1-2em.button-rechazar {
213
+ display: none;
214
+ }
215
+ .ecix-modal-btn-accept.ecix-p10.ecix-bold.ecix-font-1-2em.button-preferencias {
216
+ position: static !important;
217
+ left: 0;
218
+ bottom: 0;
219
+ color: rgb(18, 66, 64) !important;
220
+ border: 1px solid rgb(18, 66, 64) !important;
221
+ font-family: 'Reckless' !important;
222
+ font-size: 14px !important;
223
+ font-weight: 400 !important;
224
+ margin: 0 !important;
225
+ grid-column: 1;
226
+ grid-row: 2;
227
+ width: 100%;
228
+ transition: 0.3s ease;
229
+ }
230
+ .ecix-modal-btn-accept.ecix-p10.ecix-bold.ecix-font-1-2em.button-preferencias:hover {
231
+ background-color: rgb(248, 251, 248) !important;
232
+ }
233
+ .ecix-modal-btn-accept.ecix-p10.ecix-bold.ecix-font-1-2em.button-aceptar {
234
+ position: static !important;
235
+ background-color: rgb(242, 209, 112) !important;
236
+ color: rgb(18, 66, 64) !important;
237
+ right: 0;
238
+ bottom: 0;
239
+ font-weight: normal !important;
240
+ font-family: 'Reckless' !important;
241
+ font-size: 14px !important;
242
+ font-weight: 400 !important;
243
+ grid-column: 2;
244
+ grid-row: 2;
245
+ width: 100%;
246
+ transition: 0.3s ease;
247
+ }
248
+ .ecix-modal-btn-accept.ecix-p10.ecix-bold.ecix-font-1-2em.button-aceptar:hover {
249
+ background-color: rgb(250, 238, 205) !important;
250
+ }
251
+ .ecix-p10 {
252
+ height: 50px !important;
253
+ display: flex;
254
+ padding: 0 !important;
255
+ justify-content: center;
256
+ align-items: center;
257
+ }
258
+
259
+ @media only screen and (max-width: 620px) {
260
+ .ecix-premodal-view-content .ecix-modal-view-body {
261
+ display: flex !important;
262
+ flex-direction: column;
263
+ justify-content: center;
264
+ align-items: center;
265
+ }
266
+ }
267
+ /*-----------*/
268
+ .ecix-gdpr-page.ecix-ac.cookies-elixregtech.customClassDivContent {
269
+ min-height: 100%;
270
+ width: 100vw;
271
+ margin-left: 0 !important;
272
+ margin-right: 0 !important;
273
+ margin-top: 0 !important;
274
+ margin-bottom: 0 !important;
275
+ padding-left: 0 !important;
276
+ padding-right: 0 !important;
277
+ padding-top: 0 !important;
278
+ padding-bottom: 0 !important;
279
+ }
280
+ .cookies-elixregtech .ecix-modal-view-content {
281
+ width: 80% !important;
282
+ position: relative !important;
283
+ margin-top: 20px !important;
284
+ margin-bottom: 0 !important;
285
+ padding-left: 0 !important;
286
+ padding-right: 0 !important;
287
+ padding-top: 0 !important;
288
+ padding-bottom: 0 !important;
289
+ }
290
+ .ecix-modal-view-header {
291
+ color: rgb(18, 66, 64) !important;
292
+ font-family: 'Reckless' !important;
293
+ font-weight: 400 !important;
294
+ box-sizing: border-box !important;
295
+ display: block !important;
296
+ padding: 20px !important;
297
+ }
298
+
299
+ .ecix-gdpr-page.customClassDivContent {
300
+ grid-column: 1 / 5;
301
+ background-color: transparent !important;
302
+ }
303
+
304
+ .cookies-elixregtech .ecix-modal-view-body {
305
+ margin-left: 0;
306
+ margin-right: 0;
307
+ padding-bottom: 0 !important;
308
+ }
309
+ .ecix-modal-view h3,
310
+ .ecix-modal-view p {
311
+ font-family: 'Hellix', sans-serif !important;
312
+ }
313
+ .cookies-elixregtech .pos-b {
314
+ font-family: 'Hellix', sans-serif !important;
315
+ }
316
+ .ecix-modal-view .ecix-modal-view-footer {
317
+ display: none !important;
318
+ }
319
+ .fas.fa-caret-down {
320
+ display: none;
321
+ }
322
+ .col-md-3.border-color h3 {
323
+ color: rgb(18, 66, 64) !important;
324
+ }
325
+ .cookies-elixregtech .ecix-tree li {
326
+ border-bottom: none;
327
+ }
328
+ .cookies-elixregtech .ecix-tree li:last-child {
329
+ border-bottom: 1px solid #cecece;
330
+ }
331
+ .cookies-elixregtech .ecix-btn-cancel {
332
+ top: unset !important;
333
+ bottom: 10px !important;
334
+ display: flex;
335
+ justify-content: center;
336
+ align-items: center;
337
+ color: rgb(18, 66, 64) !important;
338
+ border: 1px solid rgb(18, 66, 64) !important;
339
+ font-family: 'Reckless' !important;
340
+ font-size: 14px !important;
341
+ font-weight: 400 !important;
342
+ transition: 0.3s ease;
343
+ left: unset !important;
344
+ right: 20px;
345
+ width: 180px;
346
+ }
347
+ .cookies-elixregtech .ecix-btn-cancel:hover {
348
+ background-color: rgb(248, 251, 248) !important;
349
+ }
350
+ .cookies-elixregtech .ecix-btn-accept {
351
+ top: unset !important;
352
+ bottom: 10px !important;
353
+ display: flex;
354
+ justify-content: center;
355
+ align-items: center;
356
+ background-color: rgb(242, 209, 112) !important;
357
+ color: rgb(18, 66, 64) !important;
358
+ font-family: 'Reckless' !important;
359
+ font-size: 14px !important;
360
+ font-weight: 400 !important;
361
+ transition: 0.3s ease;
362
+ left: unset !important;
363
+ right: 210px;
364
+ width: 180px;
365
+ }
366
+ .cookies-elixregtech .ecix-btn-accept:hover {
367
+ background-color: rgb(250, 238, 205) !important;
368
+ }
369
+ .cookies-elixregtech ul#ecix-tree-level2-0 {
370
+ top: 0;
371
+ }
372
+ #ecixHeaderText {
373
+ position: static !important;
374
+ height: auto !important;
375
+ display: block;
376
+ color: rgb(110, 120, 115) !important;
377
+ }
378
+ #ecixHeaderText p {
379
+ margin-top: 10px !important;
380
+ margin-bottom: 0 !important;
381
+ }
382
+ .cookies-elixregtech span#ecixHeaderText {
383
+ padding-right: 0 !important;
384
+ }
385
+ .ecix-tree.ecix-tree-level2.list-group.list-group-flush {
386
+ margin-left: 0 !important;
387
+ margin-right: 0 !important;
388
+ margin-top: 0 !important;
389
+ margin-bottom: 0 !important;
390
+ }
391
+ .ecix-switch-li {
392
+ position: static !important;
393
+ }
394
+ .ecix-switch-li.ecix-header-li {
395
+ display: block;
396
+ }
397
+ #ecix_div_view {
398
+ margin: 0 !important;
399
+ padding-bottom: 100px !important;
400
+ }
401
+ .cookies-elixregtech .customClassDeclineCheckColor {
402
+ background-color: #de2b31;
403
+ }
404
+ .ecix-onoffswitch-label::before {
405
+ width: 20px;
406
+ height: 20px;
407
+ }
408
+ .cookies-elixregtech .customClassDeclineCheckColor::before {
409
+ left: 2px;
410
+ }
411
+ .cookies-elixregtech .customClassAcceptCheckColor {
412
+ background-color: #70baa6;
413
+ }
414
+ .cookies-elixregtech .customClassAcceptCheckColor::before {
415
+ right: 2px;
416
+ }
417
+ .ecix-onoffswitch-label {
418
+ height: 26px;
419
+ }
420
+ .ecix-onoffswitch-label::before {
421
+ top: 3px !important;
422
+ }
423
+ @media only screen and (max-width: 1440px) {
424
+ .cookies-elixregtech .ecix-modal-view-content {
425
+ width: 98% !important;
426
+ margin-top: 5px !important;
427
+ }
428
+ }
429
+ @media only screen and (max-width: 768px) {
430
+ .ecix-md-10.ecix-pt20 {
431
+ display: flex;
432
+ flex-direction: column-reverse;
433
+ }
434
+ .ecix-switch-li.ecix-header-li {
435
+ display: none;
436
+ }
437
+ .ecix-btn-accept {
438
+ margin-top: 20px;
439
+ margin-bottom: 5px;
440
+ }
441
+ .ecix-btn-accept,
442
+ .ecix-btn-cancel {
443
+ position: static !important;
444
+ width: 100% !important;
445
+ }
446
+ }
447
+ /*----------*/
448
+ #Capa_1_cookie {
449
+ width: 35px;
450
+ height: 35px;
451
+ }
452
+ #Capa_1_cookie .cls-1,
453
+ #Capa_1_cookie .cls-2 {
454
+ fill: #70baa6;
455
+ }
456
+ .ecix-premodal-view,
457
+ .ecix-premodal-view-content {
458
+ z-index: 999;
459
+ cursor: pointer;
460
+ }
461
+ `}
462
+
463
+ </style>
464
+ )
465
+
466
+ }
162
467
 
163
468
  {false && isIE && (
164
469
  <script type="text/javascript">{`