pxt-core 7.4.23 → 7.4.26

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.
@@ -124,6 +124,7 @@ declare class WorkspaceSearch {
124
124
  constructor(workspace: Blockly.WorkspaceSvg);
125
125
  protected workspace_: Blockly.WorkspaceSvg;
126
126
  protected htmlDiv_: HTMLDivElement;
127
+ protected inputElement_: HTMLInputElement;
127
128
  init(): void;
128
129
  protected createDom_(): void;
129
130
  protected addEvent_(node: Element, name: string, thisObject: Object, func: Function): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pxt-core",
3
- "version": "7.4.23",
3
+ "version": "7.4.26",
4
4
  "description": "Microsoft MakeCode provides Blocks / JavaScript / Python tools and editors",
5
5
  "keywords": [
6
6
  "TypeScript",
@@ -129,7 +129,7 @@
129
129
  "monaco-editor": "0.24.0",
130
130
  "pouchdb": "7.2.1",
131
131
  "pouchdb-adapter-memory": "7.2.1",
132
- "pxt-blockly": "4.0.8",
132
+ "pxt-blockly": "4.0.9",
133
133
  "react": "16.8.3",
134
134
  "react-dom": "16.11.0",
135
135
  "react-modal": "3.3.2",
package/pxtarget.json CHANGED
@@ -18,7 +18,7 @@
18
18
  "homeUrl": "https://makecode.com/",
19
19
  "cardLogo": "./static/logo.svg",
20
20
  "appLogo": "./static/logo.svg",
21
- "crowdinProject": "kindscript",
21
+ "crowdinProject": "makecode",
22
22
  "docMenu": [
23
23
  {
24
24
  "name": "About",