-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(calendar): update day picker and add dropdown for months and yea…
…rs (#129) * chore: udpate day picker to v9 * chore: update v9 classes * fix: update props as per new calendar * fix: styling issue * feat: add dropdown for months and year * docs: add preview for calendar dropdown * chore: add text and icon props in select * chore: update select and scroll-area package * fix: create dropdown component and fix its style issues * ci: add dependency in turbo and remove caching from ci tasks * fix: typo * chore: remove build dependency in source code * chore: remove turbo.json file * chore: add tubo.json file back * chore: update turbo * ci: disable build cache * ci: add installCommand to vercel * chore: update nextjs version * docs: update rangepicker example * fix: add max height for the dropdown * fix: add border to dropdown content
- Loading branch information
Showing
13 changed files
with
9,191 additions
and
10,100 deletions.
There are no files selected for viewing
This file contains 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 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 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 |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
"eslint-config-custom": "workspace:*", | ||
"prettier": "^2.5.1", | ||
"process": "^0.11.10", | ||
"turbo": "2.0.6", | ||
"turbo": "2.0.9", | ||
"typescript": "4.7" | ||
}, | ||
"packageManager": "[email protected]", | ||
|
This file contains 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 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
Oops, something went wrong.