storybook 9.0.0-alpha.10 → 9.0.0-alpha.11

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.
@@ -391,7 +391,7 @@ interface SubState$5 {
391
391
 
392
392
  declare const isMacLike: () => boolean;
393
393
  declare const controlOrMetaSymbol: () => "⌘" | "ctrl";
394
- declare const controlOrMetaKey: () => "meta" | "control";
394
+ declare const controlOrMetaKey: () => "control" | "meta";
395
395
  declare const optionOrAltSymbol: () => "⌥" | "alt";
396
396
  declare const isShortcutTaken: (arr1: string[], arr2: string[]) => boolean;
397
397
  type KeyboardEventLike = Pick<KeyboardEvent, 'altKey' | 'ctrlKey' | 'metaKey' | 'shiftKey' | 'key' | 'code' | 'keyCode' | 'preventDefault'>;
@@ -3241,7 +3241,7 @@ import { global as Jt } from "@storybook/global";
3241
3241
  import F from "semver";
3242
3242
 
3243
3243
  // src/manager-api/version.ts
3244
- var y0 = "9.0.0-alpha.10";
3244
+ var y0 = "9.0.0-alpha.11";
3245
3245
 
3246
3246
  // src/manager-api/modules/versions.ts
3247
3247
  var { VERSIONCHECK: kn } = Jt, w0 = (0, R0.default)(1)(() => {