@hig/banner
Advanced tools
Comparing version 0.2.0-alpha.69c48d2a to 0.2.0-alpha.6b38033a
{ | ||
"name": "@hig/banner", | ||
"version": "0.2.0-alpha.69c48d2a", | ||
"version": "0.2.0-alpha.6b38033a", | ||
"description": "HIG Banner", | ||
@@ -11,4 +11,4 @@ "author": "Autodesk Inc.", | ||
"devDependencies": { | ||
"@hig/scripts": "0.2.0-alpha.69c48d2a", | ||
"@hig/styles": "0.1.0-alpha.69c48d2a" | ||
"@hig/scripts": "0.2.0-alpha.6b38033a", | ||
"@hig/styles": "0.1.0-alpha.6b38033a" | ||
}, | ||
@@ -23,4 +23,4 @@ "peerDependencies": { | ||
"dependencies": { | ||
"hig-react": "0.29.0-alpha.69c48d2a" | ||
"hig-react": "0.29.0-alpha.6b38033a" | ||
} | ||
} |
@@ -6,2 +6,3 @@ import React from "react"; | ||
import { text, select, boolean } from "@storybook/addon-knobs/react"; | ||
import { withInfo } from "@storybook/addon-info"; | ||
import { makeSelectOptions } from "@hig/storybook/utils"; | ||
@@ -119,3 +120,5 @@ | ||
stories.forEach(({ description, props }) => { | ||
bannerStories.add(description, () => <BannerStory props={props} />); | ||
bannerStories.add(description, withInfo({ | ||
propTables: [Banner] | ||
})(() => <BannerStory props={props} />)); | ||
}); |
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
45173
954
+ Addedhig-interface@0.2.0-alpha.6b38033a(transitive)
+ Addedhig-react@0.29.0-alpha.6b38033a(transitive)
+ Addedhig-vanilla@0.2.0-alpha.6b38033a(transitive)
- Removedhig-interface@0.2.0-alpha.69c48d2a(transitive)
- Removedhig-react@0.29.0-alpha.69c48d2a(transitive)
- Removedhig-vanilla@0.2.0-alpha.69c48d2a(transitive)