Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
1a20bad
[ADD] Breadcrumb component
curiousidy Jul 29, 2025
df35a5d
[UPDATE] Breadcrumb component stories file
curiousidy Aug 3, 2025
9efe6eb
[UPDATE] Breadcrumb component stories file, new bgColor variable and …
curiousidy Aug 3, 2025
a3196c3
[FIX] Aria-hidden logic
curiousidy Aug 3, 2025
a6b82e9
[UPDATE] types structure, useBreadcrumb functionality and component
curiousidy Aug 10, 2025
76a5c0b
[UPDATE] Logic and design improvements in the breadcrumb component
curiousidy Aug 13, 2025
ffa4dc0
fix: header and text components errors
egdev6 Aug 21, 2025
aa879a6
[FIX] header and text components errors
egdev6 Aug 21, 2025
7cb881d
[ADD] Functionality to breadcrumb and style correction
curiousidy Aug 21, 2025
6545abc
feat: calendar
Fralopala2 Aug 11, 2025
c883eee
[UPDATE] Dark mode, months/days selector, variants,...
Fralopala2 Aug 11, 2025
8c942d9
[UPDATE]: enhance Calendar component with new props and accessibility…
Fralopala2 Aug 12, 2025
d1b19b1
fix: wrap all if statements in MonthYearPickerDropdown with curly bra…
Fralopala2 Aug 13, 2025
8917fc3
[UPDATE] Calendar component descriptions and improve date handling fo…
Fralopala2 Aug 13, 2025
1152726
[UPDATE] Calendar component with new props and improve MonthYearPicke…
Fralopala2 Aug 13, 2025
1bc7090
[UPDATE] button styles for MonthYearPickerDropdown to improve accessi…
Fralopala2 Aug 13, 2025
838aa0e
[UPDATE] Add firstDayOfWeek prop to Calendar component for customizab…
Fralopala2 Aug 13, 2025
b0b8be1
[UPDATE] Enhance Calendar component with theme support and class-vari…
Fralopala2 Aug 13, 2025
ced2238
[UPDATE] Implement range selection feature in Calendar component with…
Fralopala2 Aug 13, 2025
cfbcaf3
[UPDATE] Refactor dayCva styles for improved accessibility and consis…
Fralopala2 Aug 14, 2025
2711a41
[UPDATE] Refactor Calendar component for improved date selection hand…
Fralopala2 Aug 14, 2025
1e79665
[UPDATE] Cleaning code and deprecated comments
Fralopala2 Aug 14, 2025
609d74b
[UPDATE] Improve dayCva styles for better visual consistency and acce…
Fralopala2 Aug 14, 2025
438fb01
[UPDATE] Simplify date control properties and added comment onDateCha…
Fralopala2 Aug 14, 2025
7490cab
[UPDATE] Adjust ReadOnly behavior and improve dayCva styles for bette…
Fralopala2 Aug 14, 2025
1f4f9bc
[UPDATE] Add support for internationalized dates in Calendar componen…
Fralopala2 Aug 15, 2025
9def091
[UPDATE] Implement drag-and-drop range selection in Calendar componen…
Fralopala2 Aug 15, 2025
99137ed
[UPDATE] Add support for custom highlighted dates in Calendar component
Fralopala2 Aug 15, 2025
7a15f73
[UPDATE] Add locale support for Calendar component and enhance access…
Fralopala2 Aug 17, 2025
f065b47
[UPDATE] Simplify Calendar component styles and enhance disabled stat…
Fralopala2 Aug 20, 2025
d23b441
[UPDATE] Refactor logic for determining if a date is in the current m…
Fralopala2 Aug 20, 2025
7b77389
[UPDATE] Enhance hover styles for selected states in dayCva component
Fralopala2 Aug 21, 2025
1903292
[UPDATE] Improve pointer events handling for disabled and read-only s…
Fralopala2 Aug 21, 2025
e58edf5
[UPDATE] Refactor Calendar component to improve disabled state handli…
Fralopala2 Aug 21, 2025
7b795b2
[UPDATE] Enhance Calendar component documentation, improve performanc…
Fralopala2 Aug 21, 2025
8779547
[UPDATE] Adjust styling for disabled days in current month to ensure …
Fralopala2 Aug 22, 2025
40f636e
[UPDATE] Clarify accessibility description for month/year picker in C…
Fralopala2 Aug 22, 2025
3e0b051
[UPDATE] Refactor: normalize disabled dates handling and improve date…
Fralopala2 Aug 22, 2025
e44349a
[UPDATE] Fix: normalize date handling in useCalendar to ensure accura…
Fralopala2 Aug 22, 2025
d1e5d82
[UPDATE] Fix: update selected dates in calendar stories and normalize…
Fralopala2 Aug 22, 2025
7da54ad
[UPDATE] Feat: enhance calendar functionality with locale-based date …
Fralopala2 Aug 22, 2025
6a39555
[UPDATE] Add multi-month view support and enhance calendar accessibil…
Fralopala2 Aug 23, 2025
0d09dcc
[UPDATE] Fix: update disabled date handling in Calendar and useCalend…
Fralopala2 Aug 23, 2025
74b852f
[UPDATE] Fix: update selected date in CustomSelectedAndDisabledDates …
Fralopala2 Aug 23, 2025
ae5a821
[UPDATE] Feat: add color customization to Calendar component and enha…
Fralopala2 Aug 24, 2025
585233f
[UPDATE] Feat: add custom color prop for Calendar component in stories
Fralopala2 Aug 24, 2025
ba5080c
[ADD] calendar component
egdev6 Aug 25, 2025
6795522
[UPDATE] Improve code readability and clean up structure
curiousidy Sep 11, 2025
d6c7d7e
[ADD] Breadcrumb component
curiousidy Jul 29, 2025
4c287ea
[UPDATE] Breadcrumb component stories file
curiousidy Aug 3, 2025
403672d
[UPDATE] Breadcrumb component stories file, new bgColor variable and …
curiousidy Aug 3, 2025
45578c9
[FIX] Aria-hidden logic
curiousidy Aug 3, 2025
15f3f82
[UPDATE] types structure, useBreadcrumb functionality and component
curiousidy Aug 10, 2025
24d3280
[UPDATE] Logic and design improvements in the breadcrumb component
curiousidy Aug 13, 2025
7fe344e
[ADD] Functionality to breadcrumb and style correction
curiousidy Aug 21, 2025
b062242
[UPDATE] Improve code readability and clean up structure
curiousidy Sep 11, 2025
53dbc45
Merge branch 'feature/breadcrumb' of https://github.com/egdev6/design…
curiousidy Sep 11, 2025
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
135 changes: 68 additions & 67 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,67 +1,68 @@
{
"name": "@egdev6/design-system",
"private": false,
"version": "1.0.0",
"type": "module",
"scripts": {
"clean": "rm -rf dist node_modules pnpm-lock.yaml package-lock.json && npm cache clean --force",
"reinstall": "pnpm run clean && pnpm install",
"biome-all": "biome check --write .",
"biome-staged": "biome check . --write --staged --verbose",
"storybook": "storybook dev -p 6006",
"storybook-build": "storybook build && node scripts/inject-preview-head.js",
"storybook-clean-cache": "rm -rf node_modules/.cache/storybook",
"pre-commit": "pnpm run biome-staged && tsc && git add -A",
"postinstall": "lefthook install"
},
"dependencies": {
"@radix-ui/react-avatar": "1.1.9",
"@radix-ui/react-dialog": "1.1.14",
"@radix-ui/react-dropdown-menu": "2.1.15",
"@radix-ui/react-select": "2.2.5",
"@storybook/addon-actions": "8.6.12",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"lucide-react": "0.507.0",
"postcss": "8.5.3",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-spinners": "0.17.0",
"shadcn": "2.5.0",
"spinners-react": "1.0.11",
"tailwind-merge": "3.2.0",
"tailwind-variants": "1.0.0",
"tw-animate-css": "1.2.9",
"zustand": "5.0.4"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@egdev6/compilot-cli": "1.0.9",
"@storybook/addon-a11y": "8.6.12",
"@storybook/addon-docs": "8.6.12",
"@storybook/addon-essentials": "8.6.12",
"@storybook/addon-interactions": "8.6.12",
"@storybook/addon-links": "8.6.12",
"@storybook/blocks": "8.6.12",
"@storybook/manager-api": "8.6.12",
"@storybook/react": "8.6.12",
"@storybook/react-vite": "8.6.12",
"@storybook/test": "8.6.12",
"@storybook/theming": "8.6.12",
"@tailwindcss/vite": "4.1.5",
"@types/node": "22.15.3",
"@types/react": "19.1.2",
"@types/react-dom": "19.1.3",
"@vitejs/plugin-react": "4.4.1",
"@vitejs/plugin-react-swc": "3.9.0",
"lefthook": "1.11.12",
"react-docgen-typescript": "2.2.2",
"storybook": "8.6.12",
"storybook-dark-mode": "4.0.2",
"storybook-watch": "1.0.6",
"tailwindcss": "4.1.5",
"typescript": "5.8.3",
"vite": "6.3.4",
"vite-tsconfig-paths": "5.1.4"
}
}
{
"name": "@egdev6/design-system",
"private": false,
"version": "1.0.0",
"type": "module",
"scripts": {
"clean": "rm -rf dist node_modules pnpm-lock.yaml package-lock.json && npm cache clean --force",
"reinstall": "pnpm run clean && pnpm install",
"biome-all": "biome check --write .",
"biome-staged": "biome check . --write --staged --verbose",
"storybook": "storybook dev -p 6006",
"storybook-build": "storybook build && node scripts/inject-preview-head.js",
"storybook-clean-cache": "rm -rf node_modules/.cache/storybook",
"pre-commit": "pnpm run biome-staged && tsc && git add -A",
"postinstall": "lefthook install"
},
"dependencies": {
"@internationalized/date": "^3.8.2",
"@radix-ui/react-avatar": "1.1.9",
"@radix-ui/react-dialog": "1.1.14",
"@radix-ui/react-dropdown-menu": "2.1.15",
"@radix-ui/react-select": "2.2.5",
"@storybook/addon-actions": "8.6.12",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"lucide-react": "0.507.0",
"postcss": "8.5.3",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-spinners": "0.17.0",
"shadcn": "2.5.0",
"spinners-react": "1.0.11",
"tailwind-merge": "3.2.0",
"tailwind-variants": "1.0.0",
"tw-animate-css": "1.2.9",
"zustand": "5.0.4"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@egdev6/compilot-cli": "1.0.9",
"@storybook/addon-a11y": "8.6.12",
"@storybook/addon-docs": "8.6.12",
"@storybook/addon-essentials": "8.6.12",
"@storybook/addon-interactions": "8.6.12",
"@storybook/addon-links": "8.6.12",
"@storybook/blocks": "8.6.12",
"@storybook/manager-api": "8.6.12",
"@storybook/react": "8.6.12",
"@storybook/react-vite": "8.6.12",
"@storybook/test": "8.6.12",
"@storybook/theming": "8.6.12",
"@tailwindcss/vite": "4.1.5",
"@types/node": "22.15.3",
"@types/react": "19.1.2",
"@types/react-dom": "19.1.3",
"@vitejs/plugin-react": "4.4.1",
"@vitejs/plugin-react-swc": "3.9.0",
"lefthook": "1.11.12",
"react-docgen-typescript": "2.2.2",
"storybook": "8.6.12",
"storybook-dark-mode": "4.0.2",
"storybook-watch": "1.0.6",
"tailwindcss": "4.1.5",
"typescript": "5.8.3",
"vite": "6.3.4",
"vite-tsconfig-paths": "5.1.4"
}
}
Loading