- Republish unbuilt version.
- Updated colors for checkout.
- Added a new color for Nextdoor.
- Added
root-only
entry point.
- Added a new color for Mastodon.
- Switched from
node-sass
tosass
(Dart Sass) for processing Sass files.- Removed dependency
node-sass
- Added dependency
sass ^1.32.13
- Removed dependency
- Updated dependencies:
- postcss to
^8.2.15
- node-sass to
^6.0.0
- postcss to
- Updated the color palette to the most recent version.
- Updated
--color-simplenote
with the new brand color.
- Updated the color palette to the most recent version.
- Added the following RGB counterparts of the existing properties:
--color-jetpack-onboarding-background-rgb
--color-jetpack-onboarding-text-rgb
- Removed the following properties:
--color-section-nav-item-background-hover
--color-themes-active-text
--color-themes-active-text-rgb
- Included missing SCSS dependencies in the published package.
- Included WP Admin button colors.
This update brings backwards-incompatible changes to the package. The most notable ones include:
- Updated Color Studio, the primary dependency, to the most recent version.
- Following the files generated by Color Studio, updated all properties to use consistent names (including index numbers).
- Phased out all SCSS variables in favor of CSS custom properties.
- Refactored the existing component-specific properties and prefixed all theme variables with
--color
. - Introduced semantic
-inverted
properties which are the successor to--color-white
. - Split all color schemes into separate partial files.
For more details, please refer to Calypso’s color guide or the default color scheme.
The initial version.