storybook-addon-root-attributes
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -1,3 +0,12 @@ | ||
declare const _default: {}; | ||
interface State { | ||
name: string; | ||
value: string; | ||
} | ||
interface RootAttribute { | ||
root: string; | ||
attribute: string; | ||
defaultState: State; | ||
states: State[]; | ||
} | ||
export { _default as default }; | ||
export type { RootAttribute, State }; |
'use strict'; | ||
var e={}; | ||
module.exports = e; | ||
//# sourceMappingURL=out.js.map | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "storybook-addon-root-attributes", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "Storybook Addon Root Attributes to switch `Many` html or body attribute at runtime for your story (work in storybook 7!)", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
32388
17
90