pxt-core 6.4.32 → 6.4.35

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 (34) hide show
  1. package/built/pxtblockly.js +561 -545
  2. package/built/target.js +1 -1
  3. package/built/web/blockly.css +1 -1
  4. package/built/web/icons.css +1 -1
  5. package/built/web/main.js +1 -1
  6. package/built/web/pxtasseteditor.js +1 -1
  7. package/built/web/pxtblockly.js +1 -1
  8. package/built/web/pxtembed.js +561 -545
  9. package/built/web/rtlblockly.css +1 -1
  10. package/built/web/rtlsemantic.css +1 -1
  11. package/built/web/semantic.css +1 -1
  12. package/localtypings/blockly.d.ts +11952 -11905
  13. package/package.json +2 -2
  14. package/pxtarget.json +1 -1
  15. package/theme/blockly-core.less +1 -1
  16. package/theme/tutorial.less +7 -1
  17. package/webapp/public/blockly/blockly_compressed.js +77 -65
  18. package/webapp/public/blockly/blocks_compressed.js +38 -34
  19. package/webapp/public/blockly/media/add.svg +71 -71
  20. package/webapp/public/blockly/media/arrow.svg +75 -75
  21. package/webapp/public/blockly/media/comment-arrow-down.svg +9 -9
  22. package/webapp/public/blockly/media/comment-arrow-up.svg +9 -9
  23. package/webapp/public/blockly/media/delete-x.svg +9 -9
  24. package/webapp/public/blockly/media/dropdown-arrow-dark.svg +1 -1
  25. package/webapp/public/blockly/media/position_eyedropper.svg +85 -85
  26. package/webapp/public/blockly/media/question.svg +4 -4
  27. package/webapp/public/blockly/media/quote0.svg +63 -63
  28. package/webapp/public/blockly/media/quote1.svg +63 -63
  29. package/webapp/public/blockly/media/remove.svg +62 -62
  30. package/webapp/public/blockly/media/removeArg.svg +18 -18
  31. package/webapp/public/blockly/media/sprites.svg +204 -204
  32. package/webapp/public/blockly/msg/js/en.js +446 -446
  33. package/webapp/public/blockly/msg/json/en.json +420 -420
  34. package/webapp/public/index.html +1 -1
@@ -8,7 +8,7 @@
8
8
  <script type="text/javascript">
9
9
  if(/[&?]translate=1/.test(window.location.href)) {
10
10
  var _jipt = [];
11
- _jipt.push(['project', 'kindscript']);
11
+ _jipt.push(['project', 'makecode']);
12
12
  _jipt.push(['escape', function() {
13
13
  window.location.href = window.location.href.replace(/[$\?]translate=1/, '');
14
14
  }]);