@cloudbees/honeyui-dropdown
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "@cloudbees/honeyui-dropdown", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "", | ||
@@ -9,5 +9,3 @@ "main": "src/index.scss", | ||
"scripts": { | ||
"build": "node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 src/index.scss dist/index.css", | ||
"test": "stylelint src/*.scss", | ||
"watch": "nodemon --watch src/ --ext scss --exec \"npm run build\"" | ||
"test": "stylelint src/*.scss" | ||
}, | ||
@@ -24,6 +22,2 @@ "repository": { | ||
"homepage": "https://github.com/cloudbees/styleguide/packages/dropdown#readme", | ||
"devDependencies": { | ||
"node-sass": "^4.12.0", | ||
"nodemon": "^1.19.0" | ||
}, | ||
"peerDependencies": { | ||
@@ -34,4 +28,3 @@ "bootstrap": "4.3.1" | ||
"access": "restricted" | ||
}, | ||
"gitHead": "1ddadf72ed76c9475f8fe97beef0f29cebafb802" | ||
} | ||
} |
@@ -1,4 +0,21 @@ | ||
import React from "react"; | ||
import { storiesOf } from "@storybook/react"; | ||
import dropdownBasicStory from "./dropdown-basic.story"; | ||
import dropdownButtonVariantStory from "./dropdown-button-variant.story"; | ||
import dropdownSplitButtonStory from "./dropdown-split-button.story"; | ||
import dropdownSizingStory from "./dropdown-sizing.story"; | ||
import dropdownDirectionsStory from "./dropdown-directions.story"; | ||
import dropdownMenuItemsStory from "./dropdown-menu-items.story"; | ||
import dropdownMenuAlignmentStory from "./dropdown-menu-alignment.story"; | ||
import dropdownTextStory from "./dropdown-text.story"; | ||
import dropdownFormStory from "./dropdown-form.story"; | ||
storiesOf("Dropdowns", module).add("Basic", () => <div />); | ||
storiesOf("Dropdowns", module) | ||
.add("Dropdown Basic", () => dropdownBasicStory) | ||
.add("Dropdown Button Variant", () => dropdownButtonVariantStory) | ||
.add("Dropdown Split Button", () => dropdownSplitButtonStory) | ||
.add("Dropdown Sizing", () => dropdownSizingStory) | ||
.add("Dropdown Directions", () => dropdownDirectionsStory) | ||
.add("Dropdown Menu Items", () => dropdownMenuItemsStory) | ||
.add("Dropdown Menu Alignment", () => dropdownMenuAlignmentStory) | ||
.add("Dropdown Text", () => dropdownTextStory) | ||
.add("Dropdown Form", () => dropdownFormStory); |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
16
680
97597
2