@micromag/screen-title 0.3.4 → 0.3.5
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 +13 -2
- package/lib/index.js +13 -2
- package/package.json +10 -10
package/es/index.js
CHANGED
|
@@ -631,8 +631,19 @@ var definition = [{
|
|
|
631
631
|
}]
|
|
632
632
|
})
|
|
633
633
|
}, {
|
|
634
|
-
|
|
635
|
-
|
|
634
|
+
type: 'fields',
|
|
635
|
+
isList: true,
|
|
636
|
+
fields: [{
|
|
637
|
+
name: 'boxStyle',
|
|
638
|
+
type: 'box-style',
|
|
639
|
+
label: defineMessage({
|
|
640
|
+
id: "p1pghO",
|
|
641
|
+
defaultMessage: [{
|
|
642
|
+
"type": 0,
|
|
643
|
+
"value": "Box style"
|
|
644
|
+
}]
|
|
645
|
+
})
|
|
646
|
+
}]
|
|
636
647
|
}, {
|
|
637
648
|
name: 'background',
|
|
638
649
|
type: 'background',
|
package/lib/index.js
CHANGED
|
@@ -652,8 +652,19 @@ var definition = [{
|
|
|
652
652
|
}]
|
|
653
653
|
})
|
|
654
654
|
}, {
|
|
655
|
-
|
|
656
|
-
|
|
655
|
+
type: 'fields',
|
|
656
|
+
isList: true,
|
|
657
|
+
fields: [{
|
|
658
|
+
name: 'boxStyle',
|
|
659
|
+
type: 'box-style',
|
|
660
|
+
label: reactIntl.defineMessage({
|
|
661
|
+
id: "p1pghO",
|
|
662
|
+
defaultMessage: [{
|
|
663
|
+
"type": 0,
|
|
664
|
+
"value": "Box style"
|
|
665
|
+
}]
|
|
666
|
+
})
|
|
667
|
+
}]
|
|
657
668
|
}, {
|
|
658
669
|
name: 'background',
|
|
659
670
|
type: 'background',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-title",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.5",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -49,14 +49,14 @@
|
|
|
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-call-to-action": "^0.3.
|
|
55
|
-
"@micromag/element-container": "^0.3.
|
|
56
|
-
"@micromag/element-heading": "^0.3.
|
|
57
|
-
"@micromag/element-layout": "^0.3.
|
|
58
|
-
"@micromag/element-text": "^0.3.
|
|
59
|
-
"@micromag/transforms": "^0.3.
|
|
52
|
+
"@micromag/core": "^0.3.5",
|
|
53
|
+
"@micromag/element-background": "^0.3.5",
|
|
54
|
+
"@micromag/element-call-to-action": "^0.3.5",
|
|
55
|
+
"@micromag/element-container": "^0.3.5",
|
|
56
|
+
"@micromag/element-heading": "^0.3.5",
|
|
57
|
+
"@micromag/element-layout": "^0.3.5",
|
|
58
|
+
"@micromag/element-text": "^0.3.5",
|
|
59
|
+
"@micromag/transforms": "^0.3.5",
|
|
60
60
|
"classnames": "^2.2.6",
|
|
61
61
|
"lodash": "^4.17.21",
|
|
62
62
|
"prop-types": "^15.7.2",
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
"publishConfig": {
|
|
67
67
|
"access": "public"
|
|
68
68
|
},
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "3a617eef4e655aabe14d4eb9da5460e8f3e93d7e"
|
|
70
70
|
}
|