Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@launchpad-ui/dropdown

Package Overview
Dependencies
Maintainers
1
Versions
199
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@launchpad-ui/dropdown - npm Package Compare versions

Comparing version 0.6.52 to 0.6.53

4

dist/index.es.js

@@ -7,3 +7,3 @@ import { jsxs, jsx } from "react/jsx-runtime";

import { Button } from "@launchpad-ui/button";
import { ExpandMore } from "@launchpad-ui/icons";
import { Icon } from "@launchpad-ui/icons";
const Dropdown = (props) => {

@@ -102,3 +102,3 @@ const {

" ",
!hideCaret && /* @__PURE__ */ jsx(ExpandMore, { size: "small" })
!hideCaret && /* @__PURE__ */ jsx(Icon, { name: "expand-more", size: "small" })
] });

@@ -105,0 +105,0 @@ });

@@ -103,3 +103,3 @@ "use strict";

" ",
!hideCaret && /* @__PURE__ */ jsxRuntime.jsx(icons.ExpandMore, { size: "small" })
!hideCaret && /* @__PURE__ */ jsxRuntime.jsx(icons.Icon, { name: "expand-more", size: "small" })
] });

@@ -106,0 +106,0 @@ });

{
"name": "@launchpad-ui/dropdown",
"version": "0.6.52",
"version": "0.6.53",
"status": "beta",

@@ -30,6 +30,6 @@ "publishConfig": {

"classix": "2.1.17",
"@launchpad-ui/button": "~0.8.15",
"@launchpad-ui/icons": "~0.8.8",
"@launchpad-ui/popover": "~0.10.6",
"@launchpad-ui/tokens": "~0.5.8"
"@launchpad-ui/button": "~0.9.0",
"@launchpad-ui/icons": "~0.9.0",
"@launchpad-ui/popover": "~0.10.7",
"@launchpad-ui/tokens": "~0.6.0"
},

@@ -36,0 +36,0 @@ "peerDependencies": {

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