Skip to content

Commit 5fca0fb

Browse files
Version Packages
1 parent 58f4948 commit 5fca0fb

File tree

3 files changed

+31
-20
lines changed

3 files changed

+31
-20
lines changed

.changeset/light-maps-type.md

-17
This file was deleted.

packages/panda-preset-color-radix/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# @amandaguthrie/panda-preset-color-radix
22

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- [#22](https://github.com/amandaguthrie/panda-css-presets/pull/22) [`58f4948`](https://github.com/amandaguthrie/panda-css-presets/commit/58f49487dd992dd41c1642b0de8037afe474f3fb) Thanks [@amandaguthrie](https://github.com/amandaguthrie)! - <br/>
8+
9+
##### Adds Three Color Scale Values
10+
11+
We've added three scale values to the standard Radix colors for ease of theming.
12+
13+
- **0:** Intended for white in light mode and black for dark mode.
14+
- **9c:** The contrast color for color scale 9. A few Radix colors require dark text to meet contrast requirements. This
15+
makes it easier by building those contrast values into the core and semantic color scales in a consistent fashion.
16+
Defaults to white for all colors except for amber, yellow, mint, lime, and sky.
17+
- **13:** Intended for black in light mode and white for dark mode.
18+
19+
The default black and white colors can be replaced in the preset options using the <code>contrastColorOverrides</code> object.
20+
321
## 0.3.0
422

523
### Minor Changes

packages/panda-preset-color-radix/package.json

+13-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@amandaguthrie/panda-preset-color-radix",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "A Panda CSS Preset that generates Radix UI Colors as core and semantic tokens",
55
"author": {
66
"name": "Amanda Guthrie",
@@ -11,7 +11,15 @@
1111
"url": "https://github.com/amandaguthrie/panda-css-presets.git",
1212
"directory": "packages/panda-preset-color-radix"
1313
},
14-
"keywords": ["pandacss", "panda-css", "panda-preset", "pandacss-preset", "panda-css-preset", "radix", "radix-colors"],
14+
"keywords": [
15+
"pandacss",
16+
"panda-css",
17+
"panda-preset",
18+
"pandacss-preset",
19+
"panda-css-preset",
20+
"radix",
21+
"radix-colors"
22+
],
1523
"license": "MIT",
1624
"main": "dist/index.js",
1725
"module": "dist/index.mjs",
@@ -30,7 +38,9 @@
3038
},
3139
"./package.json": "./package.json"
3240
},
33-
"files": ["dist"],
41+
"files": [
42+
"dist"
43+
],
3444
"side-effects": false,
3545
"scripts": {
3646
"build": "tsup --entry src/index.ts --entry src/index.ts --format=esm,cjs --dts",

0 commit comments

Comments
 (0)