@omnia/fx 8.0.97-vnext → 8.0.99-vnext

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.
@@ -46,7 +46,7 @@ export declare const useJourneyStore: (newInstanceWithName?: string) => {
46
46
  readonly isNested: boolean;
47
47
  };
48
48
  actions: {
49
- getBladeApis: (bladeId: GuidValue) => {
49
+ withBlade: (bladeId: GuidValue) => {
50
50
  moveNext(): void;
51
51
  movePrev(): void;
52
52
  travelTo(toBladeId: GuidValue): void;
@@ -9,6 +9,7 @@ import "monaco-editor/esm/vs/editor/contrib/contextmenu/browser/contextmenu.js";
9
9
  import "monaco-editor/esm/vs/editor/contrib/suggest/browser/suggestController.js";
10
10
  import "monaco-editor/esm/vs/editor/standalone/browser/accessibilityHelp/accessibilityHelp.js";
11
11
  import "monaco-editor/esm/vs/language/json/monaco.contribution";
12
+ import "monaco-editor/esm/vs/language/json/jsonMode";
12
13
  import "monaco-editor/esm/vs/basic-languages/javascript/javascript.contribution";
13
14
  import "monaco-editor/esm/vs/basic-languages/javascript/javascript";
14
15
  import "monaco-editor/esm/vs/basic-languages/html/html.contribution";
@@ -54,8 +54,8 @@ declare const _default: {
54
54
  readonly color?: string;
55
55
  readonly icon?: IIcon;
56
56
  readonly location?: Position;
57
- readonly "offset-y"?: string | number;
58
57
  readonly "offset-x"?: string | number;
58
+ readonly "offset-y"?: string | number;
59
59
  };
60
60
  $attrs: {
61
61
  [x: string]: unknown;
@@ -189,8 +189,8 @@ declare const _default: {
189
189
  color?: string;
190
190
  icon?: IIcon;
191
191
  location?: Position;
192
- "offset-y"?: string | number;
193
192
  "offset-x"?: string | number;
193
+ "offset-y"?: string | number;
194
194
  }>, never>;
195
195
  };
196
196
  export default _default;