pxt-core 12.3.20 → 12.3.21

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.
@@ -1016,6 +1016,7 @@ declare namespace ts.pxtc {
1016
1016
  _expandedDef?: ParsedBlockDef;
1017
1017
  _untranslatedBlock?: string; // The block definition before it was translated
1018
1018
  _untranslatedJsDoc?: string // the jsDoc before it was translated
1019
+ _untranslatedParamDefl?: pxt.Map<string>; // the parameter defaults before they were translated
1019
1020
  _translatedLanguageCode?: string // the language this block has been translated into
1020
1021
  _shadowOverrides?: pxt.Map<string>;
1021
1022
  jsDoc?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pxt-core",
3
- "version": "12.3.20",
3
+ "version": "12.3.21",
4
4
  "description": "Microsoft MakeCode provides Blocks / JavaScript / Python tools and editors",
5
5
  "keywords": [
6
6
  "TypeScript",
@@ -23,7 +23,7 @@
23
23
  * Checkboxes *
24
24
  ****************************************************/
25
25
 
26
- @checkboxFocusOutline: var(--pxt-neutral-stencil1) solid 1px;
26
+ @checkboxFocusOutline: var(--pxt-focus-border) solid 3px;
27
27
 
28
28
  /****************************************************
29
29
  * EditorToggle *