pxt-core 6.4.32 → 6.4.33

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 (31) 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/pxtblockly.js +1 -1
  7. package/built/web/pxtembed.js +561 -545
  8. package/built/web/rtlblockly.css +1 -1
  9. package/built/web/rtlsemantic.css +1 -1
  10. package/built/web/semantic.css +1 -1
  11. package/localtypings/blockly.d.ts +11952 -11905
  12. package/package.json +2 -2
  13. package/theme/blockly-core.less +1 -1
  14. package/theme/tutorial.less +7 -1
  15. package/webapp/public/blockly/blockly_compressed.js +77 -65
  16. package/webapp/public/blockly/blocks_compressed.js +38 -34
  17. package/webapp/public/blockly/media/add.svg +71 -71
  18. package/webapp/public/blockly/media/arrow.svg +75 -75
  19. package/webapp/public/blockly/media/comment-arrow-down.svg +9 -9
  20. package/webapp/public/blockly/media/comment-arrow-up.svg +9 -9
  21. package/webapp/public/blockly/media/delete-x.svg +9 -9
  22. package/webapp/public/blockly/media/dropdown-arrow-dark.svg +1 -1
  23. package/webapp/public/blockly/media/position_eyedropper.svg +85 -85
  24. package/webapp/public/blockly/media/question.svg +4 -4
  25. package/webapp/public/blockly/media/quote0.svg +63 -63
  26. package/webapp/public/blockly/media/quote1.svg +63 -63
  27. package/webapp/public/blockly/media/remove.svg +62 -62
  28. package/webapp/public/blockly/media/removeArg.svg +18 -18
  29. package/webapp/public/blockly/media/sprites.svg +204 -204
  30. package/webapp/public/blockly/msg/js/en.js +446 -446
  31. package/webapp/public/blockly/msg/json/en.json +420 -420
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pxt-core",
3
- "version": "6.4.32",
3
+ "version": "6.4.33",
4
4
  "description": "Microsoft MakeCode, also known as Programming Experience Toolkit (PXT), provides Blocks / JavaScript tools and editors",
5
5
  "keywords": [
6
6
  "TypeScript",
@@ -84,7 +84,7 @@
84
84
  },
85
85
  "devDependencies": {
86
86
  "monaco-editor": "0.19.3",
87
- "pxt-blockly": "3.0.25",
87
+ "pxt-blockly": "3.1.3",
88
88
  "react": "16.8.3",
89
89
  "react-dom": "16.11.0",
90
90
  "react-modal": "3.3.2",
@@ -35,7 +35,7 @@ svg.blocklySvg {
35
35
  width: 100%;
36
36
  height: 100%;
37
37
  .injectionDiv svg {
38
- overflow: visible;
38
+ overflow: hidden;
39
39
  }
40
40
  > div.loading {
41
41
  position: absolute;
@@ -37,6 +37,12 @@
37
37
  top: @workspaceHeaderHeight;
38
38
  }
39
39
 
40
+ .tutorial.flyoutOnly.hideIteration {
41
+ #tutorialcard .tutorialmessage .content {
42
+ overflow-y: auto;
43
+ }
44
+ }
45
+
40
46
  /* Tutorial Mode */
41
47
  .menubar .ui.menu .item.tutorial-menuitem {
42
48
  background: rgba(27, 28, 29, 0.3) !important;
@@ -145,7 +151,7 @@ body#docs.tutorial {
145
151
  width: 100%;
146
152
  font-size: 12pt;
147
153
  padding-left: 1rem;
148
- height: calc(@tutorialCardHeight - 1rem);
154
+ height: calc(@tutorialCardHeight - 1.5rem);
149
155
  margin-bottom: 0.4rem;
150
156
  overflow-y: hidden;
151
157
  overflow-x: auto;