@micromag/screen-keypad 0.3.410 → 0.3.418
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 +12 -7
- package/lib/index.js +12 -7
- package/package.json +18 -18
package/es/index.js
CHANGED
|
@@ -739,11 +739,6 @@ var definition = [{
|
|
|
739
739
|
"value": "Items"
|
|
740
740
|
}]
|
|
741
741
|
}),
|
|
742
|
-
theme: {
|
|
743
|
-
label: {
|
|
744
|
-
textStyle: 'button'
|
|
745
|
-
}
|
|
746
|
-
},
|
|
747
742
|
isSection: true
|
|
748
743
|
}, {
|
|
749
744
|
name: 'buttonStyles',
|
|
@@ -910,7 +905,12 @@ var definition = [{
|
|
|
910
905
|
"type": 0,
|
|
911
906
|
"value": "Content"
|
|
912
907
|
}]
|
|
913
|
-
})
|
|
908
|
+
}),
|
|
909
|
+
theme: {
|
|
910
|
+
label: {
|
|
911
|
+
textStyle: 'text'
|
|
912
|
+
}
|
|
913
|
+
}
|
|
914
914
|
}, {
|
|
915
915
|
name: 'largeVisual',
|
|
916
916
|
type: 'visual',
|
|
@@ -930,7 +930,12 @@ var definition = [{
|
|
|
930
930
|
"type": 0,
|
|
931
931
|
"value": "Button"
|
|
932
932
|
}]
|
|
933
|
-
})
|
|
933
|
+
}),
|
|
934
|
+
theme: {
|
|
935
|
+
label: {
|
|
936
|
+
textStyle: 'button'
|
|
937
|
+
}
|
|
938
|
+
}
|
|
934
939
|
}]
|
|
935
940
|
}],
|
|
936
941
|
fields: [{
|
package/lib/index.js
CHANGED
|
@@ -765,11 +765,6 @@ var definition = [{
|
|
|
765
765
|
"value": "Items"
|
|
766
766
|
}]
|
|
767
767
|
}),
|
|
768
|
-
theme: {
|
|
769
|
-
label: {
|
|
770
|
-
textStyle: 'button'
|
|
771
|
-
}
|
|
772
|
-
},
|
|
773
768
|
isSection: true
|
|
774
769
|
}, {
|
|
775
770
|
name: 'buttonStyles',
|
|
@@ -936,7 +931,12 @@ var definition = [{
|
|
|
936
931
|
"type": 0,
|
|
937
932
|
"value": "Content"
|
|
938
933
|
}]
|
|
939
|
-
})
|
|
934
|
+
}),
|
|
935
|
+
theme: {
|
|
936
|
+
label: {
|
|
937
|
+
textStyle: 'text'
|
|
938
|
+
}
|
|
939
|
+
}
|
|
940
940
|
}, {
|
|
941
941
|
name: 'largeVisual',
|
|
942
942
|
type: 'visual',
|
|
@@ -956,7 +956,12 @@ var definition = [{
|
|
|
956
956
|
"type": 0,
|
|
957
957
|
"value": "Button"
|
|
958
958
|
}]
|
|
959
|
-
})
|
|
959
|
+
}),
|
|
960
|
+
theme: {
|
|
961
|
+
label: {
|
|
962
|
+
textStyle: 'button'
|
|
963
|
+
}
|
|
964
|
+
}
|
|
960
965
|
}]
|
|
961
966
|
}],
|
|
962
967
|
fields: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-keypad",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.418",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -55,22 +55,22 @@
|
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
57
|
"@babel/runtime": "^7.13.10",
|
|
58
|
-
"@micromag/core": "^0.3.
|
|
59
|
-
"@micromag/element-background": "^0.3.
|
|
60
|
-
"@micromag/element-button": "^0.3.
|
|
61
|
-
"@micromag/element-call-to-action": "^0.3.
|
|
62
|
-
"@micromag/element-container": "^0.3.
|
|
63
|
-
"@micromag/element-footer": "^0.3.
|
|
64
|
-
"@micromag/element-grid": "^0.3.
|
|
65
|
-
"@micromag/element-header": "^0.3.
|
|
66
|
-
"@micromag/element-heading": "^0.3.
|
|
67
|
-
"@micromag/element-keypad": "^0.3.
|
|
68
|
-
"@micromag/element-layout": "^0.3.
|
|
69
|
-
"@micromag/element-scroll": "^0.3.
|
|
70
|
-
"@micromag/element-text": "^0.3.
|
|
71
|
-
"@micromag/element-urbania-author": "^0.3.
|
|
72
|
-
"@micromag/element-visual": "^0.3.
|
|
73
|
-
"@micromag/transforms": "^0.3.
|
|
58
|
+
"@micromag/core": "^0.3.418",
|
|
59
|
+
"@micromag/element-background": "^0.3.418",
|
|
60
|
+
"@micromag/element-button": "^0.3.418",
|
|
61
|
+
"@micromag/element-call-to-action": "^0.3.418",
|
|
62
|
+
"@micromag/element-container": "^0.3.418",
|
|
63
|
+
"@micromag/element-footer": "^0.3.418",
|
|
64
|
+
"@micromag/element-grid": "^0.3.418",
|
|
65
|
+
"@micromag/element-header": "^0.3.418",
|
|
66
|
+
"@micromag/element-heading": "^0.3.418",
|
|
67
|
+
"@micromag/element-keypad": "^0.3.418",
|
|
68
|
+
"@micromag/element-layout": "^0.3.418",
|
|
69
|
+
"@micromag/element-scroll": "^0.3.418",
|
|
70
|
+
"@micromag/element-text": "^0.3.418",
|
|
71
|
+
"@micromag/element-urbania-author": "^0.3.418",
|
|
72
|
+
"@micromag/element-visual": "^0.3.418",
|
|
73
|
+
"@micromag/transforms": "^0.3.418",
|
|
74
74
|
"@react-spring/core": "^9.6.1",
|
|
75
75
|
"@react-spring/web": "^9.6.1",
|
|
76
76
|
"@use-gesture/react": "^10.2.4",
|
|
@@ -86,5 +86,5 @@
|
|
|
86
86
|
"access": "public",
|
|
87
87
|
"registry": "https://registry.npmjs.org/"
|
|
88
88
|
},
|
|
89
|
-
"gitHead": "
|
|
89
|
+
"gitHead": "b88d067aa5c016ffdbc031902e1c387160d51f9b"
|
|
90
90
|
}
|