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

feat(grid): create grid system [HEYUI-50] #26

Merged
merged 59 commits into from
Jul 14, 2022

Commits on Jun 3, 2022

  1. feat(grid): add grid with unit tests

    mwagdi committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    baaccc6 View commit details
    Browse the repository at this point in the history
  2. chore(grid): delete coverage directory

    mwagdi committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    98a1ac6 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. test(grid): add snapshot and screenshot tests

    mwagdi committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    6c8916a View commit details
    Browse the repository at this point in the history
  2. test(grid): fix screenshots

    mwagdi committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    97aa421 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. test(grid): update snapshots

    mwagdi committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    d42c903 View commit details
    Browse the repository at this point in the history
  2. chore(grid): update package-lock

    mwagdi committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    f4592d4 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. refactor(grid): use mixins for column classes

    mwagdi committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    9055db7 View commit details
    Browse the repository at this point in the history
  2. refactor(grid): replace row classes with loops

    mwagdi committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    61bde18 View commit details
    Browse the repository at this point in the history
  3. style(grid): adjust var names

    mwagdi committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    a05bb7a View commit details
    Browse the repository at this point in the history
  4. docs(grid): adjust row story

    mwagdi committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    fac4c38 View commit details
    Browse the repository at this point in the history
  5. refactor(grid): adjust reverse class addition

    mwagdi committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    9c838d8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f023744 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'main' of https://github.com/hey-car/heycar-uikit into f…

    …eature/HEYUI-50-grid-component
    mwagdi committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    c16b38e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0a46c76 View commit details
    Browse the repository at this point in the history
  9. style(grid): format column.module.css

    mwagdi committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    b6f57b0 View commit details
    Browse the repository at this point in the history
  10. docs(grid): add css vars to story

    mwagdi committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    83a9fc9 View commit details
    Browse the repository at this point in the history
  11. docs(grid): show css vars

    mwagdi committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    db5ff37 View commit details
    Browse the repository at this point in the history
  12. feat(grid): add viewport addon

    mwagdi committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    640e6e2 View commit details
    Browse the repository at this point in the history
  13. feat(grid): add row gap

    mwagdi committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    85e3602 View commit details
    Browse the repository at this point in the history
  14. docs(grid): adjust row story

    mwagdi committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    0e7d523 View commit details
    Browse the repository at this point in the history
  15. feat(grid): add 0px row gap option

    mwagdi committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    52513db View commit details
    Browse the repository at this point in the history
  16. style(grid): fix stylelint issue

    mwagdi committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    e0a2095 View commit details
    Browse the repository at this point in the history
  17. test(grid): update tests

    mwagdi committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    ee966ce View commit details
    Browse the repository at this point in the history
  18. docs(grid): add rowGap prop description

    mwagdi committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    fd4e4e5 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. docs(grid): add README

    mwagdi committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    3e0a41f View commit details
    Browse the repository at this point in the history
  2. test(grid): update screenshots

    mwagdi committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    bffbd50 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. feat(grid): add customizable column gaps

    mwagdi committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    7e282f1 View commit details
    Browse the repository at this point in the history
  2. test(grid): update tests to include columnGap

    mwagdi committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    cedd1d4 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. chore(grid): merge

    mwagdi committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    e175678 View commit details
    Browse the repository at this point in the history
  2. docs(grid): add gaps props

    mwagdi committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    edf9841 View commit details
    Browse the repository at this point in the history
  3. style(grid): fix lint errors

    mwagdi committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    f5b01eb View commit details
    Browse the repository at this point in the history
  4. test: update screenshots

    mwagdi committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    3f8ca99 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. feat(grid): change gap format

    mwagdi committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    2a54170 View commit details
    Browse the repository at this point in the history
  2. test(grid): update tests

    mwagdi committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    e2cdca2 View commit details
    Browse the repository at this point in the history
  3. refactor(grid): move media queries to theme

    mwagdi committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    2d9e77f View commit details
    Browse the repository at this point in the history
  4. style(grid): use flex-basis

    mwagdi committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    78a45b6 View commit details
    Browse the repository at this point in the history
  5. test(grid): update screenshots

    mwagdi committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    2311d51 View commit details
    Browse the repository at this point in the history
  6. refactor(grid): move row and column files

    mwagdi committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    e15be1d View commit details
    Browse the repository at this point in the history
  7. fix(grid): fix lint issues

    mwagdi committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    d29d8e3 View commit details
    Browse the repository at this point in the history
  8. test: update screenshot

    mwagdi committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    b0e4f4d View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. chore(grid): update versions

    mwagdi committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    dc4791e View commit details
    Browse the repository at this point in the history
  2. chore: update themes version

    mwagdi committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    bd16b5a View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

  1. feat(grid): pass column gap to column component

    mwagdi committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    da3280b View commit details
    Browse the repository at this point in the history
  2. fix(grid): fix lint issue

    mwagdi committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    ea87202 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. remove yarn files

    derek-heycar committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    4098c55 View commit details
    Browse the repository at this point in the history
  2. downgrade postcss-each

    derek-heycar committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    40c6c39 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88c19f5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    acaac9e View commit details
    Browse the repository at this point in the history
  5. fix storybook config

    derek-heycar committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    5427c4d View commit details
    Browse the repository at this point in the history
  6. update

    derek-heycar committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    05da9bb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    100d12f View commit details
    Browse the repository at this point in the history
  8. refactor(grid): Updated media custom-media

    Added extra media queries:
    | Name          | Value           |
    | ------------- | --------------- |
    | `--mobile-s`  | 320px to 100%   |
    | `--mobile-m`  | 375px to 100%   |
    | `--mobile-l`  | 412px to 100%   |
    | `--mobile`    | 0 to 599px      |
    | `--tablet-s`  | 600px to 100%   |
    | `--tablet-m`  | 768px to 100%   |
    | `--tablet-l`  | 860px to 100%   |
    | `--tablet`    | 600px to 1023px |
    | `--desktop-s` | 1024px to 100%  |
    | `--desktop-m` | 1280px to 100%  |
    | `--desktop-l` | 1440px to 100%  |
    | `--desktop`   | 1024px to 100%  |
    derek-heycar committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    42a3b46 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d54d6da View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2022

  1. Configuration menu
    Copy the full SHA
    3a85cb4 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. hide control section

    derek-heycar committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    c566a41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    484d7c9 View commit details
    Browse the repository at this point in the history
  3. switch button version

    derek-heycar committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    34512cd View commit details
    Browse the repository at this point in the history
  4. fixed versions

    derek-heycar committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    6a4f3f1 View commit details
    Browse the repository at this point in the history
  5. chore: publish

     - @heycar-uikit/[email protected]
     - @heycar-uikit/[email protected]
     - @heycar-uikit/[email protected]
     - @heycar-uikit/[email protected]
     - @heycar-uikit/[email protected]
     - @heycar-uikit/[email protected]
    derek-heycar committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    3037845 View commit details
    Browse the repository at this point in the history