@micromag/screen-urbania-horoscope 0.3.78 → 0.3.79
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 +0 -15
- package/lib/index.js +0 -15
- package/package.json +5 -5
package/es/index.js
CHANGED
|
@@ -810,9 +810,6 @@ var definition = [{
|
|
|
810
810
|
fields: [{
|
|
811
811
|
name: 'title',
|
|
812
812
|
type: 'heading-element',
|
|
813
|
-
theme: {
|
|
814
|
-
textStyle: 'heading1'
|
|
815
|
-
},
|
|
816
813
|
label: defineMessage({
|
|
817
814
|
id: "N25iDO",
|
|
818
815
|
defaultMessage: [{
|
|
@@ -823,9 +820,6 @@ var definition = [{
|
|
|
823
820
|
}, {
|
|
824
821
|
name: 'description',
|
|
825
822
|
type: 'text-element',
|
|
826
|
-
theme: {
|
|
827
|
-
textStyle: 'text'
|
|
828
|
-
},
|
|
829
823
|
label: defineMessage({
|
|
830
824
|
id: "Y7bs1v",
|
|
831
825
|
defaultMessage: [{
|
|
@@ -836,9 +830,6 @@ var definition = [{
|
|
|
836
830
|
}, {
|
|
837
831
|
name: 'author',
|
|
838
832
|
type: 'author-element',
|
|
839
|
-
theme: {
|
|
840
|
-
textStyle: 'text'
|
|
841
|
-
},
|
|
842
833
|
label: defineMessage({
|
|
843
834
|
id: "73hxYw",
|
|
844
835
|
defaultMessage: [{
|
|
@@ -849,9 +840,6 @@ var definition = [{
|
|
|
849
840
|
}, {
|
|
850
841
|
name: 'button',
|
|
851
842
|
type: 'button-element',
|
|
852
|
-
theme: {
|
|
853
|
-
textStyle: 'button'
|
|
854
|
-
},
|
|
855
843
|
label: defineMessage({
|
|
856
844
|
id: "i6bmbD",
|
|
857
845
|
defaultMessage: [{
|
|
@@ -862,9 +850,6 @@ var definition = [{
|
|
|
862
850
|
}, {
|
|
863
851
|
name: 'signs',
|
|
864
852
|
component: 'items',
|
|
865
|
-
theme: {
|
|
866
|
-
textStyle: 'text'
|
|
867
|
-
},
|
|
868
853
|
label: defineMessage({
|
|
869
854
|
id: "J6cnbt",
|
|
870
855
|
defaultMessage: [{
|
package/lib/index.js
CHANGED
|
@@ -844,9 +844,6 @@ var definition = [{
|
|
|
844
844
|
fields: [{
|
|
845
845
|
name: 'title',
|
|
846
846
|
type: 'heading-element',
|
|
847
|
-
theme: {
|
|
848
|
-
textStyle: 'heading1'
|
|
849
|
-
},
|
|
850
847
|
label: reactIntl.defineMessage({
|
|
851
848
|
id: "N25iDO",
|
|
852
849
|
defaultMessage: [{
|
|
@@ -857,9 +854,6 @@ var definition = [{
|
|
|
857
854
|
}, {
|
|
858
855
|
name: 'description',
|
|
859
856
|
type: 'text-element',
|
|
860
|
-
theme: {
|
|
861
|
-
textStyle: 'text'
|
|
862
|
-
},
|
|
863
857
|
label: reactIntl.defineMessage({
|
|
864
858
|
id: "Y7bs1v",
|
|
865
859
|
defaultMessage: [{
|
|
@@ -870,9 +864,6 @@ var definition = [{
|
|
|
870
864
|
}, {
|
|
871
865
|
name: 'author',
|
|
872
866
|
type: 'author-element',
|
|
873
|
-
theme: {
|
|
874
|
-
textStyle: 'text'
|
|
875
|
-
},
|
|
876
867
|
label: reactIntl.defineMessage({
|
|
877
868
|
id: "73hxYw",
|
|
878
869
|
defaultMessage: [{
|
|
@@ -883,9 +874,6 @@ var definition = [{
|
|
|
883
874
|
}, {
|
|
884
875
|
name: 'button',
|
|
885
876
|
type: 'button-element',
|
|
886
|
-
theme: {
|
|
887
|
-
textStyle: 'button'
|
|
888
|
-
},
|
|
889
877
|
label: reactIntl.defineMessage({
|
|
890
878
|
id: "i6bmbD",
|
|
891
879
|
defaultMessage: [{
|
|
@@ -896,9 +884,6 @@ var definition = [{
|
|
|
896
884
|
}, {
|
|
897
885
|
name: 'signs',
|
|
898
886
|
component: 'items',
|
|
899
|
-
theme: {
|
|
900
|
-
textStyle: 'text'
|
|
901
|
-
},
|
|
902
887
|
label: reactIntl.defineMessage({
|
|
903
888
|
id: "J6cnbt",
|
|
904
889
|
defaultMessage: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-urbania-horoscope",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.79",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -52,15 +52,15 @@
|
|
|
52
52
|
"@babel/runtime": "^7.13.10",
|
|
53
53
|
"@micromag/core": "^0.3.78",
|
|
54
54
|
"@micromag/element-background": "^0.3.78",
|
|
55
|
-
"@micromag/element-button": "^0.3.
|
|
56
|
-
"@micromag/element-call-to-action": "^0.3.
|
|
55
|
+
"@micromag/element-button": "^0.3.79",
|
|
56
|
+
"@micromag/element-call-to-action": "^0.3.79",
|
|
57
57
|
"@micromag/element-container": "^0.3.78",
|
|
58
58
|
"@micromag/element-grid": "^0.3.78",
|
|
59
59
|
"@micromag/element-heading": "^0.3.78",
|
|
60
60
|
"@micromag/element-layout": "^0.3.78",
|
|
61
61
|
"@micromag/element-scroll": "^0.3.78",
|
|
62
62
|
"@micromag/element-text": "^0.3.78",
|
|
63
|
-
"@micromag/element-urbania-author": "^0.3.
|
|
63
|
+
"@micromag/element-urbania-author": "^0.3.79",
|
|
64
64
|
"@micromag/transforms": "^0.3.78",
|
|
65
65
|
"classnames": "^2.2.6",
|
|
66
66
|
"lodash": "^4.17.21",
|
|
@@ -72,5 +72,5 @@
|
|
|
72
72
|
"publishConfig": {
|
|
73
73
|
"access": "public"
|
|
74
74
|
},
|
|
75
|
-
"gitHead": "
|
|
75
|
+
"gitHead": "b25bd1907137fd148b912a5a48c1bc9d2bd0dadd"
|
|
76
76
|
}
|