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

@spectrum-css/combobox

Package Overview
Dependencies
Maintainers
4
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spectrum-css/combobox - npm Package Compare versions

Comparing version 2.1.3 to 2.1.4

7

CHANGELOG.md

@@ -6,2 +6,9 @@ # Change Log

<a name="2.1.4"></a>
##2.1.4
🗓
2024-02-15 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/combobox@2.1.3...@spectrum-css/combobox@2.1.4)
**Note:** Version bump only for package @spectrum-css/combobox
<a name="2.1.3"></a>

@@ -8,0 +15,0 @@ ##2.1.3

4

package.json
{
"name": "@spectrum-css/combobox",
"version": "2.1.3",
"version": "2.1.4",
"description": "The Spectrum CSS combobox component",

@@ -33,3 +33,3 @@ "license": "Apache-2.0",

},
"gitHead": "616560254051a50c30622af0ff39a8f76de328c1"
"gitHead": "662aadb29fbb761e46a6d0fb75eb1c7663da958d"
}

@@ -10,2 +10,3 @@ {

"lint": {},
"validate": {},

@@ -12,0 +13,0 @@ "test": {

@@ -1,3 +0,1 @@

import isChromatic from "chromatic/isChromatic";
import { html } from "lit";

@@ -236,6 +234,6 @@

export const Default = (args) => isChromatic() ? chromaticKitchenSink(args) : Template(args);
export const Default = (args) => window.isChromatic() ? chromaticKitchenSink(args) : Template(args);
Default.args = {};
export const Quiet = (args) => isChromatic()
export const Quiet = (args) => window.isChromatic()
? chromaticKitchenSink(args)

@@ -242,0 +240,0 @@ : Template({

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