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

[Emotion] Convert EuiPanel #5891

Merged
merged 16 commits into from
May 23, 2022
Merged

[Emotion] Convert EuiPanel #5891

merged 16 commits into from
May 23, 2022

Commits on May 9, 2022

  1. Move amsterdam panel overrides to global

    cchaos committed May 9, 2022
    Configuration menu
    Copy the full SHA
    d2dc7a7 View commit details
    Browse the repository at this point in the history
  2. [EuiPanel] Initial conversion complete

    - Removed explicit `paddingSize` and `borderRadius` classnames.
    - Fixed `useEuiPaddingCSS` and `useEuiBackgroundColorCSS` to render `css` blocks so consuming components render the key name in the class
    - Fixed default size value of `euiShadow`
    - Moved `panelPaddingValues` to be declared in resizable_panel
    cchaos committed May 9, 2022
    Configuration menu
    Copy the full SHA
    e65340c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24c213a View commit details
    Browse the repository at this point in the history
  4. [EuiPanel] Put paddingSize class name modifiers back but only for p…

    …reviously supported sizes
    
    - Fixes popovers and cards
    cchaos committed May 9, 2022
    Configuration menu
    Copy the full SHA
    6233bc4 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. Fix prop comment and default

    cchaos committed May 10, 2022
    Configuration menu
    Copy the full SHA
    583e491 View commit details
    Browse the repository at this point in the history
  2. Some fixes

    - Fixe EuiCallOut description margin when only child
    cchaos committed May 10, 2022
    Configuration menu
    Copy the full SHA
    e72d3f2 View commit details
    Browse the repository at this point in the history
  3. Cleanup and CL

    cchaos committed May 10, 2022
    Configuration menu
    Copy the full SHA
    40dae14 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/main' into css-in-js/panel

    # Conflicts:
    #	src/components/datagrid/controls/__snapshots__/column_selector.test.tsx.snap
    #	src/components/datagrid/controls/__snapshots__/column_sorting.test.tsx.snap
    #	src/components/form/super_select/__snapshots__/super_select.test.tsx.snap
    #	src/components/popover/__snapshots__/popover.test.tsx.snap
    #	src/components/tour/__snapshots__/tour_step.test.tsx.snap
    cchaos committed May 10, 2022
    Configuration menu
    Copy the full SHA
    64c178d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1017e3c View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. Configuration menu
    Copy the full SHA
    83b15fc View commit details
    Browse the repository at this point in the history
  2. Fix shadows

    cchaos committed May 19, 2022
    Configuration menu
    Copy the full SHA
    360309b View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. [PR feedback] Improve readability of useEuiPaddingCSS and useEuiBackg…

    …roundColorCSS snapshots
    cee-chen committed May 20, 2022
    Configuration menu
    Copy the full SHA
    053429a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ed8944 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. Merge remote-tracking branch 'origin/main' into css-in-js/panel

    # Conflicts:
    #	src/components/datagrid/controls/__snapshots__/column_sorting.test.tsx.snap
    cchaos committed May 23, 2022
    Configuration menu
    Copy the full SHA
    c613f9e View commit details
    Browse the repository at this point in the history
  2. [Review Feedback]:

    - Renamed `PanelPaddingSize` to `PanelPaddingSize_Deprecated` and added comment
    - Removed padding class names
    cchaos committed May 23, 2022
    Configuration menu
    Copy the full SHA
    6cd38cc View commit details
    Browse the repository at this point in the history
  3. Fix resizeable_panel padding reference

    cchaos committed May 23, 2022
    Configuration menu
    Copy the full SHA
    5b5036e View commit details
    Browse the repository at this point in the history