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: Switch Component and axis tick improvements #767

Merged
merged 28 commits into from
Oct 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
6d8703f
fix: ring color for date(range)picker (#756)
mbauchet Oct 13, 2023
00cbb2f
add onValueChange prop to textinput (#736)
jzfrank Oct 13, 2023
7deb351
fix: types and story
severinlandolt Oct 13, 2023
da7ebef
Update SimpleTextInput.tsx
severinlandolt Oct 13, 2023
6a82356
Update DatePicker.tsx
severinlandolt Oct 13, 2023
8fbcf5f
Add deprecation note
severinlandolt Oct 13, 2023
ecc6e9b
feat: chore/updaterecharts (#762)
severinlandolt Oct 17, 2023
3dc17e3
add deprecate badge
severinlandolt Oct 17, 2023
360ce69
Autofull styling
severinlandolt Oct 17, 2023
e8e88af
making autofill important
severinlandolt Oct 17, 2023
f78f756
fix: merged imports
severinlandolt Oct 17, 2023
e58ab90
fix: interval type optional
severinlandolt Oct 17, 2023
4459f0b
fix: autofill shadow
severinlandolt Oct 18, 2023
564d2d9
fix: update autoprefixer
severinlandolt Oct 18, 2023
df52d83
autofill rounded
severinlandolt Oct 18, 2023
ea381b4
fix: select search on MultiSelect (#753)
Oct 18, 2023
5a96e27
feat: Switch component (#761)
AlexRousseau92 Oct 18, 2023
71897ec
fix: darkmode switch
severinlandolt Oct 18, 2023
548b9c5
fix: changed default intervaltype to equidistant
severinlandolt Oct 18, 2023
5e7b903
fix: switch id
severinlandolt Oct 19, 2023
5cca36c
fix: tremor theming
severinlandolt Oct 19, 2023
7b09ea6
removed deprecation message
severinlandolt Oct 19, 2023
25c5bdd
changed stories
severinlandolt Oct 19, 2023
b2c22ab
added @types/node
severinlandolt Oct 19, 2023
a764308
fix: added interval logic startendonly
severinlandolt Oct 23, 2023
f408fd9
fix: border color dark
severinlandolt Oct 23, 2023
246d329
Update switch height
severinlandolt Oct 23, 2023
dd5c0f3
fix: update padding/margin
severinlandolt Oct 23, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"date-fns": "^2.28.0",
"react-day-picker": "^8.7.1",
"react-transition-group": "^4.4.5",
"recharts": "^2.7.1",
"recharts": "^2.9.0",
"tailwind-merge": "^1.9.1"
},
"devDependencies": {
Expand Down Expand Up @@ -62,11 +62,12 @@
"@storybook/theming": "^7.4.6",
"@testing-library/react": "^13.1.1",
"@types/jest": "^27.4.1",
"@types/node": "^20.8.7",
"@types/react": "^18.0.5",
"@types/react-transition-group": "^4.4.5",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"autoprefixer": "^10.4.4",
"autoprefixer": "^10.4.16",
"babel-jest": "^27.5.1",
"babel-loader": "^8.2.5",
"conventional-changelog-conventionalcommits": "^5.0.0",
Expand Down
Loading
Loading