@micromag/screen-survey 0.3.7 → 0.3.11
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 +2 -12
- package/lib/index.js +2 -12
- package/package.json +12 -12
package/es/index.js
CHANGED
|
@@ -498,24 +498,14 @@ var definition = {
|
|
|
498
498
|
}),
|
|
499
499
|
fields: [{
|
|
500
500
|
name: 'buttonsStyle',
|
|
501
|
-
type: '
|
|
501
|
+
type: 'box-style-form',
|
|
502
502
|
label: defineMessage({
|
|
503
503
|
id: "l5uLMd",
|
|
504
504
|
defaultMessage: [{
|
|
505
505
|
"type": 0,
|
|
506
506
|
"value": "Buttons"
|
|
507
507
|
}]
|
|
508
|
-
})
|
|
509
|
-
noValueLabel: defineMessage({
|
|
510
|
-
id: "65rc70",
|
|
511
|
-
defaultMessage: [{
|
|
512
|
-
"type": 0,
|
|
513
|
-
"value": "Edit style..."
|
|
514
|
-
}]
|
|
515
|
-
}),
|
|
516
|
-
field: {
|
|
517
|
-
type: 'box-style'
|
|
518
|
-
}
|
|
508
|
+
})
|
|
519
509
|
}, {
|
|
520
510
|
name: 'resultsStyle',
|
|
521
511
|
type: 'field-with-form',
|
package/lib/index.js
CHANGED
|
@@ -519,24 +519,14 @@ var definition = {
|
|
|
519
519
|
}),
|
|
520
520
|
fields: [{
|
|
521
521
|
name: 'buttonsStyle',
|
|
522
|
-
type: '
|
|
522
|
+
type: 'box-style-form',
|
|
523
523
|
label: reactIntl.defineMessage({
|
|
524
524
|
id: "l5uLMd",
|
|
525
525
|
defaultMessage: [{
|
|
526
526
|
"type": 0,
|
|
527
527
|
"value": "Buttons"
|
|
528
528
|
}]
|
|
529
|
-
})
|
|
530
|
-
noValueLabel: reactIntl.defineMessage({
|
|
531
|
-
id: "65rc70",
|
|
532
|
-
defaultMessage: [{
|
|
533
|
-
"type": 0,
|
|
534
|
-
"value": "Edit style..."
|
|
535
|
-
}]
|
|
536
|
-
}),
|
|
537
|
-
field: {
|
|
538
|
-
type: 'box-style'
|
|
539
|
-
}
|
|
529
|
+
})
|
|
540
530
|
}, {
|
|
541
531
|
name: 'resultsStyle',
|
|
542
532
|
type: 'field-with-form',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-survey",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.11",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -49,16 +49,16 @@
|
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@babel/runtime": "^7.13.10",
|
|
52
|
-
"@micromag/core": "^0.3.
|
|
53
|
-
"@micromag/data": "^0.3.
|
|
54
|
-
"@micromag/element-background": "^0.3.
|
|
55
|
-
"@micromag/element-button": "^0.3.
|
|
56
|
-
"@micromag/element-call-to-action": "^0.3.
|
|
57
|
-
"@micromag/element-container": "^0.3.
|
|
58
|
-
"@micromag/element-heading": "^0.3.
|
|
59
|
-
"@micromag/element-layout": "^0.3.
|
|
60
|
-
"@micromag/element-text": "^0.3.
|
|
61
|
-
"@micromag/transforms": "^0.3.
|
|
52
|
+
"@micromag/core": "^0.3.11",
|
|
53
|
+
"@micromag/data": "^0.3.11",
|
|
54
|
+
"@micromag/element-background": "^0.3.11",
|
|
55
|
+
"@micromag/element-button": "^0.3.11",
|
|
56
|
+
"@micromag/element-call-to-action": "^0.3.11",
|
|
57
|
+
"@micromag/element-container": "^0.3.11",
|
|
58
|
+
"@micromag/element-heading": "^0.3.11",
|
|
59
|
+
"@micromag/element-layout": "^0.3.11",
|
|
60
|
+
"@micromag/element-text": "^0.3.11",
|
|
61
|
+
"@micromag/transforms": "^0.3.11",
|
|
62
62
|
"classnames": "^2.2.6",
|
|
63
63
|
"lodash": "^4.17.21",
|
|
64
64
|
"prop-types": "^15.7.2",
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"publishConfig": {
|
|
69
69
|
"access": "public"
|
|
70
70
|
},
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "4baa4392185262ac19705bab9f21d4623a975249"
|
|
72
72
|
}
|