@micromag/screen-gallery-feed 0.3.356 → 0.3.359
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/es/index.js +49 -9
- package/lib/index.js +49 -9
- package/package.json +13 -13
package/es/index.js
CHANGED
|
@@ -340,7 +340,15 @@ var definition = [{
|
|
|
340
340
|
"type": 0,
|
|
341
341
|
"value": "Header"
|
|
342
342
|
}]
|
|
343
|
-
})
|
|
343
|
+
}),
|
|
344
|
+
theme: {
|
|
345
|
+
badge: {
|
|
346
|
+
label: {
|
|
347
|
+
textStyle: 'badge'
|
|
348
|
+
},
|
|
349
|
+
boxStyle: 'badge'
|
|
350
|
+
}
|
|
351
|
+
}
|
|
344
352
|
}, {
|
|
345
353
|
name: 'footer',
|
|
346
354
|
type: 'footer',
|
|
@@ -350,7 +358,15 @@ var definition = [{
|
|
|
350
358
|
"type": 0,
|
|
351
359
|
"value": "Footer"
|
|
352
360
|
}]
|
|
353
|
-
})
|
|
361
|
+
}),
|
|
362
|
+
theme: {
|
|
363
|
+
callToAction: {
|
|
364
|
+
label: {
|
|
365
|
+
textStyle: 'cta'
|
|
366
|
+
},
|
|
367
|
+
boxStyle: 'cta'
|
|
368
|
+
}
|
|
369
|
+
}
|
|
354
370
|
}]
|
|
355
371
|
}, {
|
|
356
372
|
id: 'gallery-feed-captions',
|
|
@@ -412,17 +428,41 @@ var definition = [{
|
|
|
412
428
|
}]
|
|
413
429
|
})
|
|
414
430
|
}, {
|
|
415
|
-
name: '
|
|
416
|
-
type: '
|
|
431
|
+
name: 'header',
|
|
432
|
+
type: 'header',
|
|
433
|
+
label: defineMessage({
|
|
434
|
+
id: "rhuDxI",
|
|
435
|
+
defaultMessage: [{
|
|
436
|
+
"type": 0,
|
|
437
|
+
"value": "Header"
|
|
438
|
+
}]
|
|
439
|
+
}),
|
|
417
440
|
theme: {
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
441
|
+
badge: {
|
|
442
|
+
label: {
|
|
443
|
+
textStyle: 'badge'
|
|
444
|
+
},
|
|
445
|
+
boxStyle: 'badge'
|
|
421
446
|
}
|
|
422
447
|
}
|
|
423
448
|
}, {
|
|
424
|
-
name: '
|
|
425
|
-
type: '
|
|
449
|
+
name: 'footer',
|
|
450
|
+
type: 'footer',
|
|
451
|
+
label: defineMessage({
|
|
452
|
+
id: "g4nybp",
|
|
453
|
+
defaultMessage: [{
|
|
454
|
+
"type": 0,
|
|
455
|
+
"value": "Footer"
|
|
456
|
+
}]
|
|
457
|
+
}),
|
|
458
|
+
theme: {
|
|
459
|
+
callToAction: {
|
|
460
|
+
label: {
|
|
461
|
+
textStyle: 'cta'
|
|
462
|
+
},
|
|
463
|
+
boxStyle: 'cta'
|
|
464
|
+
}
|
|
465
|
+
}
|
|
426
466
|
}]
|
|
427
467
|
}];
|
|
428
468
|
|
package/lib/index.js
CHANGED
|
@@ -364,7 +364,15 @@ var definition = [{
|
|
|
364
364
|
"type": 0,
|
|
365
365
|
"value": "Header"
|
|
366
366
|
}]
|
|
367
|
-
})
|
|
367
|
+
}),
|
|
368
|
+
theme: {
|
|
369
|
+
badge: {
|
|
370
|
+
label: {
|
|
371
|
+
textStyle: 'badge'
|
|
372
|
+
},
|
|
373
|
+
boxStyle: 'badge'
|
|
374
|
+
}
|
|
375
|
+
}
|
|
368
376
|
}, {
|
|
369
377
|
name: 'footer',
|
|
370
378
|
type: 'footer',
|
|
@@ -374,7 +382,15 @@ var definition = [{
|
|
|
374
382
|
"type": 0,
|
|
375
383
|
"value": "Footer"
|
|
376
384
|
}]
|
|
377
|
-
})
|
|
385
|
+
}),
|
|
386
|
+
theme: {
|
|
387
|
+
callToAction: {
|
|
388
|
+
label: {
|
|
389
|
+
textStyle: 'cta'
|
|
390
|
+
},
|
|
391
|
+
boxStyle: 'cta'
|
|
392
|
+
}
|
|
393
|
+
}
|
|
378
394
|
}]
|
|
379
395
|
}, {
|
|
380
396
|
id: 'gallery-feed-captions',
|
|
@@ -436,17 +452,41 @@ var definition = [{
|
|
|
436
452
|
}]
|
|
437
453
|
})
|
|
438
454
|
}, {
|
|
439
|
-
name: '
|
|
440
|
-
type: '
|
|
455
|
+
name: 'header',
|
|
456
|
+
type: 'header',
|
|
457
|
+
label: reactIntl.defineMessage({
|
|
458
|
+
id: "rhuDxI",
|
|
459
|
+
defaultMessage: [{
|
|
460
|
+
"type": 0,
|
|
461
|
+
"value": "Header"
|
|
462
|
+
}]
|
|
463
|
+
}),
|
|
441
464
|
theme: {
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
465
|
+
badge: {
|
|
466
|
+
label: {
|
|
467
|
+
textStyle: 'badge'
|
|
468
|
+
},
|
|
469
|
+
boxStyle: 'badge'
|
|
445
470
|
}
|
|
446
471
|
}
|
|
447
472
|
}, {
|
|
448
|
-
name: '
|
|
449
|
-
type: '
|
|
473
|
+
name: 'footer',
|
|
474
|
+
type: 'footer',
|
|
475
|
+
label: reactIntl.defineMessage({
|
|
476
|
+
id: "g4nybp",
|
|
477
|
+
defaultMessage: [{
|
|
478
|
+
"type": 0,
|
|
479
|
+
"value": "Footer"
|
|
480
|
+
}]
|
|
481
|
+
}),
|
|
482
|
+
theme: {
|
|
483
|
+
callToAction: {
|
|
484
|
+
label: {
|
|
485
|
+
textStyle: 'cta'
|
|
486
|
+
},
|
|
487
|
+
boxStyle: 'cta'
|
|
488
|
+
}
|
|
489
|
+
}
|
|
450
490
|
}]
|
|
451
491
|
}];
|
|
452
492
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-gallery-feed",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.359",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -49,17 +49,17 @@
|
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@babel/runtime": "^7.13.10",
|
|
52
|
-
"@micromag/core": "^0.3.
|
|
53
|
-
"@micromag/element-background": "^0.3.
|
|
54
|
-
"@micromag/element-container": "^0.3.
|
|
55
|
-
"@micromag/element-footer": "^0.3.
|
|
56
|
-
"@micromag/element-header": "^0.3.
|
|
57
|
-
"@micromag/element-layout": "^0.3.
|
|
58
|
-
"@micromag/element-scroll": "^0.3.
|
|
59
|
-
"@micromag/element-stack": "^0.3.
|
|
60
|
-
"@micromag/element-text": "^0.3.
|
|
61
|
-
"@micromag/element-visual": "^0.3.
|
|
62
|
-
"@micromag/transforms": "^0.3.
|
|
52
|
+
"@micromag/core": "^0.3.359",
|
|
53
|
+
"@micromag/element-background": "^0.3.359",
|
|
54
|
+
"@micromag/element-container": "^0.3.359",
|
|
55
|
+
"@micromag/element-footer": "^0.3.359",
|
|
56
|
+
"@micromag/element-header": "^0.3.359",
|
|
57
|
+
"@micromag/element-layout": "^0.3.359",
|
|
58
|
+
"@micromag/element-scroll": "^0.3.359",
|
|
59
|
+
"@micromag/element-stack": "^0.3.359",
|
|
60
|
+
"@micromag/element-text": "^0.3.359",
|
|
61
|
+
"@micromag/element-visual": "^0.3.359",
|
|
62
|
+
"@micromag/transforms": "^0.3.359",
|
|
63
63
|
"classnames": "^2.2.6",
|
|
64
64
|
"lodash": "^4.17.21",
|
|
65
65
|
"prop-types": "^15.7.2",
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
"publishConfig": {
|
|
70
70
|
"access": "public"
|
|
71
71
|
},
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "22eba0d01f18f8971e0405bbb41081b5e2ae80ee"
|
|
73
73
|
}
|