created:12/30/2020
updated:12/30/2020
loc
83
comments
12%
CedarColor
Color item displaying as a row, with color, name, description and hex value Design inspired by REI's Cedar.
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 |
file | imports |
---|---|
"../utils" | colorToStrmostReadable |
"../../types" | ColorBlockPropsColorValue |
"../../containers" | TableContainerPropsTableContainerTableRowContainer |
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 |