-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[EUI Visual Refresh][Security Gen AI] Add support for borealis theme #202393
[EUI Visual Refresh][Security Gen AI] Add support for borealis theme #202393
Conversation
/ci |
/ci |
x-pack/packages/kbn-elastic-assistant/impl/assistant/assistant_overlay/flyout_navigation.tsx
Outdated
Show resolved
Hide resolved
...packages/shared/kbn-elastic-assistant/impl/assistant/assistant_overlay/flyout_navigation.tsx
Outdated
Show resolved
Hide resolved
...-elastic-assistant/impl/assistant/prompt_editor/system_prompt/select_system_prompt/index.tsx
Show resolved
Hide resolved
import { css } from '@emotion/react'; | ||
import { AnonymizedData } from '@kbn/elastic-assistant-common/impl/data_anonymization/types'; | ||
import styled from '@emotion/styled'; | ||
import { SelectedPromptContext } from '../assistant/prompt_context/types'; | ||
|
||
const Strong = styled.strong<{ showRealValues: boolean }>` | ||
color: ${(props) => | ||
props.showRealValues ? euiThemeVars.euiColorSuccess : euiThemeVars.euiColorAccent}; | ||
props.showRealValues | ||
? props.theme.euiTheme.colors.textPrimary |
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.
Question: Is this an intentional change from success to primary? (This will affect Amsterdam as well)
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.
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.
@james-elastic @bojanasan are you ok with this change? (green -> blue text color)
the change was introduced due to #199715 (comment)
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.
@patrykkopycinski all good on my end, I agree that think it makes more sense to use the primary color instead of success for anonymization strings.
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.
++ good with me.
…bana into feat/gen-ai-borealis
...packages/shared/kbn-elastic-assistant/impl/assistant/assistant_overlay/flyout_navigation.tsx
Outdated
Show resolved
Hide resolved
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.
✅ Changes LGTM from EUI side.
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.
LGTM! Left a small comment
...tion/public/detections/components/rules/rule_execution_status/rule_status_failed_callout.tsx
Outdated
Show resolved
Hide resolved
💛 Build succeeded, but was flaky
Failed CI Steps
Test Failures
Metrics [docs]Async chunks
History
|
Starting backport for target branches: 8.x https://github.com/elastic/kibana/actions/runs/12773075096 |
…lastic#202393) ## Summary <img width="3003" alt="Zrzut ekranu 2025-01-8 o 18 33 20" src="https://github.com/user-attachments/assets/4bc2f0f4-74f6-439b-b3dc-2c8e5182321b" /> --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> (cherry picked from commit 760d6fe)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…lastic#202393) ## Summary <img width="3003" alt="Zrzut ekranu 2025-01-8 o 18 33 20" src="https://github.com/user-attachments/assets/4bc2f0f4-74f6-439b-b3dc-2c8e5182321b" /> --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
caused by missing backport from elastic#202393
caused by missing backport from elastic#202393
caused by missing backport from elastic#202393
Summary