@spectrum-css/combobox
Advanced tools
Comparing version 2.1.3 to 2.1.4
@@ -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 |
{ | ||
"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({ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
175520