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
3
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 Versions

2

0.1.0-beta.17

Diff

Changelog

Source

0.1.0-beta.17 - 2024/11/04

  • 🏠 INTERNAL: Use Sass modules instead of global functions
  • 🏠 INTERNAL: Upgrade dependencies
jgerigmeyer
published 0.1.0-beta.16 •

Changelog

Source

0.1.0-beta.16 - 2022/12/14

  • 🏠 INTERNAL: Remove documentation from npm package
  • 🏠 INTERNAL: Upgrade dependencies
jgerigmeyer
published 0.1.0-beta.15 •

Changelog

Source

0.1.0-beta.15 - 2020/10/20

  • INTERNAL: Update dependencies & fix demo site
jgerigmeyer
published 0.1.0-beta.14 •

Changelog

Source

0.1.0-beta.14 - 2020/7/2

  • INTERNAL: Update homepage & documentation links
mirisuzanne
published 0.1.0-beta.13 •

Changelog

Source

0.1.0-beta.13 - 2020/6/30

  • NEW: All form inputs & buttons are now optional
  • NEW: Support radio-inputs for light/dark/auto modes:
    • [data-ccs-input="light-mode"]
    • [data-ccs-input="dark-mode"]
    • [data-ccs-input="auto-mode"]
  • NEW: Optionally unset theme-related user values when changing themes:
    • Add unset-values to theme input: [data-ccs-input="theme unset-values"]
  • INTERNAL: Upgrade dev dependencies
jgerigmeyer
published 0.1.0-beta.12 •

Changelog

Source

0.1.0-beta.12 - 2020/6/23

  • INTERNAL: Upgrade dev dependencies
  • INTERNAL: Split modes and palette into their own tools module that can be imported as plain Sass without any CSS output
  • DOCS: Added documentation to repo
mirisuzanne
published 0.1.0-beta.11 •

Changelog

Source

0.1.0-beta.11 - 2019/12/31

This release adds support for arbitrary color names, allowing you to define more complex and customized cascading themes.

  • BREAKING: Replaced individual $*-hue settings with a combined $hues map of (string) color name keys with (number | null) hue values. This allows the tool to generate any number of colors. The default ('prime', 'accent', 'neutral') shorthand creates identical default settings to previous releases. Acceptable shorthands:
    • a single number | null value will be assigned a key: prime
    • a string | list (of strings) will generate keys with null values
  • BREAKING: Added a $colors list argument (first) in both the colors() and gradient() mixins -- set to the list of $hues map-keys by default
  • BREAKING: Since accent colors are no longer hard-coded, the built-in themes have replaced --ccs-accent--theme settings with more generic --ccs-theme--1 and --ccs-theme--2 -- which can be assigned to other color names as needed.
  • NEW: Any color with neutral in the name will use the neutral saturation, rather than the default saturation
mirisuzanne
published 0.1.0-beta.10 •

Changelog

Source

0.1.0-beta.10 - 2019/12/5

  • BUGFIX: Source & cascade order was causing HTML modes to fail
  • BREAKING: Rename --ccs-mode--invert to --ccs-invert, and --ccs-mode--invert-zero to --ccs-invert--zero
  • BREAKING: Remove prefers-color-scheme media-query from fallback colors, since more browsers support variables than color-scheme queries
  • DOCS: Added documentation of fallback and mode settings
mirisuzanne
published 0.1.0-beta.9 •

Changelog

Source

0.1.0-beta.9 - 2019/11/29

  • NEW: --ccs-mode--zero and --ccs-invert--zero provide mode values of 0 (dark) or 1 (light), rather than -1 (dark) and 1 (light)
  • NEW: if-mode($light, $dark) function returns a CSS calc() toggle between two values, depending on the current (light/dark) mode
mirisuzanne
published 0.1.0-beta.8 •

Changelog

Source

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)
2
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