pxt-core 7.5.25 → 7.5.28

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.
@@ -18,7 +18,7 @@ To enable some additional features for extension developers, the following domai
18
18
  * https://github.com
19
19
  * https://raw.githubusercontent.com/
20
20
 
21
- ## ~button /domains.html
21
+ ## ~button /domains
22
22
 
23
23
  Test Domains
24
24
 
@@ -32,7 +32,7 @@
32
32
 
33
33
  <title>Reachable MakeCode domains</title>
34
34
 
35
- <link rel="stylesheet" href="https://pxt.azureedge.net/blob/2163189fd5e35c0981ed55318415582a7c9aeb12/doccdn/semantic.css" type="text/css">
35
+ <link rel="stylesheet" href="/doccdn/semantic.css" type="text/css">
36
36
  <style>
37
37
  /* styles are inlined here as we don't want depednency on another file for checking the domains */
38
38
  /* Global --------------------------------------------------------------------------- */
@@ -790,6 +790,7 @@ declare namespace ts.pxtc {
790
790
  imageLiteralScale?: number; // button sizing between 0.6 and 2, default is 1
791
791
  weight?: number;
792
792
  parts?: string;
793
+ hiddenParts?: string; // allows an extesion to declaratively hide a part
793
794
  trackArgs?: number[];
794
795
  advanced?: boolean;
795
796
  deprecated?: boolean;
@@ -1043,6 +1044,7 @@ declare namespace ts.pxtc {
1043
1044
  extensionFiles: pxt.Map<string>;
1044
1045
  yotta?: pxt.YottaConfig;
1045
1046
  platformio?: pxt.PlatformIOConfig;
1047
+ codal?: pxt.CodalJson;
1046
1048
  npmDependencies?: pxt.Map<string>;
1047
1049
  sha: string;
1048
1050
  compileData: string;
@@ -123,6 +123,10 @@ declare namespace pxt {
123
123
  libraries?: string[];
124
124
  }
125
125
 
126
+ interface CodalJson {
127
+
128
+ }
129
+
126
130
  interface YottaConfig {
127
131
  dependencies?: Map<string>;
128
132
  config?: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pxt-core",
3
- "version": "7.5.25",
3
+ "version": "7.5.28",
4
4
  "description": "Microsoft MakeCode provides Blocks / JavaScript / Python tools and editors",
5
5
  "keywords": [
6
6
  "TypeScript",