🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@spectrum-css/typography

Package Overview
Dependencies
Maintainers
4
Versions
153
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spectrum-css/typography - npm Package Compare versions

Comparing version

to
8.0.1

16

CHANGELOG.md
# Change Log
## 8.0.1
### Patch Changes
- [#3534](https://github.com/adobe/spectrum-css/pull/3534) [`68e0057`](https://github.com/adobe/spectrum-css/commit/68e00577156cc32b21bfa768dbd2d35d73563b4c) Thanks [@castastrophe](https://github.com/castastrophe)! - Fixes a bug in the content of the `dist/index-theme.css` file.
Expected `index-theme.css` to include the component selectors with component-level custom properties mapped to the `--system` prefixed ones in order to allow a component to support various contexts.
Expected output example for the index-theme.css:
```
.spectrum-ActionButton {
--spectrum-actionbutton-background-color-default: var(--system-action-button-background-color-default);
--spectrum-actionbutton-background-color-hover: var(--system-action-button-background-color-hover);
```
## 8.0.0

@@ -4,0 +20,0 @@

2

package.json
{
"name": "@spectrum-css/typography",
"version": "8.0.0",
"version": "8.0.1",
"description": "The Spectrum CSS typography component",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",