@storybook/addon-backgrounds 6.5.0-alpha.45 → 6.5.0-alpha.48
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.
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { AnyFramework, PartialStoryFn as StoryFunction, StoryContext } from '@storybook/csf';
|
|
1
|
+
import type { AnyFramework, PartialStoryFn as StoryFunction, StoryContext } from '@storybook/csf';
|
|
2
2
|
export declare const withBackground: (StoryFn: StoryFunction<AnyFramework>, context: StoryContext<AnyFramework>) => unknown;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { AnyFramework, PartialStoryFn as StoryFunction, StoryContext } from '@storybook/csf';
|
|
1
|
+
import type { AnyFramework, PartialStoryFn as StoryFunction, StoryContext } from '@storybook/csf';
|
|
2
2
|
export declare const withGrid: (StoryFn: StoryFunction<AnyFramework>, context: StoryContext<AnyFramework>) => unknown;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/addon-backgrounds",
|
|
3
|
-
"version": "6.5.0-alpha.
|
|
3
|
+
"version": "6.5.0-alpha.48",
|
|
4
4
|
"description": "Switch backgrounds to view components in different settings",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"addon",
|
|
@@ -45,13 +45,13 @@
|
|
|
45
45
|
"prepare": "node ../../scripts/prepare.js"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@storybook/addons": "6.5.0-alpha.
|
|
49
|
-
"@storybook/api": "6.5.0-alpha.
|
|
50
|
-
"@storybook/client-logger": "6.5.0-alpha.
|
|
51
|
-
"@storybook/components": "6.5.0-alpha.
|
|
52
|
-
"@storybook/core-events": "6.5.0-alpha.
|
|
48
|
+
"@storybook/addons": "6.5.0-alpha.48",
|
|
49
|
+
"@storybook/api": "6.5.0-alpha.48",
|
|
50
|
+
"@storybook/client-logger": "6.5.0-alpha.48",
|
|
51
|
+
"@storybook/components": "6.5.0-alpha.48",
|
|
52
|
+
"@storybook/core-events": "6.5.0-alpha.48",
|
|
53
53
|
"@storybook/csf": "0.0.2--canary.87bc651.0",
|
|
54
|
-
"@storybook/theming": "6.5.0-alpha.
|
|
54
|
+
"@storybook/theming": "6.5.0-alpha.48",
|
|
55
55
|
"core-js": "^3.8.2",
|
|
56
56
|
"global": "^4.4.0",
|
|
57
57
|
"memoizerific": "^1.11.3",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"publishConfig": {
|
|
78
78
|
"access": "public"
|
|
79
79
|
},
|
|
80
|
-
"gitHead": "
|
|
80
|
+
"gitHead": "5f3afb8cf4389c16be11a6e5099e902d16a82762",
|
|
81
81
|
"sbmodern": "dist/modern/index.js",
|
|
82
82
|
"storybook": {
|
|
83
83
|
"displayName": "Backgrounds",
|