@micromag/screen-keypad 0.3.358 → 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 +18 -18
package/es/index.js
CHANGED
|
@@ -872,7 +872,15 @@ var definition = [{
|
|
|
872
872
|
"type": 0,
|
|
873
873
|
"value": "Header"
|
|
874
874
|
}]
|
|
875
|
-
})
|
|
875
|
+
}),
|
|
876
|
+
theme: {
|
|
877
|
+
badge: {
|
|
878
|
+
label: {
|
|
879
|
+
textStyle: 'badge'
|
|
880
|
+
},
|
|
881
|
+
boxStyle: 'badge'
|
|
882
|
+
}
|
|
883
|
+
}
|
|
876
884
|
}, {
|
|
877
885
|
name: 'footer',
|
|
878
886
|
type: 'footer',
|
|
@@ -882,7 +890,15 @@ var definition = [{
|
|
|
882
890
|
"type": 0,
|
|
883
891
|
"value": "Footer"
|
|
884
892
|
}]
|
|
885
|
-
})
|
|
893
|
+
}),
|
|
894
|
+
theme: {
|
|
895
|
+
callToAction: {
|
|
896
|
+
label: {
|
|
897
|
+
textStyle: 'cta'
|
|
898
|
+
},
|
|
899
|
+
boxStyle: 'cta'
|
|
900
|
+
}
|
|
901
|
+
}
|
|
886
902
|
}]
|
|
887
903
|
}];
|
|
888
904
|
|
package/lib/index.js
CHANGED
|
@@ -898,7 +898,15 @@ var definition = [{
|
|
|
898
898
|
"type": 0,
|
|
899
899
|
"value": "Header"
|
|
900
900
|
}]
|
|
901
|
-
})
|
|
901
|
+
}),
|
|
902
|
+
theme: {
|
|
903
|
+
badge: {
|
|
904
|
+
label: {
|
|
905
|
+
textStyle: 'badge'
|
|
906
|
+
},
|
|
907
|
+
boxStyle: 'badge'
|
|
908
|
+
}
|
|
909
|
+
}
|
|
902
910
|
}, {
|
|
903
911
|
name: 'footer',
|
|
904
912
|
type: 'footer',
|
|
@@ -908,7 +916,15 @@ var definition = [{
|
|
|
908
916
|
"type": 0,
|
|
909
917
|
"value": "Footer"
|
|
910
918
|
}]
|
|
911
|
-
})
|
|
919
|
+
}),
|
|
920
|
+
theme: {
|
|
921
|
+
callToAction: {
|
|
922
|
+
label: {
|
|
923
|
+
textStyle: 'cta'
|
|
924
|
+
},
|
|
925
|
+
boxStyle: 'cta'
|
|
926
|
+
}
|
|
927
|
+
}
|
|
912
928
|
}]
|
|
913
929
|
}];
|
|
914
930
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-keypad",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.359",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -54,22 +54,22 @@
|
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@babel/runtime": "^7.13.10",
|
|
57
|
-
"@micromag/core": "^0.3.
|
|
58
|
-
"@micromag/element-background": "^0.3.
|
|
59
|
-
"@micromag/element-button": "^0.3.
|
|
60
|
-
"@micromag/element-call-to-action": "^0.3.
|
|
61
|
-
"@micromag/element-container": "^0.3.
|
|
62
|
-
"@micromag/element-footer": "^0.3.
|
|
63
|
-
"@micromag/element-grid": "^0.3.
|
|
64
|
-
"@micromag/element-header": "^0.3.
|
|
65
|
-
"@micromag/element-heading": "^0.3.
|
|
66
|
-
"@micromag/element-keypad": "^0.3.
|
|
67
|
-
"@micromag/element-layout": "^0.3.
|
|
68
|
-
"@micromag/element-scroll": "^0.3.
|
|
69
|
-
"@micromag/element-text": "^0.3.
|
|
70
|
-
"@micromag/element-urbania-author": "^0.3.
|
|
71
|
-
"@micromag/element-visual": "^0.3.
|
|
72
|
-
"@micromag/transforms": "^0.3.
|
|
57
|
+
"@micromag/core": "^0.3.359",
|
|
58
|
+
"@micromag/element-background": "^0.3.359",
|
|
59
|
+
"@micromag/element-button": "^0.3.359",
|
|
60
|
+
"@micromag/element-call-to-action": "^0.3.359",
|
|
61
|
+
"@micromag/element-container": "^0.3.359",
|
|
62
|
+
"@micromag/element-footer": "^0.3.359",
|
|
63
|
+
"@micromag/element-grid": "^0.3.359",
|
|
64
|
+
"@micromag/element-header": "^0.3.359",
|
|
65
|
+
"@micromag/element-heading": "^0.3.359",
|
|
66
|
+
"@micromag/element-keypad": "^0.3.359",
|
|
67
|
+
"@micromag/element-layout": "^0.3.359",
|
|
68
|
+
"@micromag/element-scroll": "^0.3.359",
|
|
69
|
+
"@micromag/element-text": "^0.3.359",
|
|
70
|
+
"@micromag/element-urbania-author": "^0.3.359",
|
|
71
|
+
"@micromag/element-visual": "^0.3.359",
|
|
72
|
+
"@micromag/transforms": "^0.3.359",
|
|
73
73
|
"@react-spring/core": "^9.6.1",
|
|
74
74
|
"@react-spring/web": "^9.6.1",
|
|
75
75
|
"@use-gesture/react": "^10.2.4",
|
|
@@ -84,5 +84,5 @@
|
|
|
84
84
|
"publishConfig": {
|
|
85
85
|
"access": "public"
|
|
86
86
|
},
|
|
87
|
-
"gitHead": "
|
|
87
|
+
"gitHead": "22eba0d01f18f8971e0405bbb41081b5e2ae80ee"
|
|
88
88
|
}
|