A next-generation tool to create blazing-fast documentation sites
API
created:12/30/2020
updated:12/30/2020
loc
83
comments
12%

CedarColor

avatar of atanasster
@component-controls/design-tokens
3.15.0

Color item displaying as a row, with color, name, description and hex value Design inspired by REI's Cedar.

import { CedarColor } from '@component-controls/design-tokens';

Overview

cdr-color-text-button-primary-hover
Text color for the hover state of primary buttons
#225c4e
Name
Description
Default
Controls
name

name of the color, If none, or same as the color value, some color blocks will not display it

string
-
color

color value as a string. accepted hex, rgb, hsl color strings

ColorValue
-
hover

hover prop

boolean
-
blackTextColor

text color for the theme. this property is used for AA contrast testing. by default, this is black = #000000

string
-
whiteTextColor

dark mode text color for the theme. this property is used for AA contrast testing. by default, this is white = #ffffff

string
-
index
number
0

Commits

Date
Author
Commit Message
12/25/2021

atanasster

avatar of atanasster
chore: upgrade eslint, gatsby, next
10/5/2020

atanasster

avatar of atanasster
feat: clean up color tokens and add table color
10/1/2020

atanasster

avatar of atanasster
fix: spelling updates
9/26/2020

atanasster

avatar of atanasster
chore: refactor colors
9/23/2020

atanasster

avatar of atanasster
feat: add cedar color token
5 commits
package
imports
peer
CopyContainer
react
^17.0.1
FC
*
theme-ui
^0.8.4
jsx
file
imports
"../utils"
colorToStrmostReadable
"../../types"
ColorBlockPropsColorValue
"../../containers"
TableContainerPropsTableContainerTableRowContainer

Stories

Palette

cdr-color-text-primary
The default, primary text color
#0c0b08
cdr-color-text-secondary
The secondary text color
#423b2f
cdr-color-text-brand
Text set in our primary brand color
#113731
cdr-color-text-sale
The color of sale text
#cc0000
cdr-color-text-inverse
Text color on dark background
#f9f8f6
cdr-color-text-disabled
The color of text when it is disabled
#d1cbbd
cdr-color-text-success
Color of success messages
#2e6b34
cdr-color-text-warning
Color of warning messages
#854714