@spectrum-css/colorslider
Advanced tools
Comparing version 5.1.6-next.2 to 6.0.0
@@ -6,2 +6,17 @@ # Change Log | ||
<a name="6.0.0"></a> | ||
#6.0.0 | ||
🗓 | ||
2024-04-18 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/colorslider@5.1.5...@spectrum-css/colorslider@6.0.0) | ||
\*feat!: postcss config build and script; remove gulp (#2466)([b0f337b](https://github.com/adobe/spectrum-css/commit/b0f337b)), closes[#2466](https://github.com/adobe/spectrum-css/issues/2466) | ||
### | ||
🛑 BREAKING CHANGES | ||
* | ||
- Removes component-builder & component-builder-simple for script leveraging postcss | ||
- Imports added to index.css and themes/express.css | ||
<a name="5.1.5"></a> | ||
@@ -8,0 +23,0 @@ ##5.1.5 |
{ | ||
"name": "@spectrum-css/colorslider", | ||
"version": "5.1.6-next.2", | ||
"description": "The Spectrum CSS Color slider component", | ||
"license": "Apache-2.0", | ||
"author": "Adobe", | ||
"homepage": "https://opensource.adobe.com/spectrum-css/colorslider", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/adobe/spectrum-css.git", | ||
"directory": "components/colorslider" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/adobe/spectrum-css/issues" | ||
}, | ||
"main": "dist/index.css", | ||
"peerDependencies": { | ||
"@spectrum-css/colorhandle": ">=7", | ||
"@spectrum-css/opacitycheckerboard": ">=1", | ||
"@spectrum-css/tokens": "^14.0.0-next.3" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"gitHead": "35c5f608be3785b57e7cdfd982378fff080accc2" | ||
"name": "@spectrum-css/colorslider", | ||
"version": "6.0.0", | ||
"description": "The Spectrum CSS Color slider component", | ||
"license": "Apache-2.0", | ||
"author": "Adobe", | ||
"homepage": "https://opensource.adobe.com/spectrum-css/colorslider", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/adobe/spectrum-css.git", | ||
"directory": "components/colorslider" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/adobe/spectrum-css/issues" | ||
}, | ||
"main": "dist/index.css", | ||
"peerDependencies": { | ||
"@spectrum-css/colorhandle": ">=7", | ||
"@spectrum-css/opacitycheckerboard": ">=1", | ||
"@spectrum-css/tokens": ">=13" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"gitHead": "ee96fec864d2f60be456b50964dacfa8d562d9b8" | ||
} |
@@ -54,3 +54,3 @@ import { html } from "lit"; | ||
style=${when(gradientStops && gradientStops.length, () => styleMap({ | ||
background: `linear-gradient(to ${vertical ? "bottom" : "right"}, ${gradientStops.join(', ')})`, | ||
background: `linear-gradient(to ${vertical ? "bottom" : "right"}, ${gradientStops.join(", ")})`, | ||
}))} | ||
@@ -60,3 +60,3 @@ ></div>` | ||
], | ||
role: 'presentation', | ||
role: "presentation", | ||
})} | ||
@@ -63,0 +63,0 @@ ${ColorHandle({ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
101523
653
1
1
80