@micromag/screen-urbania-trivia 0.3.71 → 0.3.73
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 +1 -13
- package/lib/index.js +1 -13
- package/package.json +12 -12
package/es/index.js
CHANGED
|
@@ -515,9 +515,6 @@ var definition = {
|
|
|
515
515
|
fields: [{
|
|
516
516
|
name: 'title',
|
|
517
517
|
type: 'heading-element',
|
|
518
|
-
theme: {
|
|
519
|
-
textStyle: 'heading1'
|
|
520
|
-
},
|
|
521
518
|
label: defineMessage({
|
|
522
519
|
id: "N25iDO",
|
|
523
520
|
defaultMessage: [{
|
|
@@ -562,16 +559,7 @@ var definition = {
|
|
|
562
559
|
"value": "Background"
|
|
563
560
|
}]
|
|
564
561
|
})
|
|
565
|
-
}
|
|
566
|
-
// name: 'callToAction',
|
|
567
|
-
// type: 'call-to-action',
|
|
568
|
-
// theme: {
|
|
569
|
-
// label: {
|
|
570
|
-
// textStyle: 'heading2',
|
|
571
|
-
// },
|
|
572
|
-
// },
|
|
573
|
-
// },
|
|
574
|
-
]
|
|
562
|
+
}]
|
|
575
563
|
};
|
|
576
564
|
|
|
577
565
|
export { UrbaniaTriviaScreen as UrbaniaTrivia, definition as default };
|
package/lib/index.js
CHANGED
|
@@ -537,9 +537,6 @@ var definition = {
|
|
|
537
537
|
fields: [{
|
|
538
538
|
name: 'title',
|
|
539
539
|
type: 'heading-element',
|
|
540
|
-
theme: {
|
|
541
|
-
textStyle: 'heading1'
|
|
542
|
-
},
|
|
543
540
|
label: reactIntl.defineMessage({
|
|
544
541
|
id: "N25iDO",
|
|
545
542
|
defaultMessage: [{
|
|
@@ -584,16 +581,7 @@ var definition = {
|
|
|
584
581
|
"value": "Background"
|
|
585
582
|
}]
|
|
586
583
|
})
|
|
587
|
-
}
|
|
588
|
-
// name: 'callToAction',
|
|
589
|
-
// type: 'call-to-action',
|
|
590
|
-
// theme: {
|
|
591
|
-
// label: {
|
|
592
|
-
// textStyle: 'heading2',
|
|
593
|
-
// },
|
|
594
|
-
// },
|
|
595
|
-
// },
|
|
596
|
-
]
|
|
584
|
+
}]
|
|
597
585
|
};
|
|
598
586
|
|
|
599
587
|
exports.UrbaniaTrivia = UrbaniaTriviaScreen;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-urbania-trivia",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.73",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -50,16 +50,16 @@
|
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@babel/runtime": "^7.13.10",
|
|
52
52
|
"@folklore/size": "^0.1.20",
|
|
53
|
-
"@micromag/core": "^0.3.
|
|
54
|
-
"@micromag/element-background": "^0.3.
|
|
55
|
-
"@micromag/element-call-to-action": "^0.3.
|
|
56
|
-
"@micromag/element-closed-captions": "^0.3.
|
|
57
|
-
"@micromag/element-container": "^0.3.
|
|
58
|
-
"@micromag/element-heading": "^0.3.
|
|
59
|
-
"@micromag/element-image": "^0.3.
|
|
60
|
-
"@micromag/element-media-controls": "^0.3.
|
|
61
|
-
"@micromag/element-video": "^0.3.
|
|
62
|
-
"@micromag/transforms": "^0.3.
|
|
53
|
+
"@micromag/core": "^0.3.73",
|
|
54
|
+
"@micromag/element-background": "^0.3.73",
|
|
55
|
+
"@micromag/element-call-to-action": "^0.3.73",
|
|
56
|
+
"@micromag/element-closed-captions": "^0.3.73",
|
|
57
|
+
"@micromag/element-container": "^0.3.73",
|
|
58
|
+
"@micromag/element-heading": "^0.3.73",
|
|
59
|
+
"@micromag/element-image": "^0.3.73",
|
|
60
|
+
"@micromag/element-media-controls": "^0.3.73",
|
|
61
|
+
"@micromag/element-video": "^0.3.73",
|
|
62
|
+
"@micromag/transforms": "^0.3.73",
|
|
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": "88ca59e9f89a4135924ffdca6a3e977047ac03e9"
|
|
73
73
|
}
|