Skip to content

Commit 51b17ed

Browse files
feat(ui): adding carousel component (#399)
* feat(ui): implement Carousel component with Swiper integration * refactor(ui): simplify Carousel story slides * chore: updated package-lock.json * chore: add changeset --------- Co-authored-by: Marcin Krasowski <marcin.krasowski@hycom.pl>
1 parent f9a5a01 commit 51b17ed

File tree

7 files changed

+264
-270
lines changed

7 files changed

+264
-270
lines changed

.changeset/happy-ducks-occur.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@o2s/ui': minor
3+
---
4+
5+
Adding new Carousel component

package-lock.json

Lines changed: 20 additions & 267 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/ui/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828
"@turbo/gen": "^2.6.1",
2929
"@types/eslint": "^9.6.1",
3030
"@types/node": "^24.10.1",
31+
"@types/throttle-debounce": "^5.0.2",
3132
"eslint": "^9.39.1",
3233
"formik": "^2.4.9",
3334
"prettier": "^3.6.2",
3435
"sass": "^1.94.2",
3536
"tw-animate-css": "^1.4.0",
36-
"typescript": "^5.9.3",
37-
"@types/throttle-debounce": "^5.0.2"
37+
"typescript": "^5.9.3"
3838
},
3939
"dependencies": {
4040
"@o2s/framework": "*",
@@ -63,10 +63,11 @@
6363
"cmdk": "^1.1.1",
6464
"date-fns": "^4.1.0",
6565
"lucide-react": "^0.554.0",
66-
"react-day-picker": "^9.11.1",
6766
"markdown-to-jsx": "^8.0.0",
67+
"react-day-picker": "^9.11.1",
6868
"react-indiana-drag-scroll": "^2.2.1",
6969
"recharts": "^2.15.4",
70+
"swiper": "^12.0.3",
7071
"tailwind-merge": "^3.4.0",
7172
"tailwindcss-animate": "^1.0.7",
7273
"throttle-debounce": "^5.0.2"

0 commit comments

Comments
 (0)