-
Notifications
You must be signed in to change notification settings - Fork 8.6k
[Lens/SCSS] Replace scss to css-in-js for Lens codebase #209768
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
Merged
Merged
Changes from all commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
364f9ac
[Lens] Replace scss to css-in-js for Lens codebase
mbondyra 49ea932
datapanel.css
mbondyra a3dbcc1
formula
mbondyra cb37b7f
chart switch styles
mbondyra 73ed232
dimension editor
mbondyra 8c7918c
toolbar button
mbondyra 802d86d
remove unused styles
mbondyra e6ffee6
remove unused property
mbondyra e9e8925
wip
mbondyra 7e0472d
wip
mbondyra 9d5764b
suggestion panel
mbondyra fbdbc66
workspace wip
mbondyra b396cbf
layer_panel
mbondyra e73f17b
wip
mbondyra 48d28ab
wip
mbondyra 2e9eae1
wip
mbondyra e523c89
[CI] Auto-commit changed files from 'node scripts/eslint --no-cache -…
kibanamachine 8ed57a0
wip
mbondyra 09eacd5
tests
mbondyra 4776baa
wip
mbondyra 2fcdb81
camelCase for styles objects
mbondyra beb51b2
revert some
mbondyra e140913
change name
mbondyra 230f070
remove asynchronousity
mbondyra 5d3bf69
pass the theme explicitly to remove the console errors when testing
mbondyra 4313f1f
remove the line we're repeating
mbondyra 04c3340
fix breaking things
mbondyra b197bf3
[CI] Auto-commit changed files from 'node scripts/eslint --no-cache -…
kibanamachine c602a03
Merge commit 'e24c1c3ee5f69c1c67d39e072ffd36c84bb230e7' into lens/scs…
mbondyra b6a88ca
Michael's feedback
mbondyra 55f2301
[CI] Auto-commit changed files from 'node scripts/eslint --no-cache -…
kibanamachine a1b1bbf
fullscreen formula fix
mbondyra 8350564
Merge branch 'lens/scss-to-css-in-js' of github.com:mbondyra/kibana i…
mbondyra da08fac
[CI] Auto-commit changed files from 'node scripts/eslint --no-cache -…
kibanamachine c6d567b
Merge branch 'main' into lens/scss-to-css-in-js
mbondyra 2d96b13
Merge branch 'main' into lens/scss-to-css-in-js
mbondyra 689b11e
Merge branch 'main' into lens/scss-to-css-in-js
mbondyra b35d647
Merge branch 'main' into lens/scss-to-css-in-js
dej611 6e52e1c
Merge commit 'e0bf98e45a6c2b4e138cac601c6082ca68fb8301' into lens/scs…
mbondyra ba7d2eb
code review
mbondyra 9c33a99
[CI] Auto-commit changed files from 'node scripts/eslint --no-cache -…
kibanamachine a70e7c2
Merge commit '2c883c10181d271ce51ba0fdd10837d35d06b6a4' into lens/scs…
mbondyra 5f07f8b
Merge commit '1666df767aba9c05ef61402964beb5ab7bf78e34' into lens/scs…
mbondyra b32a300
add type
mbondyra b5a23e8
types
mbondyra dfeefcd
cr
mbondyra f72d403
Merge commit 'a2d2054148b8cd7a062cfabd477338a3fd55428b' into lens/scs…
mbondyra 7f32ce8
Merge branch 'main' into lens/scss-to-css-in-js
markov00 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
125 changes: 90 additions & 35 deletions
125
src/platform/packages/shared/kbn-chart-icons/src/assets/drop_illustration.tsx
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
x-pack/platform/plugins/shared/lens/public/_variables.scss
This file was deleted.
Oops, something went wrong.
40 changes: 0 additions & 40 deletions
40
x-pack/platform/plugins/shared/lens/public/app_plugin/app.scss
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 23 additions & 0 deletions
23
x-pack/platform/plugins/shared/lens/public/datasources/common/datapanel.styles.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| /* | ||
| * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one | ||
| * or more contributor license agreements. Licensed under the Elastic License | ||
| * 2.0; you may not use this file except in compliance with the Elastic License | ||
| * 2.0. | ||
| */ | ||
|
|
||
| import { UseEuiTheme } from '@elastic/eui'; | ||
| import { css } from '@emotion/react'; | ||
|
|
||
| export const dataPanelStyles = ({ euiTheme }: UseEuiTheme) => { | ||
| return css` | ||
| padding: ${euiTheme.size.base} ${euiTheme.size.base} 0; | ||
| .unifiedFieldListItemButton.kbnFieldButton { | ||
| background: none; | ||
| box-shadow: none; | ||
| margin-bottom: calc(${euiTheme.size.xs} / 2); | ||
| } | ||
| .unifiedFieldListItemButton__dragging { | ||
| background: ${euiTheme.colors.backgroundBasePlain}; | ||
| } | ||
| `; | ||
| }; |
4 changes: 0 additions & 4 deletions
4
x-pack/platform/plugins/shared/lens/public/datasources/common/field_item.scss
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 0 additions & 27 deletions
27
x-pack/platform/plugins/shared/lens/public/datasources/form_based/datapanel.scss
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.