pxt-core 13.1.13 → 13.1.15

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.
@@ -1186,6 +1186,7 @@ declare namespace ts.pxtc {
1186
1186
  usedBuiltinParts?: string[];
1187
1187
  allParts?: string[];
1188
1188
  breakpoints?: number[];
1189
+ theme?: string | pxt.Map<string>;
1189
1190
  }
1190
1191
 
1191
1192
  interface UpgradePolicy {
@@ -831,6 +831,7 @@ declare namespace pxt.editor {
831
831
  feedback?: FeedbackState;
832
832
  themePickerOpen?: boolean;
833
833
  errorListNote?: string;
834
+ timeMachine?: boolean;
834
835
  }
835
836
 
836
837
  export interface EditorState {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pxt-core",
3
- "version": "13.1.13",
3
+ "version": "13.1.15",
4
4
  "description": "Microsoft MakeCode provides Blocks / JavaScript / Python tools and editors",
5
5
  "keywords": [
6
6
  "TypeScript",
package/theme/home.less CHANGED
@@ -867,6 +867,10 @@
867
867
  touch-action: pan-y;
868
868
  }
869
869
 
870
+ .projectsdialog .carouselbody {
871
+ min-width: max-content;
872
+ }
873
+
870
874
  .carouselitem {
871
875
  float: left;
872
876
  }