Skip to content

Commit

Permalink
Merge pull request #145 from osstotalsoft/feature/remake-autocomplete
Browse files Browse the repository at this point in the history
Feature/Remake Autocomplete
  • Loading branch information
dragos-rosca authored Dec 3, 2024
2 parents 8bd8ff5 + fb9e5ab commit 4c394db
Show file tree
Hide file tree
Showing 24 changed files with 853 additions and 1,394 deletions.
5 changes: 0 additions & 5 deletions .storybook/doc-root.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,3 @@
.sbdocs .sbdocs-content {
max-width: 1300px;
}

.docs-story div:first-of-type div:first-of-type {
transform: unset;
-moz-transform: unset;
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"react": "^18.3.1",
"react-chartjs-2": "5.2.0",
"react-dom": "18.3.1",
"react-intersection-observer-hook": "^3.0.1",
"react-number-format": "^4.9.2",
"react-router": "^7.0.1",
"react-toastify": "^10.0.6",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export const LinearProgress: any = styled(MuiLinearProgress, {
},
'&.MuiLinearProgress-root': {
height: '4px',
marginBottom: '20px',
overflow: 'hidden'
}
}))
Expand Down
395 changes: 73 additions & 322 deletions src/components/inputs/Autocomplete/Autocomplete.test.tsx

Large diffs are not rendered by default.

Loading

0 comments on commit 4c394db

Please sign in to comment.