pxt-core 7.5.46 → 7.5.47

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pxt-core",
3
- "version": "7.5.46",
3
+ "version": "7.5.47",
4
4
  "description": "Microsoft MakeCode provides Blocks / JavaScript / Python tools and editors",
5
5
  "keywords": [
6
6
  "TypeScript",
@@ -1,6 +1,6 @@
1
1
  .common-extension-card {
2
2
  background-color: @white;
3
-
3
+
4
4
  .common-card-body {
5
5
  display: flex;
6
6
  flex-direction: column;
@@ -49,6 +49,10 @@
49
49
  border-radius: 0;
50
50
  border-top: solid 1px @inputBorderColor;
51
51
  flex-shrink: 0;
52
+
53
+ overflow: hidden;
54
+ border-bottom-left-radius: 0.5rem;
55
+ border-bottom-right-radius: 0.5rem;
52
56
  }
53
57
 
54
58
  .common-extension-card-contents {
@@ -21,14 +21,14 @@
21
21
  ****************************************************/
22
22
 
23
23
  .sound-effect-editor-widget {
24
- box-shadow: 0 0 3px ~"rgb(0 0 0 / 30%)";
25
- border-radius: 0.25rem;
26
24
  overflow-y: auto;
27
- background-color: @white;
28
25
  }
29
26
 
30
27
  .sound-effect-editor {
31
28
  width: 100%;
29
+ box-shadow: 0 0 3px ~"rgb(0 0 0 / 30%)";
30
+ overflow: hidden;
31
+ border-radius: 0.25rem;
32
32
  background-color: @white;
33
33
  display: flex;
34
34
  flex-direction: column;
@@ -69,6 +69,10 @@
69
69
  }
70
70
  }
71
71
 
72
+ .common-button.link-button.generate-similar {
73
+ margin-bottom: 0.5rem;
74
+ }
75
+
72
76
  /****************************************************
73
77
  * Graphs *
74
78
  ****************************************************/
@@ -68,6 +68,7 @@
68
68
  height: 3rem;
69
69
  width: calc(~'100% - 1rem');
70
70
  bottom: 6rem;
71
+ pointer-events: none;
71
72
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), @white);
72
73
  }
73
74
 
@@ -394,6 +394,7 @@ code.lang-filterblocks {
394
394
  .tutorial-callout > div {
395
395
  max-height: 60vh;
396
396
  overflow: auto;
397
+ padding-right: 2rem;
397
398
  }
398
399
 
399
400
  .tutorialhint.hidden,