Skip to content
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

[Canvas] Added KibanaThemeProvider to expression_shape. #120099

Merged

Conversation

Kuznietsov
Copy link
Contributor

Summary

Performed required changes at the issue #120071.

Added KibanaThemeProvider to the expression_repeat_image plugin in all places, where ReactDOM.render is executed.

@Kuznietsov Kuznietsov added Team:Presentation Presentation Team for Dashboard, Input Controls, and Canvas loe:small Small Level of Effort release_note:skip Skip the PR/issue when compiling release notes impact:low Addressing this issue will have a low level of impact on the quality/strength of our product. backport:skip This commit does not require backporting Feature:Canvas v8.1.0 labels Dec 1, 2021
@Kuznietsov Kuznietsov self-assigned this Dec 1, 2021
@Kuznietsov Kuznietsov requested a review from a team as a code owner December 1, 2021 14:02
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-presentation (Team:Presentation)

@Kuznietsov Kuznietsov changed the title [Canvas] Added KibanaThemeProvider to expression_shape. #120089 [Canvas] Added KibanaThemeProvider to expression_shape. Dec 1, 2021
@Kuznietsov
Copy link
Contributor Author

@elasticmachine merge upstream

export * from './expression_functions';
export * from './expression_renderers';

export type {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's fine to do export * in places as long as it's not a root index file. No need to change anything, just a heads up

@Kuznietsov
Copy link
Contributor Author

@elasticmachine merge upstream

@kibanamachine
Copy link
Contributor

merge conflict between base and head

@kibana-ci
Copy link
Collaborator

💚 Build Succeeded

Metrics [docs]

Module Count

Fewer modules leads to a faster build time

id before after diff
expressionShape 61 59 -2

Public APIs missing comments

Total count of every public API that lacks a comment. Target amount is 0. Run node scripts/build_api_docs --plugin [yourplugin] --stats comments for more detailed information.

id before after diff
expressionShape 143 148 +5

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
canvas 1013.2KB 1013.2KB +20.0B

Page load bundle

Size of the bundles that are downloaded on every page load. Target size is below 100kb

id before after diff
expressionShape 13.6KB 14.0KB +439.0B
Unknown metric groups

API count

id before after diff
expressionShape 143 148 +5

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

cc @Kunzetsov

@Kuznietsov Kuznietsov merged commit 6e27c4f into elastic:main Dec 6, 2021
TinLe pushed a commit to TinLe/kibana that referenced this pull request Dec 22, 2021
* Added kibanaThemeProvider to expression_shape.

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
gbamparop pushed a commit to gbamparop/kibana that referenced this pull request Jan 12, 2022
* Added kibanaThemeProvider to expression_shape.

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport:skip This commit does not require backporting Feature:Canvas impact:low Addressing this issue will have a low level of impact on the quality/strength of our product. loe:small Small Level of Effort release_note:skip Skip the PR/issue when compiling release notes Team:Presentation Presentation Team for Dashboard, Input Controls, and Canvas v8.1.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants