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

svelte-multiselect

Package Overview
Dependencies
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-multiselect - npm Package Compare versions

Comparing version 3.2.0 to 3.2.1

2

package.json

@@ -8,3 +8,3 @@ {

"license": "MIT",
"version": "3.2.0",
"version": "3.2.1",
"type": "module",

@@ -11,0 +11,0 @@ "svelte": "index.js",

@@ -206,3 +206,3 @@ <h1 align="center">

- `z-index: var(--sms-open-z-index, 4)`: Useful to ensure the dropdown list of options is displayed on top of other page elements of increased `z-index`.
- `div.multiselect input`
- `div.multiselect > input`
- `color: var(--sms-text-color, inherit)`: Input text color.

@@ -215,2 +215,3 @@ - `ul.selected > li`:

- `background: var(--sms-options-bg, white)`: Background of options list.
- `background: var(--sms-options-overscroll, none)`: Whether scroll events bubble to parent elements when reaching the top/bottom of the options dropdown. See [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/overscroll-behavior).
- `ul.options > li.selected`

@@ -217,0 +218,0 @@ - `background: var(--sms-li-selected-bg, inherit)`: Background of selected list items in options pane.

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