New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@cloudbees/honeyui-dropdown

Package Overview
Dependencies
Maintainers
9
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cloudbees/honeyui-dropdown - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

stories/dropdown-basic.story.jsx

13

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc