Commit Graph

12 Commits

Author SHA1 Message Date
cdabe6935b 🔥 Huge style refactoring by using SvelteKit built-in style tag
It's been tricky but got there finally! Hello `:global`
- Avoid using one global CSS file containing everything
- Import the component SCSS file in a script tag from the component file to allow style scoping and including it only when used
2022-06-22 23:26:00 +02:00
f0173bb828 Remove unused code and refactor types importing 2022-06-22 23:16:34 +02:00
758c3548d7 Change some $$props.class to shorthands 2022-05-31 10:10:41 +02:00
c2dc2bf2fb [chore] Fix TS 2022-05-30 20:50:23 +02:00
21b5eefce2 Temp fix for carousels types 2022-03-21 13:42:14 +01:00
e8843409ce Manage Carousel first/last slide click cases 2021-11-28 23:27:44 +01:00
9e6df85bf1 Make more icons reusable in global SVG sprite 2021-11-21 22:11:59 +01:00
5229105e5d Fix Cart checkout Button hover
It was disabled 🤦
2021-11-07 22:41:34 +01:00
70c0165cf9 [chore] Update npm packages 2021-11-07 11:46:31 +01:00
9b9d89b760 Fix Carousel dots clicking propagation 2021-11-04 20:58:15 +01:00
18f2e324c7 Manage Carousel arrow rotation depending on the current slide
Right only when first and Left only when last
2021-11-03 22:00:16 +01:00
2c0adcc4e2 Add interactive Carousel component 2021-10-31 19:37:00 +01:00