@graph-paper/button
Advanced tools
Comparing version 0.0.0-alpha.6 to 0.0.0-alpha.7
import "./style.css"; | ||
export * from "./base.js"; | ||
export { default } from "./base.js"; | ||
export * from "./base"; |
{ | ||
"name": "@graph-paper/button", | ||
"version": "0.0.0-alpha.6", | ||
"version": "0.0.0-alpha.7", | ||
"description": "__DESCRIPTION_FORTHCOMING__", | ||
"author": "hamilton <hamilton.ulmer@gmail.com>", | ||
"author": "Hamilton Ulmer <hamilton.ulmer@gmail.com>", | ||
"homepage": "", | ||
@@ -19,5 +19,8 @@ "license": "MPL-2.0", | ||
"dependencies": { | ||
"@graph-paper/core": "^0.0.0-alpha.6" | ||
"@graph-paper/core": "^0.0.0-alpha.7" | ||
}, | ||
"gitHead": "c6c560ce4670955b065b379082b1cd7f4253d0a7" | ||
"gitHead": "55a013e4c616ff83ba670879b20e3ee8b78df7f5", | ||
"devDependencies": { | ||
"@graph-paper/stack": "^0.0.0-alpha.7" | ||
} | ||
} |
@@ -1,5 +0,8 @@ | ||
import Button from "../"; | ||
// eslint-disable-next-line import/no-extraneous-dependencies | ||
import { withKnobs, text } from "@storybook/addon-knobs"; | ||
import { Button } from ".."; | ||
import ButtonGroupStory01 from "./ButtonGroupStory01.svelte"; | ||
import { withKnobs, text } from "@storybook/addon-knobs"; | ||
import ButtonLinkStory from "./ButtonLinkStory.svelte"; | ||
import knobs from "./knobs"; | ||
export default { | ||
@@ -24,1 +27,8 @@ title: "Button", | ||
}); | ||
export const ButtonLink = () => ({ | ||
Component: ButtonLinkStory, | ||
props: { | ||
...knobs(), | ||
}, | ||
}); |
@@ -0,1 +1,2 @@ | ||
// eslint-disable-next-line import/no-extraneous-dependencies | ||
import { select, boolean } from "@storybook/addon-knobs"; | ||
@@ -2,0 +3,0 @@ |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
25286
13
149
1
28
1