@micromag/screen-game-sort 0.3.722 → 0.3.723

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 +1 -1
  2. package/package.json +2 -2
package/es/index.js CHANGED
@@ -659,7 +659,7 @@ var definition = {
659
659
  })
660
660
  }, {
661
661
  name: 'submitTextStyle',
662
- type: 'box-style-form',
662
+ type: 'text-style-form',
663
663
  label: defineMessage({
664
664
  id: "OEckOD",
665
665
  defaultMessage: [{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-game-sort",
3
- "version": "0.3.722",
3
+ "version": "0.3.723",
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": "fa2c1e03a2918d5df62b78d37fce47eac5b3bb8b"
90
+ "gitHead": "a6de0b4e65207c3729d6cae73e786bf3f664e2c7"
91
91
  }