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

@spectrum-web-components/styles

Package Overview
Dependencies
Maintainers
5
Versions
265
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spectrum-web-components/styles - npm Package Compare versions

Comparing version 0.4.3 to 0.5.0

all-large-darkest.css

6

CHANGELOG.md

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

# [0.5.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/styles@0.4.3...@spectrum-web-components/styles@0.5.0) (2020-03-11)
### Features
- add "darkest" theme styles ([fe38025](https://github.com/adobe/spectrum-web-components/commit/fe38025))
## [0.4.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/styles@0.4.2...@spectrum-web-components/styles@0.4.3) (2020-01-06)

@@ -8,0 +14,0 @@

10

package.json

@@ -21,3 +21,3 @@ {

],
"version": "0.4.3",
"version": "0.5.0",
"description": "",

@@ -39,7 +39,7 @@ "style": "all-medium-lightest.css",

"devDependencies": {
"@spectrum-css/commons": "^2.0.0",
"@spectrum-css/typography": "^2.0.3",
"@spectrum-css/vars": "^2.0.2"
"@spectrum-css/commons": "^2.1.0",
"@spectrum-css/typography": "^2.1.1",
"@spectrum-css/vars": "^2.2.0"
},
"gitHead": "8ccfbecc2e7534567967bbebb5d201e0b16b08bb"
"gitHead": "d5b370be9515cb1458c436fd4b7c8689e2bfb933"
}

@@ -1,2 +0,2 @@

## Overview
## Description

@@ -17,5 +17,11 @@ Spectrum Web Components are a [`LitElement`](https://lit-element.polymer-project.org) powered web component library of patterns built ontop of the [Spectrum CSS](https://opensource.adobe.com/spectrum-css) specification. Styles for these components are made available (and in some cases customizable) via CSS Custom Properties, e.g. `var(--spectrum-global-color-static-black)`. In this package you will find the various CSS Custom Properties that power the various color and size themese defined by Spectrum CSS.

## Theme Packages
## Theme packages
```
@import '@spectrum-web-components/styles/all-medium-darkest.css';
```
This file brings together the globals variables and font settings with the "Darkest" color set and "Medium" scale system specification.
```
@import '@spectrum-web-components/styles/all-medium-dark.css';

@@ -39,2 +45,8 @@ ```

```
@import '@spectrum-web-components/styles/all-large-darkest.css';
```
This file brings together the globals variables and font settings with the "Darkest" color set and "Large" scale system specification.
```
@import '@spectrum-web-components/styles/all-large-dark.css';

@@ -57,4 +69,12 @@ ```

## Color Sets
## Color sets
### Darkest
```
@import '@spectrum-web-components/styles/theme-darkest.css';
```
This file provides only the variables needed to power a color pallet featuring colors found in the "Darkest" theme.
### Dark

@@ -61,0 +81,0 @@

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

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