cascading-color-systems
Advanced tools
Comparing version 0.1.0-beta.7 to 0.1.0-beta.8
# 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 @@ |
{ | ||
"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
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
45683
395
1
80
296