pxt-core 8.3.1 → 8.3.3

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 (46) hide show
  1. package/built/cli.js +73 -76
  2. package/built/pxt.js +74 -77
  3. package/built/pxtlib.d.ts +0 -1
  4. package/built/pxtlib.js +1 -1
  5. package/built/server.js +0 -4
  6. package/built/target.js +1 -1
  7. package/built/web/ai.0.js +1 -1
  8. package/built/web/main.js +1 -1
  9. package/built/web/pxtapp.js +1 -1
  10. package/built/web/pxtasseteditor.js +1 -1
  11. package/built/web/pxtembed.js +1 -1
  12. package/built/web/pxtlib.js +1 -1
  13. package/built/web/pxtworker.js +1 -1
  14. package/built/web/react-common-authcode.css +6981 -4
  15. package/built/web/react-common-skillmap.css +1 -1
  16. package/built/web/rtlreact-common-skillmap.css +1 -1
  17. package/built/web/rtlsemantic.css +1 -1
  18. package/built/web/semantic.css +1 -1
  19. package/built/web/semantic.js +0 -0
  20. package/built/web/skillmap/css/main.3684f34d.chunk.css +1 -0
  21. package/built/web/skillmap/js/2.d9c1cec5.chunk.js +2 -0
  22. package/built/web/skillmap/js/main.94faba64.chunk.js +1 -0
  23. package/built/web/skillmap/js/runtime-main.37bd2885.js +1 -0
  24. package/package.json +55 -56
  25. package/react-common/components/controls/Modal.tsx +0 -2
  26. package/react-common/components/profile/UserPane.tsx +1 -0
  27. package/react-common/components/share/ThumbnailRecorder.tsx +36 -15
  28. package/react-common/styles/react-common-authcode-core.less +1 -1
  29. package/react-common/styles/react-common-authcode.less +1 -1
  30. package/react-common/styles/share/share.less +9 -0
  31. package/theme/toolbox.less +1 -0
  32. package/theme/tutorial-sidebar.less +3 -1
  33. package/webapp/public/skillmap.html +32 -1
  34. package/built/web/multiplayer/css/main.b0b14e9a.css +0 -2
  35. package/built/web/multiplayer/js/main.448c5eda.js +0 -2
  36. package/built/web/react-common-multiplayer.css +0 -13
  37. package/built/web/rtlreact-common-authcode.css +0 -13
  38. package/built/web/rtlreact-common-multiplayer.css +0 -13
  39. package/built/web/skillmap/css/main.242f7a98.css +0 -1
  40. package/built/web/skillmap/js/main.f143771a.js +0 -2
  41. package/pxtcompiler/ext-typescript/readme.md +0 -1
  42. package/react-common/styles/react-common-multiplayer-core.less +0 -10
  43. package/react-common/styles/react-common-multiplayer.less +0 -12
  44. package/tests/blocks-test/README.md +0 -4
  45. package/webapp/package.json +0 -15
  46. package/webapp/public/multiplayer.html +0 -1
@@ -1 +0,0 @@
1
- This compiled version of typescript was taken from 2.6.1 npm package
@@ -1,10 +0,0 @@
1
- /**
2
- * This file is the same as react-common-multiplayer.less except it doesn't import any
3
- * variables from the target. This is used for pxt-core's css build
4
- */
5
-
6
- // Import variables from pxt-core
7
- @import "themes/default/globals/site.variables";
8
- @import "themes/pxt/globals/site.variables";
9
-
10
- @import "react-common.less";
@@ -1,12 +0,0 @@
1
- /**
2
- * Used for building react-common-multiplayer.css
3
- */
4
-
5
- // Import variables from pxt-core
6
- @import "themes/default/globals/site.variables";
7
- @import "themes/pxt/globals/site.variables";
8
-
9
- // Import the variables from the target
10
- @import "site/globals/site.variables";
11
-
12
- @import "react-common.less";
@@ -1,4 +0,0 @@
1
- # Blocks test runner
2
-
3
- This test runner is run using the `pxt testblocks` command and as part of travis builds.
4
- It is used to detect breaking changes in blocks XML. See https://makecode.com/develop/blockstests for more info
@@ -1,15 +0,0 @@
1
- {
2
- "name": "webapp",
3
- "version": "1.0.0",
4
- "private": true,
5
- "dependencies": {
6
- "@types/node": "10.14.2",
7
- "dashjs": "4.4.0",
8
- "react": "17.0.2",
9
- "react-dom": "17.0.2",
10
- "react-modal": "3.3.2",
11
- "react-redux": "5.1.2",
12
- "react-tooltip": "3.9.0",
13
- "redux": "3.7.2"
14
- }
15
- }
@@ -1 +0,0 @@
1
- <!doctype html><html lang="@locale@"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><title>MakeCode Arcade Multiplayer</title><link rel="stylesheet" data-rtl="/blb/rtlsemantic.css" href="/blb/semantic.css"><link rel="stylesheet" href="/blb/icons.css"><link rel="stylesheet" href="/blb/react-common-multiplayer.css"><script defer="defer" src="/blb/multiplayer/js/main.448c5eda.js"></script><link href="/blb/multiplayer/css/main.b0b14e9a.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><script type="text/javascript" src="/blb/target.js"></script><script type="text/javascript" src="/blb/pxtlib.js"></script><div id="root"></div><script>var pxtConfig=null</script></body></html>