@micromag/screen-game-sort 0.3.714 → 0.3.715

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.
Files changed (2) hide show
  1. package/es/index.js +8 -17
  2. package/package.json +2 -2
package/es/index.js CHANGED
@@ -486,10 +486,10 @@ var definition = {
486
486
  order: 12
487
487
  },
488
488
  title: defineMessage({
489
- id: "OOIQh7",
489
+ id: "eJMcXw",
490
490
  defaultMessage: [{
491
491
  "type": 0,
492
- "value": "Game Sort"
492
+ "value": "Sort game"
493
493
  }]
494
494
  }),
495
495
  component: ShareScreen,
@@ -533,15 +533,6 @@ var definition = {
533
533
  }, {
534
534
  name: 'buttonStyles',
535
535
  type: 'fields',
536
- defaultValue: {
537
- layout: 'label-bottom',
538
- boxStyle: {
539
- backgroundColor: {
540
- alpha: 0.15,
541
- color: '#000000'
542
- }
543
- }
544
- },
545
536
  isList: true,
546
537
  fields: [{
547
538
  name: 'layout',
@@ -567,30 +558,30 @@ var definition = {
567
558
  name: 'boxStyle',
568
559
  type: 'box-style-form',
569
560
  label: defineMessage({
570
- id: "nno1Pq",
561
+ id: "rlOUqL",
571
562
  defaultMessage: [{
572
563
  "type": 0,
573
- "value": "Button style"
564
+ "value": "Buttons style"
574
565
  }]
575
566
  })
576
567
  }, {
577
568
  name: 'validBoxStyle',
578
569
  type: 'box-style-form',
579
570
  label: defineMessage({
580
- id: "6bqjZK",
571
+ id: "wJm7+k",
581
572
  defaultMessage: [{
582
573
  "type": 0,
583
- "value": "Valid button style"
574
+ "value": "Valid buttons style"
584
575
  }]
585
576
  })
586
577
  }, {
587
578
  name: 'invalidBoxStyle',
588
579
  type: 'box-style-form',
589
580
  label: defineMessage({
590
- id: "NPpncq",
581
+ id: "0N19DP",
591
582
  defaultMessage: [{
592
583
  "type": 0,
593
- "value": "Invalid button style"
584
+ "value": "Invalid buttons style"
594
585
  }]
595
586
  })
596
587
  }, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-game-sort",
3
- "version": "0.3.714",
3
+ "version": "0.3.715",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -87,5 +87,5 @@
87
87
  "access": "public",
88
88
  "registry": "https://registry.npmjs.org/"
89
89
  },
90
- "gitHead": "85dd03193fcac7776b74d8a41a2ebf116890b507"
90
+ "gitHead": "24575ee9b20a4a0b7780137b9f3472b990f773a5"
91
91
  }