@micromag/screen-gallery-feed 0.3.357 → 0.3.360
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 +36 -4
- package/lib/index.js +36 -4
- 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',
|
|
@@ -420,7 +436,15 @@ var definition = [{
|
|
|
420
436
|
"type": 0,
|
|
421
437
|
"value": "Header"
|
|
422
438
|
}]
|
|
423
|
-
})
|
|
439
|
+
}),
|
|
440
|
+
theme: {
|
|
441
|
+
badge: {
|
|
442
|
+
label: {
|
|
443
|
+
textStyle: 'badge'
|
|
444
|
+
},
|
|
445
|
+
boxStyle: 'badge'
|
|
446
|
+
}
|
|
447
|
+
}
|
|
424
448
|
}, {
|
|
425
449
|
name: 'footer',
|
|
426
450
|
type: 'footer',
|
|
@@ -430,7 +454,15 @@ var definition = [{
|
|
|
430
454
|
"type": 0,
|
|
431
455
|
"value": "Footer"
|
|
432
456
|
}]
|
|
433
|
-
})
|
|
457
|
+
}),
|
|
458
|
+
theme: {
|
|
459
|
+
callToAction: {
|
|
460
|
+
label: {
|
|
461
|
+
textStyle: 'cta'
|
|
462
|
+
},
|
|
463
|
+
boxStyle: 'cta'
|
|
464
|
+
}
|
|
465
|
+
}
|
|
434
466
|
}]
|
|
435
467
|
}];
|
|
436
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',
|
|
@@ -444,7 +460,15 @@ var definition = [{
|
|
|
444
460
|
"type": 0,
|
|
445
461
|
"value": "Header"
|
|
446
462
|
}]
|
|
447
|
-
})
|
|
463
|
+
}),
|
|
464
|
+
theme: {
|
|
465
|
+
badge: {
|
|
466
|
+
label: {
|
|
467
|
+
textStyle: 'badge'
|
|
468
|
+
},
|
|
469
|
+
boxStyle: 'badge'
|
|
470
|
+
}
|
|
471
|
+
}
|
|
448
472
|
}, {
|
|
449
473
|
name: 'footer',
|
|
450
474
|
type: 'footer',
|
|
@@ -454,7 +478,15 @@ var definition = [{
|
|
|
454
478
|
"type": 0,
|
|
455
479
|
"value": "Footer"
|
|
456
480
|
}]
|
|
457
|
-
})
|
|
481
|
+
}),
|
|
482
|
+
theme: {
|
|
483
|
+
callToAction: {
|
|
484
|
+
label: {
|
|
485
|
+
textStyle: 'cta'
|
|
486
|
+
},
|
|
487
|
+
boxStyle: 'cta'
|
|
488
|
+
}
|
|
489
|
+
}
|
|
458
490
|
}]
|
|
459
491
|
}];
|
|
460
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.360",
|
|
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.360",
|
|
53
|
+
"@micromag/element-background": "^0.3.360",
|
|
54
|
+
"@micromag/element-container": "^0.3.360",
|
|
55
|
+
"@micromag/element-footer": "^0.3.360",
|
|
56
|
+
"@micromag/element-header": "^0.3.360",
|
|
57
|
+
"@micromag/element-layout": "^0.3.360",
|
|
58
|
+
"@micromag/element-scroll": "^0.3.360",
|
|
59
|
+
"@micromag/element-stack": "^0.3.360",
|
|
60
|
+
"@micromag/element-text": "^0.3.360",
|
|
61
|
+
"@micromag/element-visual": "^0.3.360",
|
|
62
|
+
"@micromag/transforms": "^0.3.360",
|
|
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": "5531b1c55e0dd7e7a9c6eeee217ca28d985c7921"
|
|
73
73
|
}
|