created:12/30/2020
updated:12/30/2020
loc
156
comments
6%

SkylineColor

avatar of atanasster

Color item displaying as a row, with color name, custom columns for contrast checks scss variable name and color block. Design inspired by Skyline.

Component

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

Palette

NameUse on WhiteUse on Gray 200ScssExample
Green
Yes
Yes
get-hue(green)
#1a801b
Green Light
No
No
get-hue(green, light)
#f4fce3
Yellow
No
No
get-hue(yellow)
#fcc419
Yellow Light
No
No
get-hue(yellow, light)
#fff9db
Gray 500
No
No
get-gray(500)
#8b8b8b
Gray 600
Yes
No
get-gray(600)
#757575
Gray 700
Yes
Yes
get-gray(700)
#616161

Properties

Name
Description
Default
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
-

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/30/2020

atanasster

avatar of atanasster
feat: add skyline color token
4 commits

External dependencies

package
imports
peer
CopyContainer
XIconCheckIcon
react
^17.0.1
FC
*
theme-ui
^0.8.4
jsx
tinycolor

Internal dependencies

file
imports
"../utils"
colorToStrmostReadable
"../../types"
ColorBlockPropsColorValuecolorContrast
"../../containers"
TableContainerPropsTableContainerTableRowContainer

Component JSX

<TableRowContainer
>
TableRowContainer
from"../../containers"
<BaseSkylineColor
/>
BaseSkylineColor
<div
sx
>
div
<CheckIcon
sx
/>
<XIcon
sx
/>
<div
sx
/>
div
<tr
>
tr
<td
>
td
<div
sx
/>
div
<td
key
>
td
<PassTag
contrast
/>
PassTag
<td
>
td
<td
>
td
<TableContainer
columnssx
>
TableContainer
from"../../containers"
<BaseSkylineColor
keynamecolorcontrastColors
/>
BaseSkylineColor

Stories

Overview

Gray 600
Yes
No
get-gray(600)
#757575