@micromag/screen-quiz 0.2.401 → 0.2.403
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 +24 -24
- package/lib/index.js +24 -24
- package/package.json +12 -12
package/es/index.js
CHANGED
|
@@ -426,8 +426,8 @@ var definition = {
|
|
|
426
426
|
type: 'screen',
|
|
427
427
|
group: {
|
|
428
428
|
label: defineMessage({
|
|
429
|
-
|
|
430
|
-
|
|
429
|
+
id: "ZqwBOx",
|
|
430
|
+
defaultMessage: [{
|
|
431
431
|
"type": 0,
|
|
432
432
|
"value": "Questions"
|
|
433
433
|
}]
|
|
@@ -435,8 +435,8 @@ var definition = {
|
|
|
435
435
|
order: 7
|
|
436
436
|
},
|
|
437
437
|
title: defineMessage({
|
|
438
|
-
|
|
439
|
-
|
|
438
|
+
id: "zW7IVm",
|
|
439
|
+
defaultMessage: [{
|
|
440
440
|
"type": 0,
|
|
441
441
|
"value": "Quiz"
|
|
442
442
|
}]
|
|
@@ -448,8 +448,8 @@ var definition = {
|
|
|
448
448
|
type: 'screen-layout',
|
|
449
449
|
defaultValue: 'top',
|
|
450
450
|
label: defineMessage({
|
|
451
|
-
|
|
452
|
-
|
|
451
|
+
id: "4iBXj2",
|
|
452
|
+
defaultMessage: [{
|
|
453
453
|
"type": 0,
|
|
454
454
|
"value": "Layout"
|
|
455
455
|
}]
|
|
@@ -461,8 +461,8 @@ var definition = {
|
|
|
461
461
|
textStyle: 'heading2'
|
|
462
462
|
},
|
|
463
463
|
label: defineMessage({
|
|
464
|
-
|
|
465
|
-
|
|
464
|
+
id: "hVE7TA",
|
|
465
|
+
defaultMessage: [{
|
|
466
466
|
"type": 0,
|
|
467
467
|
"value": "Question"
|
|
468
468
|
}]
|
|
@@ -476,8 +476,8 @@ var definition = {
|
|
|
476
476
|
}
|
|
477
477
|
},
|
|
478
478
|
label: defineMessage({
|
|
479
|
-
|
|
480
|
-
|
|
479
|
+
id: "KHWeV7",
|
|
480
|
+
defaultMessage: [{
|
|
481
481
|
"type": 0,
|
|
482
482
|
"value": "Answers"
|
|
483
483
|
}]
|
|
@@ -489,8 +489,8 @@ var definition = {
|
|
|
489
489
|
textStyle: 'text'
|
|
490
490
|
},
|
|
491
491
|
label: defineMessage({
|
|
492
|
-
|
|
493
|
-
|
|
492
|
+
id: "FJygXH",
|
|
493
|
+
defaultMessage: [{
|
|
494
494
|
"type": 0,
|
|
495
495
|
"value": "Result"
|
|
496
496
|
}]
|
|
@@ -499,8 +499,8 @@ var definition = {
|
|
|
499
499
|
type: 'fields',
|
|
500
500
|
isList: true,
|
|
501
501
|
label: defineMessage({
|
|
502
|
-
|
|
503
|
-
|
|
502
|
+
id: "R9DB4a",
|
|
503
|
+
defaultMessage: [{
|
|
504
504
|
"type": 0,
|
|
505
505
|
"value": "Styles"
|
|
506
506
|
}]
|
|
@@ -509,15 +509,15 @@ var definition = {
|
|
|
509
509
|
name: 'buttonsStyle',
|
|
510
510
|
type: 'field-with-form',
|
|
511
511
|
label: defineMessage({
|
|
512
|
-
|
|
513
|
-
|
|
512
|
+
id: "l5uLMd",
|
|
513
|
+
defaultMessage: [{
|
|
514
514
|
"type": 0,
|
|
515
515
|
"value": "Buttons"
|
|
516
516
|
}]
|
|
517
517
|
}),
|
|
518
518
|
noValueLabel: defineMessage({
|
|
519
|
-
|
|
520
|
-
|
|
519
|
+
id: "65rc70",
|
|
520
|
+
defaultMessage: [{
|
|
521
521
|
"type": 0,
|
|
522
522
|
"value": "Edit style..."
|
|
523
523
|
}]
|
|
@@ -529,8 +529,8 @@ var definition = {
|
|
|
529
529
|
name: 'goodAnswerColor',
|
|
530
530
|
type: 'color',
|
|
531
531
|
label: defineMessage({
|
|
532
|
-
|
|
533
|
-
|
|
532
|
+
id: "I2bIHm",
|
|
533
|
+
defaultMessage: [{
|
|
534
534
|
"type": 0,
|
|
535
535
|
"value": "Good answer color"
|
|
536
536
|
}]
|
|
@@ -539,8 +539,8 @@ var definition = {
|
|
|
539
539
|
name: 'badAnswerColor',
|
|
540
540
|
type: 'color',
|
|
541
541
|
label: defineMessage({
|
|
542
|
-
|
|
543
|
-
|
|
542
|
+
id: "ru3tjH",
|
|
543
|
+
defaultMessage: [{
|
|
544
544
|
"type": 0,
|
|
545
545
|
"value": "Bad answer color"
|
|
546
546
|
}]
|
|
@@ -550,8 +550,8 @@ var definition = {
|
|
|
550
550
|
name: 'background',
|
|
551
551
|
type: 'background',
|
|
552
552
|
label: defineMessage({
|
|
553
|
-
|
|
554
|
-
|
|
553
|
+
id: "+MPZRu",
|
|
554
|
+
defaultMessage: [{
|
|
555
555
|
"type": 0,
|
|
556
556
|
"value": "Background"
|
|
557
557
|
}]
|
package/lib/index.js
CHANGED
|
@@ -447,8 +447,8 @@ var definition = {
|
|
|
447
447
|
type: 'screen',
|
|
448
448
|
group: {
|
|
449
449
|
label: reactIntl.defineMessage({
|
|
450
|
-
|
|
451
|
-
|
|
450
|
+
id: "ZqwBOx",
|
|
451
|
+
defaultMessage: [{
|
|
452
452
|
"type": 0,
|
|
453
453
|
"value": "Questions"
|
|
454
454
|
}]
|
|
@@ -456,8 +456,8 @@ var definition = {
|
|
|
456
456
|
order: 7
|
|
457
457
|
},
|
|
458
458
|
title: reactIntl.defineMessage({
|
|
459
|
-
|
|
460
|
-
|
|
459
|
+
id: "zW7IVm",
|
|
460
|
+
defaultMessage: [{
|
|
461
461
|
"type": 0,
|
|
462
462
|
"value": "Quiz"
|
|
463
463
|
}]
|
|
@@ -469,8 +469,8 @@ var definition = {
|
|
|
469
469
|
type: 'screen-layout',
|
|
470
470
|
defaultValue: 'top',
|
|
471
471
|
label: reactIntl.defineMessage({
|
|
472
|
-
|
|
473
|
-
|
|
472
|
+
id: "4iBXj2",
|
|
473
|
+
defaultMessage: [{
|
|
474
474
|
"type": 0,
|
|
475
475
|
"value": "Layout"
|
|
476
476
|
}]
|
|
@@ -482,8 +482,8 @@ var definition = {
|
|
|
482
482
|
textStyle: 'heading2'
|
|
483
483
|
},
|
|
484
484
|
label: reactIntl.defineMessage({
|
|
485
|
-
|
|
486
|
-
|
|
485
|
+
id: "hVE7TA",
|
|
486
|
+
defaultMessage: [{
|
|
487
487
|
"type": 0,
|
|
488
488
|
"value": "Question"
|
|
489
489
|
}]
|
|
@@ -497,8 +497,8 @@ var definition = {
|
|
|
497
497
|
}
|
|
498
498
|
},
|
|
499
499
|
label: reactIntl.defineMessage({
|
|
500
|
-
|
|
501
|
-
|
|
500
|
+
id: "KHWeV7",
|
|
501
|
+
defaultMessage: [{
|
|
502
502
|
"type": 0,
|
|
503
503
|
"value": "Answers"
|
|
504
504
|
}]
|
|
@@ -510,8 +510,8 @@ var definition = {
|
|
|
510
510
|
textStyle: 'text'
|
|
511
511
|
},
|
|
512
512
|
label: reactIntl.defineMessage({
|
|
513
|
-
|
|
514
|
-
|
|
513
|
+
id: "FJygXH",
|
|
514
|
+
defaultMessage: [{
|
|
515
515
|
"type": 0,
|
|
516
516
|
"value": "Result"
|
|
517
517
|
}]
|
|
@@ -520,8 +520,8 @@ var definition = {
|
|
|
520
520
|
type: 'fields',
|
|
521
521
|
isList: true,
|
|
522
522
|
label: reactIntl.defineMessage({
|
|
523
|
-
|
|
524
|
-
|
|
523
|
+
id: "R9DB4a",
|
|
524
|
+
defaultMessage: [{
|
|
525
525
|
"type": 0,
|
|
526
526
|
"value": "Styles"
|
|
527
527
|
}]
|
|
@@ -530,15 +530,15 @@ var definition = {
|
|
|
530
530
|
name: 'buttonsStyle',
|
|
531
531
|
type: 'field-with-form',
|
|
532
532
|
label: reactIntl.defineMessage({
|
|
533
|
-
|
|
534
|
-
|
|
533
|
+
id: "l5uLMd",
|
|
534
|
+
defaultMessage: [{
|
|
535
535
|
"type": 0,
|
|
536
536
|
"value": "Buttons"
|
|
537
537
|
}]
|
|
538
538
|
}),
|
|
539
539
|
noValueLabel: reactIntl.defineMessage({
|
|
540
|
-
|
|
541
|
-
|
|
540
|
+
id: "65rc70",
|
|
541
|
+
defaultMessage: [{
|
|
542
542
|
"type": 0,
|
|
543
543
|
"value": "Edit style..."
|
|
544
544
|
}]
|
|
@@ -550,8 +550,8 @@ var definition = {
|
|
|
550
550
|
name: 'goodAnswerColor',
|
|
551
551
|
type: 'color',
|
|
552
552
|
label: reactIntl.defineMessage({
|
|
553
|
-
|
|
554
|
-
|
|
553
|
+
id: "I2bIHm",
|
|
554
|
+
defaultMessage: [{
|
|
555
555
|
"type": 0,
|
|
556
556
|
"value": "Good answer color"
|
|
557
557
|
}]
|
|
@@ -560,8 +560,8 @@ var definition = {
|
|
|
560
560
|
name: 'badAnswerColor',
|
|
561
561
|
type: 'color',
|
|
562
562
|
label: reactIntl.defineMessage({
|
|
563
|
-
|
|
564
|
-
|
|
563
|
+
id: "ru3tjH",
|
|
564
|
+
defaultMessage: [{
|
|
565
565
|
"type": 0,
|
|
566
566
|
"value": "Bad answer color"
|
|
567
567
|
}]
|
|
@@ -571,8 +571,8 @@ var definition = {
|
|
|
571
571
|
name: 'background',
|
|
572
572
|
type: 'background',
|
|
573
573
|
label: reactIntl.defineMessage({
|
|
574
|
-
|
|
575
|
-
|
|
574
|
+
id: "+MPZRu",
|
|
575
|
+
defaultMessage: [{
|
|
576
576
|
"type": 0,
|
|
577
577
|
"value": "Background"
|
|
578
578
|
}]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-quiz",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.403",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -52,16 +52,16 @@
|
|
|
52
52
|
"@fortawesome/fontawesome-svg-core": "^1.2.32",
|
|
53
53
|
"@fortawesome/free-solid-svg-icons": "^5.15.1",
|
|
54
54
|
"@fortawesome/react-fontawesome": "^0.1.13",
|
|
55
|
-
"@micromag/core": "^0.2.
|
|
56
|
-
"@micromag/data": "^0.2.
|
|
57
|
-
"@micromag/element-background": "^0.2.
|
|
58
|
-
"@micromag/element-button": "^0.2.
|
|
59
|
-
"@micromag/element-call-to-action": "^0.2.
|
|
60
|
-
"@micromag/element-container": "^0.2.
|
|
61
|
-
"@micromag/element-heading": "^0.2.
|
|
62
|
-
"@micromag/element-layout": "^0.2.
|
|
63
|
-
"@micromag/element-text": "^0.2.
|
|
64
|
-
"@micromag/transforms": "^0.2.
|
|
55
|
+
"@micromag/core": "^0.2.403",
|
|
56
|
+
"@micromag/data": "^0.2.403",
|
|
57
|
+
"@micromag/element-background": "^0.2.403",
|
|
58
|
+
"@micromag/element-button": "^0.2.403",
|
|
59
|
+
"@micromag/element-call-to-action": "^0.2.403",
|
|
60
|
+
"@micromag/element-container": "^0.2.403",
|
|
61
|
+
"@micromag/element-heading": "^0.2.403",
|
|
62
|
+
"@micromag/element-layout": "^0.2.403",
|
|
63
|
+
"@micromag/element-text": "^0.2.403",
|
|
64
|
+
"@micromag/transforms": "^0.2.403",
|
|
65
65
|
"classnames": "^2.2.6",
|
|
66
66
|
"lodash": "^4.17.21",
|
|
67
67
|
"prop-types": "^15.7.2",
|
|
@@ -71,5 +71,5 @@
|
|
|
71
71
|
"publishConfig": {
|
|
72
72
|
"access": "public"
|
|
73
73
|
},
|
|
74
|
-
"gitHead": "
|
|
74
|
+
"gitHead": "7a6604651c990286e594350ef730d40772937195"
|
|
75
75
|
}
|