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

UX-565 Takeover component migration #214

Merged
merged 50 commits into from
Nov 15, 2019
Merged

Commits on Nov 1, 2019

  1. UX-565 Takeover component

    Danil Agafonov committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    1721b81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a46201 View commit details
    Browse the repository at this point in the history
  3. UX-565 Fix Portal/Inline switching

    Danil Agafonov committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    60f1335 View commit details
    Browse the repository at this point in the history
  4. UX-565 Lock body scroll

    Danil Agafonov committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    62d5ebc View commit details
    Browse the repository at this point in the history
  5. UX-565 Ability to extend FocusTrap options

    Danil Agafonov committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    6415db7 View commit details
    Browse the repository at this point in the history
  6. UX-565 Compound components: Header, Content

    Danil Agafonov committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    8e32525 View commit details
    Browse the repository at this point in the history
  7. UX-565 Comment

    Danil Agafonov committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    4f5a37d View commit details
    Browse the repository at this point in the history
  8. UX-565 Remove unnecessary dependencies

    Danil Agafonov committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    e9e54e4 View commit details
    Browse the repository at this point in the history
  9. UX-565 Story with nested SidePanel

    Danil Agafonov committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    ea9dc83 View commit details
    Browse the repository at this point in the history
  10. UX-565 Add @paprika/sidepanel to root

    Danil Agafonov committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    a15f557 View commit details
    Browse the repository at this point in the history
  11. UX-565 Fix: Takeover closing on esc press while overlapped sidepanel …

    …opened
    Danil Agafonov committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    4cb26ff View commit details
    Browse the repository at this point in the history
  12. UX-565 Refactor Takeover.Content

    Danil Agafonov committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    afea7b3 View commit details
    Browse the repository at this point in the history
  13. UX-565 Remove console.log

    Danil Agafonov committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    b6babe2 View commit details
    Browse the repository at this point in the history
  14. UX-565 Add spec

    Danil Agafonov committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    4f75cc1 View commit details
    Browse the repository at this point in the history
  15. UX-565 SidePanel: always stop propagation

    Danil Agafonov committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    c4d8400 View commit details
    Browse the repository at this point in the history
  16. UX-565 Takeover: always stop propagation

    Danil Agafonov committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    7b18725 View commit details
    Browse the repository at this point in the history
  17. UX-565 SidePanel: always stop propagation

    Danil Agafonov committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    28b39d3 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2019

  1. UX-565 Update yarn.lock

    Danil Agafonov committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    1d53aca View commit details
    Browse the repository at this point in the history
  2. UX-565 Fix ESC key handling

    Danil Agafonov committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    f7e9015 View commit details
    Browse the repository at this point in the history
  3. UX-565 Use data-pka-anchor

    Danil Agafonov committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    fbd96f0 View commit details
    Browse the repository at this point in the history
  4. UX-565 Use displayName instead of componentType

    Danil Agafonov committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    212f9f3 View commit details
    Browse the repository at this point in the history
  5. UX-565 Use value from Tokens

    Danil Agafonov committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    e8c023f View commit details
    Browse the repository at this point in the history
  6. UX-565 Add "given" as allowed global to ESLint

    Danil Agafonov committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    37c9399 View commit details
    Browse the repository at this point in the history
  7. UX-565 Sort style rules

    Danil Agafonov committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    370a322 View commit details
    Browse the repository at this point in the history
  8. UX-565 ESLint: ignore line with hack

    Danil Agafonov committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    3d6d4b0 View commit details
    Browse the repository at this point in the history
  9. UX-565 README.md

    Danil Agafonov committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    5e05d8b View commit details
    Browse the repository at this point in the history
  10. UX-565 Using css prop instead of styled. helper function

    Danil Agafonov committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    749c9b7 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2019

  1. Merge branch 'master' into UX-565-migrate-takeover

    # Conflicts:
    #	package.json
    #	yarn.lock
    Danil Agafonov committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    9ef77fa View commit details
    Browse the repository at this point in the history
  2. UX-565 Move LockBodyScroll to helpers package

    Danil Agafonov committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    a43184c View commit details
    Browse the repository at this point in the history
  3. UX-565 Move Portal to helpers package

    Danil Agafonov committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    9daa631 View commit details
    Browse the repository at this point in the history
  4. UX-565 Remove an ability to inline Takeover

    Danil Agafonov committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    9d54ac1 View commit details
    Browse the repository at this point in the history
  5. UX-565 Ignore ESLint warning

    Danil Agafonov committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    5dffdab View commit details
    Browse the repository at this point in the history
  6. UX-565 Update takeover deps

    Danil Agafonov committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    b6e1e68 View commit details
    Browse the repository at this point in the history
  7. UX-565 Format

    Danil Agafonov committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    9e37434 View commit details
    Browse the repository at this point in the history
  8. UX-565 Update FocusTrap prop types

    Danil Agafonov committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    0f0a413 View commit details
    Browse the repository at this point in the history
  9. UX-565 Update FocusTrap prop types

    Danil Agafonov committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    65724c5 View commit details
    Browse the repository at this point in the history
  10. UX-565 Fix ButtonIcon styles

    Danil Agafonov committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    a1e044e View commit details
    Browse the repository at this point in the history
  11. UX-565 Format

    Danil Agafonov committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    7e618a6 View commit details
    Browse the repository at this point in the history
  12. UX-565 Get rid of flex shorthand

    Danil Agafonov committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    90b1550 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fe97cb3 View commit details
    Browse the repository at this point in the history
  14. UX-565 Change defaultProps for FocusTrap

    Danil Agafonov committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    f9443c6 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2019

  1. UX-565 Get rid of css attr

    Danil Agafonov committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    ab6a6a9 View commit details
    Browse the repository at this point in the history
  2. UX-565 Remove ESLint ignore comments

    Danil Agafonov committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    99c0be9 View commit details
    Browse the repository at this point in the history
  3. UX-565 Format

    Danil Agafonov committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    b3abde6 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into UX-565-migrate-takeover

    Danil Agafonov committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    0b857ef View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2019

  1. UX-565 Downgrade @babel/runtime-corejs2

    Danil Agafonov committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    dd568a2 View commit details
    Browse the repository at this point in the history
  2. UX-565 Fix ListBox

    Danil Agafonov committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    90ce4b0 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into UX-565-migrate-takeover

    # Conflicts:
    #	packages/SidePanel/src/components/LockBodyScroll.js
    Danil Agafonov committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    7405712 View commit details
    Browse the repository at this point in the history
  4. UX-565 Fix SidePanel breaking change

    Danil Agafonov committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    fe5b4fb View commit details
    Browse the repository at this point in the history
  5. UX-565 Format code

    Danil Agafonov committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    8c62a0c View commit details
    Browse the repository at this point in the history