@micromag/screen-urbania-recommendation 0.3.357 → 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 +18 -2
- package/lib/index.js +18 -2
- package/package.json +12 -12
package/es/index.js
CHANGED
|
@@ -397,7 +397,15 @@ var definition = [{
|
|
|
397
397
|
"type": 0,
|
|
398
398
|
"value": "Header"
|
|
399
399
|
}]
|
|
400
|
-
})
|
|
400
|
+
}),
|
|
401
|
+
theme: {
|
|
402
|
+
badge: {
|
|
403
|
+
label: {
|
|
404
|
+
textStyle: 'badge'
|
|
405
|
+
},
|
|
406
|
+
boxStyle: 'badge'
|
|
407
|
+
}
|
|
408
|
+
}
|
|
401
409
|
}, {
|
|
402
410
|
name: 'footer',
|
|
403
411
|
type: 'footer',
|
|
@@ -407,7 +415,15 @@ var definition = [{
|
|
|
407
415
|
"type": 0,
|
|
408
416
|
"value": "Footer"
|
|
409
417
|
}]
|
|
410
|
-
})
|
|
418
|
+
}),
|
|
419
|
+
theme: {
|
|
420
|
+
callToAction: {
|
|
421
|
+
label: {
|
|
422
|
+
textStyle: 'cta'
|
|
423
|
+
},
|
|
424
|
+
boxStyle: 'cta'
|
|
425
|
+
}
|
|
426
|
+
}
|
|
411
427
|
}]
|
|
412
428
|
}];
|
|
413
429
|
|
package/lib/index.js
CHANGED
|
@@ -418,7 +418,15 @@ var definition = [{
|
|
|
418
418
|
"type": 0,
|
|
419
419
|
"value": "Header"
|
|
420
420
|
}]
|
|
421
|
-
})
|
|
421
|
+
}),
|
|
422
|
+
theme: {
|
|
423
|
+
badge: {
|
|
424
|
+
label: {
|
|
425
|
+
textStyle: 'badge'
|
|
426
|
+
},
|
|
427
|
+
boxStyle: 'badge'
|
|
428
|
+
}
|
|
429
|
+
}
|
|
422
430
|
}, {
|
|
423
431
|
name: 'footer',
|
|
424
432
|
type: 'footer',
|
|
@@ -428,7 +436,15 @@ var definition = [{
|
|
|
428
436
|
"type": 0,
|
|
429
437
|
"value": "Footer"
|
|
430
438
|
}]
|
|
431
|
-
})
|
|
439
|
+
}),
|
|
440
|
+
theme: {
|
|
441
|
+
callToAction: {
|
|
442
|
+
label: {
|
|
443
|
+
textStyle: 'cta'
|
|
444
|
+
},
|
|
445
|
+
boxStyle: 'cta'
|
|
446
|
+
}
|
|
447
|
+
}
|
|
432
448
|
}]
|
|
433
449
|
}];
|
|
434
450
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-urbania-recommendation",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.359",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -49,16 +49,16 @@
|
|
|
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-heading": "^0.3.
|
|
58
|
-
"@micromag/element-layout": "^0.3.
|
|
59
|
-
"@micromag/element-scroll": "^0.3.
|
|
60
|
-
"@micromag/element-text": "^0.3.
|
|
61
|
-
"@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-heading": "^0.3.359",
|
|
58
|
+
"@micromag/element-layout": "^0.3.359",
|
|
59
|
+
"@micromag/element-scroll": "^0.3.359",
|
|
60
|
+
"@micromag/element-text": "^0.3.359",
|
|
61
|
+
"@micromag/transforms": "^0.3.359",
|
|
62
62
|
"classnames": "^2.2.6",
|
|
63
63
|
"lodash": "^4.17.21",
|
|
64
64
|
"prop-types": "^15.7.2",
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"publishConfig": {
|
|
69
69
|
"access": "public"
|
|
70
70
|
},
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "22eba0d01f18f8971e0405bbb41081b5e2ae80ee"
|
|
72
72
|
}
|