@cloudbees/honeyui-card
Advanced tools
Comparing version 2.2.0 to 2.3.0
{ | ||
"name": "@cloudbees/honeyui-card", | ||
"version": "2.2.0", | ||
"version": "2.3.0", | ||
"description": "", | ||
@@ -27,3 +27,3 @@ "main": "dist/index.css", | ||
}, | ||
"gitHead": "97201d65de8b898d8c5899ea2b4ec147a4fa4bc2" | ||
"gitHead": "934e12221734c91eb173546dd8d830e32a8a13de" | ||
} |
@@ -10,3 +10,3 @@ import { storiesOf } from "@storybook/react"; | ||
storiesOf("Components | Card", module) | ||
storiesOf("Components / Card", module) | ||
.add("Card Basic", () => cardBasicStory) | ||
@@ -13,0 +13,0 @@ .add("Card with Title and Links", () => cardTextLinkStory) |
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
92201