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

@hudoro/dropdown

Package Overview
Dependencies
Maintainers
0
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hudoro/dropdown - npm Package Compare versions

Comparing version 0.0.3-beta.34 to 0.0.3-beta.36

9

dist/dropdown.es.js

@@ -738,3 +738,3 @@ import J, { useState as fr, useRef as pr, useEffect as B } from "react";

position: relative;
height: var(--height);
min-height: var(--height);
padding-inline: var(--paddingInline);

@@ -782,4 +782,5 @@ display: flex;

z-index: 999;
width: max-content;
min-width: 100%;
width: 100%;
/* width: max-content; */
/* min-width: 100%; */
display: flex;

@@ -833,2 +834,3 @@ flex-direction: column;

gap: var(--hsd-ui-dropdown-spacing-xs);
min-width: max-content;
}

@@ -855,3 +857,2 @@

gap: var(--hsd-ui-dropdown-spacing-xs);
height: var(--height);
flex-wrap: wrap;

@@ -858,0 +859,0 @@ align-items: center;

@@ -136,3 +136,3 @@ (function($,f){typeof exports=="object"&&typeof module<"u"?f(exports,require("react")):typeof define=="function"&&define.amd?define(["exports","react"],f):($=typeof globalThis<"u"?globalThis:$||self,f($.Dropdown={},$.React))})(this,function($,f){"use strict";var er={exports:{}},M={};/**

position: relative;
height: var(--height);
min-height: var(--height);
padding-inline: var(--paddingInline);

@@ -180,4 +180,5 @@ display: flex;

z-index: 999;
width: max-content;
min-width: 100%;
width: 100%;
/* width: max-content; */
/* min-width: 100%; */
display: flex;

@@ -231,2 +232,3 @@ flex-direction: column;

gap: var(--hsd-ui-dropdown-spacing-xs);
min-width: max-content;
}

@@ -253,3 +255,2 @@

gap: var(--hsd-ui-dropdown-spacing-xs);
height: var(--height);
flex-wrap: wrap;

@@ -256,0 +257,0 @@ align-items: center;

{
"name": "@hudoro/dropdown",
"version": "0.0.3-beta.34",
"version": "0.0.3-beta.36",
"description": "dropdown component for Hudoro UI",

@@ -5,0 +5,0 @@ "author": "Prawito Hudoro",

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