@storybook/addon-backgrounds 7.0.0-alpha.11 → 7.0.0-alpha.16

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,3 +1,6 @@
1
- export declare const ColorIcon: import("@storybook/theming").StyledComponent<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {
1
+ export declare const ColorIcon: import("@storybook/theming").StyledComponent<{
2
+ theme?: import("@storybook/theming").Theme;
3
+ as?: import("react").ElementType<any>;
4
+ } & {
2
5
  background: string;
3
- }, import("@storybook/theming").Theme>;
6
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
@@ -1,2 +1,2 @@
1
- import { FunctionComponent } from 'react';
2
- export declare const BackgroundSelector: FunctionComponent;
1
+ import { FC } from 'react';
2
+ export declare const BackgroundSelector: FC;
@@ -1,2 +1,2 @@
1
- import { FunctionComponent } from 'react';
2
- export declare const GridSelector: FunctionComponent;
1
+ import { FC } from 'react';
2
+ export declare const GridSelector: FC;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/addon-backgrounds",
3
- "version": "7.0.0-alpha.11",
3
+ "version": "7.0.0-alpha.16",
4
4
  "description": "Switch backgrounds to view components in different settings",
5
5
  "keywords": [
6
6
  "addon",
@@ -39,13 +39,13 @@
39
39
  "prepare": "node ../../scripts/prepare.js"
40
40
  },
41
41
  "dependencies": {
42
- "@storybook/addons": "7.0.0-alpha.11",
43
- "@storybook/api": "7.0.0-alpha.11",
44
- "@storybook/client-logger": "7.0.0-alpha.11",
45
- "@storybook/components": "7.0.0-alpha.11",
46
- "@storybook/core-events": "7.0.0-alpha.11",
42
+ "@storybook/addons": "7.0.0-alpha.16",
43
+ "@storybook/api": "7.0.0-alpha.16",
44
+ "@storybook/client-logger": "7.0.0-alpha.16",
45
+ "@storybook/components": "7.0.0-alpha.16",
46
+ "@storybook/core-events": "7.0.0-alpha.16",
47
47
  "@storybook/csf": "0.0.2--canary.4566f4d.1",
48
- "@storybook/theming": "7.0.0-alpha.11",
48
+ "@storybook/theming": "7.0.0-alpha.16",
49
49
  "core-js": "^3.8.2",
50
50
  "global": "^4.4.0",
51
51
  "memoizerific": "^1.11.3",
@@ -70,7 +70,7 @@
70
70
  "publishConfig": {
71
71
  "access": "public"
72
72
  },
73
- "gitHead": "688d338903e84a7e83cb104472e868e734399f65",
73
+ "gitHead": "df30e7db2b251418af106345e5722477f057ec36",
74
74
  "storybook": {
75
75
  "displayName": "Backgrounds",
76
76
  "icon": "https://user-images.githubusercontent.com/263385/101991667-479cc600-3c7c-11eb-96d3-410e936252e7.png",