-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Datavizcolors #1634
Datavizcolors #1634
Conversation
|
f6ed085
to
6c3755e
Compare
3f539c8
to
6d843eb
Compare
packages/__docs__/globals.js
Outdated
@@ -82,7 +86,10 @@ const globals = { | |||
useEffect, | |||
useState, | |||
useRef, | |||
ThemeColors | |||
additionalPrimitives, | |||
datavisualization, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider camelCase (dataVisualization
) for this as it is seen in other names.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice catch, updated
1fe3564
to
af6e433
Compare
docs/guides/color-system.md
Outdated
|
||
### Colors | ||
|
||
Colors are divided into two main technical groups: primitive and semantic colors. Primitive colors store the pure hex values. The primitive colors are the building blocks of the semantic colors. Examples of semantic colors: UI, Contrasts, Datavisualization. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
an extra sentence about what semantic colors are would be good here.
cdb8083
to
7e6eed3
Compare
Closes: INSTUI-4174, INSTUI-4175, INSTUI-4176, INSTUI-4177
7e6eed3
to
85c6cbe
Compare
Closes: INSTUI-4174, INSTUI-4175, INSTUI-4176, INSTUI-4177