opensearch-project / oui

OpenSearch UI Framework
Apache License 2.0
38 stars 71 forks source link

Color value updates #903

Open KrooshalUX opened 1 year ago

KrooshalUX commented 1 year ago
joshuarrrr commented 1 year ago

Derived value definitions:

OuiColorWarning

https://github.com/opensearch-project/oui/blob/6e3d31ad31ef9af9ba67365b41f47773bad4dcbc/src/themes/oui-next/global_styling/variables/_colors.scss#L52 https://github.com/opensearch-project/oui/blob/6e3d31ad31ef9af9ba67365b41f47773bad4dcbc/src/themes/oui-next/global_styling/variables/_panel.scss#L30 https://github.com/opensearch-project/oui/blob/6e3d31ad31ef9af9ba67365b41f47773bad4dcbc/src/components/toast/_toast.scss#L65 https://github.com/opensearch-project/oui/blob/6e3d31ad31ef9af9ba67365b41f47773bad4dcbc/src/components/icon/_variables.scss#L24

OuiColorDanger

https://github.com/opensearch-project/oui/blob/6e3d31ad31ef9af9ba67365b41f47773bad4dcbc/src/themes/oui-next/global_styling/variables/_colors.scss#L53 https://github.com/opensearch-project/oui/blob/6e3d31ad31ef9af9ba67365b41f47773bad4dcbc/src/themes/oui-next/global_styling/variables/_colors.scss#L155 https://github.com/opensearch-project/oui/blob/6e3d31ad31ef9af9ba67365b41f47773bad4dcbc/src/themes/oui-next/global_styling/variables/_panel.scss#L31 https://github.com/opensearch-project/oui/blob/6e3d31ad31ef9af9ba67365b41f47773bad4dcbc/src/themes/oui-next/global_styling/mixins/_form.scss#L202-L205 https://github.com/opensearch-project/oui/blob/6e3d31ad31ef9af9ba67365b41f47773bad4dcbc/src/components/toast/_toast.scss#L66 https://github.com/opensearch-project/oui/blob/6e3d31ad31ef9af9ba67365b41f47773bad4dcbc/src/components/markdown_editor/_markdown_editor_drop_zone.scss#L52-L68 https://github.com/opensearch-project/oui/blob/6e3d31ad31ef9af9ba67365b41f47773bad4dcbc/src/components/icon/_variables.scss#L17 https://github.com/opensearch-project/oui/blob/6e3d31ad31ef9af9ba67365b41f47773bad4dcbc/src/components/error_boundary/_error_boundary.scss#L12-L30 https://github.com/opensearch-project/oui/blob/6e3d31ad31ef9af9ba67365b41f47773bad4dcbc/src/components/date_picker/super_date_picker/date_popover/_date_popover_button.scss#L34-L45 https://github.com/opensearch-project/oui/blob/6e3d31ad31ef9af9ba67365b41f47773bad4dcbc/src/components/card/_variables.scss#L27

Additional transformations and exceptions

https://github.com/opensearch-project/oui/blob/6e3d31ad31ef9af9ba67365b41f47773bad4dcbc/src/components/text/_text_color.scss#L13-L35

this seems a bit sus https://github.com/opensearch-project/oui/blob/6e3d31ad31ef9af9ba67365b41f47773bad4dcbc/src/components/steps/_steps_horizontal.scss#L120-L123