@cloudbees/honeyui-dropdown
Advanced tools
Comparing version 2.3.0 to 2.3.2
{ | ||
"name": "@cloudbees/honeyui-dropdown", | ||
"version": "2.3.0", | ||
"version": "2.3.2", | ||
"description": "", | ||
@@ -27,3 +27,3 @@ "main": "dist/index.css", | ||
}, | ||
"gitHead": "934e12221734c91eb173546dd8d830e32a8a13de" | ||
"gitHead": "3b79dc64e01e38e1cb5fbb8b134c8343133f450b" | ||
} |
import { storiesOf } from "@storybook/react"; | ||
import dropdownBasicStory from "./dropdown-basic.story"; | ||
import dropdownSearchStory from "./dropdown-search.story"; | ||
import dropdownButtonVariantStory from "./dropdown-button-variant.story"; | ||
@@ -18,3 +17,2 @@ import dropdownSplitButtonStory from "./dropdown-split-button.story"; | ||
.add("Dropdown Sizing", () => dropdownSizingStory) | ||
.add("Dropdown Search", dropdownSearchStory) | ||
.add("Dropdown Directions", () => dropdownDirectionsStory) | ||
@@ -21,0 +19,0 @@ .add("Dropdown Menu Items", () => dropdownMenuItemsStory) |
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
881483
21
969