New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cascading-color-systems

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cascading-color-systems - npm Package Compare versions

Comparing version 0.1.0-beta.7 to 0.1.0-beta.8

LICENSE.md

19

CHANGELOG.md
# Changelog
## 0.1.0-beta.8 - 2019/11/29
- BREAKING: Set defaults on `background-color`
rather than `background` shorthand
- BREAKING: `--ccs-custom-display` and `--ccs-field-display` variables
for more customized control of CCS menu field display
- BREAKING: Set `background-color` and `color` on all `[data-ccs-colors]`,
with both fallback values and variables defaulting to
`--ccs-neutral--(fg/bg)-full`
- BREAKING: Re-order the output from general to specific
- NEW: `--ccs-background` and `--ccs-color` override the default
`[data-ccs-colors]` background and text
- NEW: `$neutral-hue` and `--ccs-neutral--config` for setting neutral hues
- NEW: `$neutral-saturation` and `--ccs-s-neutral--config`
override contrast-based saturation on neutral palette
- MOVE: `LICENSE` => `LICENSE.md` (and fix in `package.json`)
## 0.1.0-beta.7 - 2019/10/9

@@ -10,3 +27,3 @@

- BREAKING: rename `[data-ccs="invert"]` to `[data-ccs-input="mode"]`
- Use [Hipocratic License](https://firstdonoharm.dev/)
- Use [Hippocratic License](https://firstdonoharm.dev/)
- Add root-level `_index.scss` for simpler Sass imports

@@ -13,0 +30,0 @@

4

package.json
{
"name": "cascading-color-systems",
"version": "0.1.0-beta.7",
"version": "0.1.0-beta.8",
"description": "generate dynamic color palettes with custom properties",

@@ -13,3 +13,3 @@ "main": "dist.js",

],
"license": "MIT Hippocratic",
"license": "SEE LICENSE IN LICENSE.md",
"devDependencies": {

@@ -16,0 +16,0 @@ "@babel/cli": "^7.6.2",

@@ -85,7 +85,7 @@ # Cascading Color Systems

[data-ccs='root'] {
background: $fallback-light;
background-color: $fallback-light;
color: $fallback-dark;
@media (prefers-color-scheme: dark) {
background: $fallback-dark;
background-color: $fallback-dark;
color: $fallback-light;

@@ -201,5 +201,2 @@ }

}
[data-ccs-theme='adjacent'] {
/* adjacent logic */
}
```

@@ -206,0 +203,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

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