@storybook/ember 6.5.0-alpha.50 → 6.5.0-alpha.53

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.
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.babel = babel;
7
- exports.config = void 0;
7
+ exports.previewAnnotations = void 0;
8
8
 
9
9
  var _emberTemplateCompiler = require("ember-source/dist/ember-template-compiler");
10
10
 
@@ -55,8 +55,8 @@ function babel(config, options) {
55
55
  });
56
56
  }
57
57
 
58
- var config = function (entry = []) {
58
+ var previewAnnotations = function (entry = []) {
59
59
  return [...entry, (0, _coreCommon.findDistEsm)(__dirname, 'client/preview/config')];
60
60
  };
61
61
 
62
- exports.config = config;
62
+ exports.previewAnnotations = previewAnnotations;
@@ -3,15 +3,15 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports.config = void 0;
6
+ exports.previewAnnotations = void 0;
7
7
 
8
8
  var _coreCommon = require("@storybook/core-common");
9
9
 
10
10
  var _docsTools = require("@storybook/docs-tools");
11
11
 
12
- var config = function (entry = [], options) {
12
+ var previewAnnotations = function (entry = [], options) {
13
13
  if (!(0, _docsTools.hasDocsOrControls)(options)) return entry;
14
14
  return [...entry, (0, _coreCommon.findDistEsm)(__dirname, 'client/docs/config')];
15
15
  };
16
16
 
17
- exports.config = config;
17
+ exports.previewAnnotations = previewAnnotations;
@@ -44,6 +44,6 @@ export function babel(config, options) {
44
44
  plugins: [].concat(babelConfigPlugins, extraPlugins)
45
45
  });
46
46
  }
47
- export var config = function (entry = []) {
47
+ export var previewAnnotations = function (entry = []) {
48
48
  return [...entry, findDistEsm(__dirname, 'client/preview/config')];
49
49
  };
@@ -1,6 +1,6 @@
1
1
  import { findDistEsm } from '@storybook/core-common';
2
2
  import { hasDocsOrControls } from '@storybook/docs-tools';
3
- export var config = function (entry = [], options) {
3
+ export var previewAnnotations = function (entry = [], options) {
4
4
  if (!hasDocsOrControls(options)) return entry;
5
5
  return [...entry, findDistEsm(__dirname, 'client/docs/config')];
6
6
  };
@@ -44,6 +44,6 @@ export function babel(config, options) {
44
44
  plugins: [].concat(babelConfigPlugins, extraPlugins)
45
45
  });
46
46
  }
47
- export var config = function (entry = []) {
47
+ export var previewAnnotations = function (entry = []) {
48
48
  return [...entry, findDistEsm(__dirname, 'client/preview/config')];
49
49
  };
@@ -1,6 +1,6 @@
1
1
  import { findDistEsm } from '@storybook/core-common';
2
2
  import { hasDocsOrControls } from '@storybook/docs-tools';
3
- export var config = function (entry = [], options) {
3
+ export var previewAnnotations = function (entry = [], options) {
4
4
  if (!hasDocsOrControls(options)) return entry;
5
5
  return [...entry, findDistEsm(__dirname, 'client/docs/config')];
6
6
  };
@@ -1,4 +1,4 @@
1
1
  import { TransformOptions } from '@babel/core';
2
2
  import { StorybookConfig, Options } from '@storybook/core-common';
3
3
  export declare function babel(config: TransformOptions, options: Options): TransformOptions;
4
- export declare const config: StorybookConfig['config'];
4
+ export declare const previewAnnotations: StorybookConfig['previewAnnotations'];
@@ -1,2 +1,2 @@
1
1
  import { StorybookConfig } from '@storybook/core-common';
2
- export declare const config: StorybookConfig['config'];
2
+ export declare const previewAnnotations: StorybookConfig['previewAnnotations'];
@@ -1,4 +1,4 @@
1
1
  import type { TransformOptions } from '@babel/core';
2
2
  import type { StorybookConfig, Options } from '@storybook/core-common';
3
3
  export declare function babel(config: TransformOptions, options: Options): TransformOptions;
4
- export declare const config: StorybookConfig['config'];
4
+ export declare const previewAnnotations: StorybookConfig['previewAnnotations'];
@@ -1,2 +1,2 @@
1
1
  import type { StorybookConfig } from '@storybook/core-common';
2
- export declare const config: StorybookConfig['config'];
2
+ export declare const previewAnnotations: StorybookConfig['previewAnnotations'];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/ember",
3
- "version": "6.5.0-alpha.50",
3
+ "version": "6.5.0-alpha.53",
4
4
  "description": "Storybook for Ember: Develop Ember Component in isolation with Hot Reloading.",
5
5
  "homepage": "https://github.com/storybookjs/storybook/tree/main/app/ember",
6
6
  "bugs": {
@@ -42,10 +42,10 @@
42
42
  "prepare": "node ../../scripts/prepare.js"
43
43
  },
44
44
  "dependencies": {
45
- "@storybook/core": "6.5.0-alpha.50",
46
- "@storybook/core-common": "6.5.0-alpha.50",
47
- "@storybook/docs-tools": "6.5.0-alpha.50",
48
- "@storybook/store": "6.5.0-alpha.50",
45
+ "@storybook/core": "6.5.0-alpha.53",
46
+ "@storybook/core-common": "6.5.0-alpha.53",
47
+ "@storybook/docs-tools": "6.5.0-alpha.53",
48
+ "@storybook/store": "6.5.0-alpha.53",
49
49
  "core-js": "^3.8.2",
50
50
  "global": "^4.4.0",
51
51
  "react": "16.14.0",
@@ -66,6 +66,6 @@
66
66
  "publishConfig": {
67
67
  "access": "public"
68
68
  },
69
- "gitHead": "6cf4571e5a1200613de94aa066fe93f75aec6ad1",
69
+ "gitHead": "652768b3ff83a355651d5636ccc4d78bee2cdbf9",
70
70
  "sbmodern": "dist/modern/client/index.js"
71
71
  }