@storybook/addon-backgrounds
Advanced tools
Comparing version 3.3.14 to 3.3.15
@@ -163,2 +163,3 @@ 'use strict'; | ||
api.setQueryParams({ background: null }); | ||
_this.updateIframe('none'); | ||
}); | ||
@@ -165,0 +166,0 @@ return _this; |
{ | ||
"name": "@storybook/addon-backgrounds", | ||
"version": "3.3.14", | ||
"version": "3.3.15", | ||
"description": "A storybook addon to show different backgrounds for your preview", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -92,2 +92,3 @@ import { document } from 'global'; | ||
api.setQueryParams({ background: null }); | ||
this.updateIframe('none'); | ||
}); | ||
@@ -94,0 +95,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33968
800