pxt-microbit 7.1.36 → 7.1.39

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 (25) hide show
  1. package/built/block-tests.js +1 -1
  2. package/built/hexcache/{09c1ed868d7d8b474313e6abc88c7a9bede0ca376a507a97886137e8d91372e9.hex → 986702a417fa55a0e1b078a6d7403b3498bc795834f771651ebc340080a116d1.hex} +4766 -4766
  3. package/built/hexcache/{ba843ecd090c93546c91118ee212273e7b1e104915bfd9146cb18fa1a1c826a6.hex → d8cab56e73d9451077691022c34b835c5bbdbe6b561106a2812f7964c11125c7.hex} +4249 -4249
  4. package/built/sim.d.ts +1 -0
  5. package/built/sim.js +108 -43
  6. package/built/target.js +1 -1
  7. package/built/target.json +1 -1
  8. package/built/targetlight.js +1 -1
  9. package/built/targetlight.json +1 -1
  10. package/built/theme.json +1 -1
  11. package/built/web/blockly.css +1 -1
  12. package/built/web/react-common-authcode.css +1 -1
  13. package/built/web/react-common-multiplayer.css +1 -1
  14. package/built/web/react-common-skillmap.css +1 -1
  15. package/built/web/rtlblockly.css +1 -1
  16. package/built/web/rtlreact-common-authcode.css +1 -1
  17. package/built/web/rtlreact-common-multiplayer.css +1 -1
  18. package/built/web/rtlreact-common-skillmap.css +1 -1
  19. package/built/web/rtlsemantic.css +1 -1
  20. package/built/web/semantic.css +1 -1
  21. package/package.json +4 -10
  22. package/pxtarget.json +1 -0
  23. package/sim/public/simulator.html +6 -1
  24. /package/built/hexcache/{0ddbecb007986045d0daa6818b319bdc1d05397d2b57d117798c64695cdc9d23.hex → 3858c1af7a919520536cd0945353c09f5d6651f5364aac72bddd143022164eca.hex} +0 -0
  25. /package/built/hexcache/{01fcf2f97a9eaeefd82a2ddaa0ca451b2500ff47b8dc92db69fda37deeb1b910.hex → 8282abaaf754219aa67b07053567547dda2179a2888d75791d2cd9b66bf8e531.hex} +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pxt-microbit",
3
- "version": "7.1.36",
3
+ "version": "7.1.39",
4
4
  "description": "micro:bit target for Microsoft MakeCode (PXT)",
5
5
  "keywords": [
6
6
  "JavaScript",
@@ -46,20 +46,14 @@
46
46
  },
47
47
  "dependencies": {
48
48
  "pxt-common-packages": "12.3.30",
49
- "pxt-core": "11.4.22"
49
+ "pxt-core": "11.4.24"
50
50
  },
51
51
  "overrides": {
52
52
  "@blockly/field-colour": {
53
- "blockly": "^12.0.0-beta.4"
53
+ "blockly": "^12.1.0-beta.0"
54
54
  },
55
55
  "@blockly/plugin-workspace-search": {
56
- "blockly": "^12.0.0-beta.4"
57
- },
58
- "@blockly/keyboard-navigation": {
59
- "blockly": "^12.0.0-beta.4"
56
+ "blockly": "^12.1.0-beta.0"
60
57
  }
61
- },
62
- "scripts": {
63
- "postinstall": "node ./scripts/patchBlocklyFieldColour.js"
64
58
  }
65
59
  }
package/pxtarget.json CHANGED
@@ -430,6 +430,7 @@
430
430
  "workspaceSearch": true,
431
431
  "allowPackageExtensions": true,
432
432
  "addNewTypeScriptFile": true,
433
+ "aiErrorHelp": true,
433
434
  "experiments": [
434
435
  "accessibleBlocks",
435
436
  "debugExtensionCode",
@@ -25,12 +25,13 @@ body {
25
25
  right: 10px;
26
26
  }
27
27
  .safari-mute-button {
28
+ z-index: 1;
28
29
  cursor: pointer;
29
30
  position: relative;
30
31
  display: inline-block;
31
32
  min-height: 1rem;
32
33
  outline: none;
33
- border: none;
34
+ border: 1px solid transparent;
34
35
  vertical-align: middle;
35
36
  margin: 0;
36
37
  padding: 0.75rem;
@@ -51,6 +52,10 @@ body {
51
52
  .safari-mute-button:hover {
52
53
  filter: grayscale(.15) brightness(.85) contrast(1.3);
53
54
  }
55
+ .safari-mute-button:focus {
56
+ border: 1px solid white;
57
+ outline: 3px solid #4D90FE;
58
+ }
54
59
  .safari-mute-button svg {
55
60
  width: 24px;
56
61
  height: 24px;