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: New Dialog component and tickGap prop #902

Merged
merged 12 commits into from Jan 11, 2024
Merged

feat: New Dialog component and tickGap prop #902

merged 12 commits into from Jan 11, 2024

Commits on Jan 5, 2024

  1. feat: add custom colors for Tracker (#872)

    * add custom colors for tracker
    
    ---------
    
    Co-authored-by: Maxime BAUCHET <maxime.bauchet@insystem.fr>
    mbauchet and Maxime BAUCHET committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    d8d1840 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82445b5 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2024

  1. feat: tickGap (#890)

    * Added min tick gap prop
    severinlandolt committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    66577db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f3d33f View commit details
    Browse the repository at this point in the history
  3. fix: remove lib styles (#894)

    * remove fontSize and fontWeight
    
    * Update index.ts
    
    * chore: remove lib style shape (#893)
    
    * Remove lib style shape (border)
    
    * chore: remove lib style sizing (#892)
    
    * remove lib style sizing (height and width)
    
    * remove lib style spacing (px and py) (#891)
    severinlandolt committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    5700db9 View commit details
    Browse the repository at this point in the history
  4. feat: dialog (#895)

    * feat: Dialog Component (#886)
    
    * basic dialog component
    
    ---------
    
    Co-authored-by: severinlandolt <sev.landolt@gmail.com>
    Co-authored-by: christopherkindl <53372002+christopherkindl@users.noreply.github.com>
    
    * Update README.md
    
    * Update dialog
    
    * fix: dialog story
    
    * fix: add max-w default to panel
    
    * fix: classify background as theme token
    
    ---------
    
    Co-authored-by: Touha Zohair <39002455+touha98@users.noreply.github.com>
    Co-authored-by: christopherkindl <53372002+christopherkindl@users.noreply.github.com>
    3 people committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    939f635 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Update icons (#896)

    severinlandolt committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    4c7c285 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. fix: grammar

    severinlandolt committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    56d41ec View commit details
    Browse the repository at this point in the history
  2. fix: dialog styling

    severinlandolt committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    a15c8e8 View commit details
    Browse the repository at this point in the history
  3. fix: Update tailwind packages and dialog role fix (#901)

    * update tailwind packages
    
    * fix: <Dialog /> role prop for headlessui version 1.7.18 (#900)
    
    * basic dialog component
    
    * export dialog
    
    * separate root element
    
    * dialogpanel componenet
    
    * export dialogpanel component
    
    * Refactor DialogPanel styles
    
    * Refactor dialog display class name
    
    * Fix export  Dialog to DialogPanel
    
    * Update Dialog and DialogPanel styles
    
    * overlayClassName
    
    * transition added
    
    * refactot style
    
    * Dialog panel default text color set
    
    * dialog story added
    
    * Panel ring added
    
    * unit testing dialog component
    
    * overlay bg updated
    
    * dialog border removed
    
    * export Dialog component from layout elements
    
    * refactor imports
    
    * Update import for Dialog components
    
    * Story fixes
    
    * add: styling
    
    * Add role prop to Dialog component.
    
    * lint
    
    ---------
    
    Co-authored-by: severinlandolt <sev.landolt@gmail.com>
    Co-authored-by: christopherkindl <53372002+christopherkindl@users.noreply.github.com>
    Co-authored-by: Severin Landolt <41927988+severinlandolt@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Touha Zohair <39002455+iamtouha@users.noreply.github.com>
    Co-authored-by: christopherkindl <53372002+christopherkindl@users.noreply.github.com>
    3 people committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    eb49616 View commit details
    Browse the repository at this point in the history
  4. remove shadow

    severinlandolt committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    48b0bae View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

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