Commit Graph

68 Commits

Author SHA1 Message Date
unkn0wn 1d9001705f feat: adding Sidebar and SidebarItem 2026-06-23 12:35:12 +02:00
unkn0wn 1878ec3a0e feat: add Card and Navbar components with styles
- Implemented Card component with cover, title, subtitle, content, and footer slots.
- Added styles for Card component in _card.scss.
- Created Navbar component with brand and links, including styles in _navbar.scss.
- Updated index.astro to include new Card and Navbar components.
2026-06-23 11:40:04 +02:00
unkn0wn b48581b089 feat: implement Modal component with overlay and dialog structure 2026-06-23 11:25:39 +02:00
unkn0wn 3593305512 feat: add Tooltip component and update styles in Button and index page 2026-06-23 11:08:24 +02:00
unkn0wn 6967f3c7cd refactor: reorganize component imports and enhance index page layout
- Grouped component imports into categories for better organization.
- Updated the layout of the index page to include a gallery structure.
- Added new sections for Button, Badge, Selection Controls, TextField, Select, Numeric Stepper, Avatar, Loading Bar, List Item, Link, Tabs, Breadcrumb, Pagination, Notification, Tooltip, Card, Navbar, Sidebar, Modal, and Icons.
- Improved styling for better visual hierarchy and spacing.
- Implemented a theme toggle feature with persistent state using localStorage.
2026-06-23 10:51:40 +02:00
unkn0wn dea517fbe5 feat: adding Badge, Breadcrumb, Checkbox et Radio components 2026-06-23 10:12:04 +02:00
unkn0wn cc54ae46ff style: refactor Button and numericStepper components for improved accessibility and styling 2026-06-23 10:07:39 +02:00
unkn0wn b2f4cfe393 fix: update version to 0.06.1 in package.json
Publish to npm / check-and-publish (push) Successful in 20s
2026-06-23 08:02:52 +02:00
unkn0wn 3e4d609d6c style: refactor avatar component styles 2026-06-23 08:02:31 +02:00
unkn0wn 455acd9552 style: refine typo tokens 2026-06-23 08:00:54 +02:00
unkn0wn 50e7618232 style: refine color tokens for light and dark themes 2026-06-23 07:58:42 +02:00
unkn0wn c4eb4cc507 style: update textField styles 2026-06-23 07:55:38 +02:00
unkn0wn 08a6e82760 fix: remove redundant closing div in index.astro 2026-06-23 07:26:25 +02:00
unkn0wn 2e36ac3b3e chore: update astro dependency to version 7.0.0 2026-06-23 07:26:15 +02:00
unkn0wn 46020db913 feat: add Attribution file listing third-party icons used in NDS 2026-06-23 07:10:40 +02:00
unkn0wn bacbde56ad chore: rename LICENSE.md to LICENSE 2026-06-23 07:04:48 +02:00
unkn0wn f8f2e23573 feat: update LICENSE.md to clarify usage rights and restrictions 2026-06-23 07:04:14 +02:00
unkn0wn b2a61008ba feat: updating package to version 0.06.0
Publish to npm / check-and-publish (push) Successful in 23s
2026-06-18 13:52:07 +02:00
unkn0wn 5d65cecf52 feat: add Pagination and PaginationNumber components with styles and integration into index page 2026-06-18 13:51:31 +02:00
unkn0wn c80d9b5259 feat: add TextField component with styles and integration into index page 2026-06-18 08:52:51 +02:00
unkn0wn 3e6d89830b feat: update README for version 0.05.0 and move Select components imports 2026-06-16 14:18:17 +02:00
unkn0wn f88dd862bf feat: updating package to version 0.05.0
Publish to npm / check-and-publish (push) Successful in 22s
2026-06-16 14:11:10 +02:00
unkn0wn 8c1e36aaa7 feat: add Select and SelectOption components with styles and integration into index page 2026-06-16 14:10:49 +02:00
unkn0wn 03a92db05e feat: updating package to version 0.04.0
Publish to npm / check-and-publish (push) Successful in 23s
2026-06-16 08:32:33 +02:00
unkn0wn 7c65e70c8f feat: add Avatar component and integrate into index page 2026-06-16 08:30:29 +02:00
unkn0wn b61720fd24 feat: update README with current version and component list enhancements 2026-06-09 14:47:58 +02:00
unkn0wn 4d7c882324 feat: updating package to version 0.03.0
Publish to npm / check-and-publish (push) Successful in 21s
2026-06-09 14:32:48 +02:00
unkn0wn c508d6ae31 feat: add NumericStepper component and integrate into index page 2026-06-09 14:30:40 +02:00
unkn0wn 02ae2b143e feat: add icon support to Button component 2026-06-09 14:08:53 +02:00
unkn0wn 40505bd05e Merge branch 'main' of https://git.novaprojects.dev/unkn0wn/nova-design-system 2026-06-09 13:15:04 +02:00
unkn0wn ef22eb5615 feat: add LoadingBar component with known and unknown states 2026-06-09 13:15:01 +02:00
unkn0wn 2dd911dbc5 feat: update package to version 0.02.0
Publish to npm / check-and-publish (push) Successful in 1m42s
2026-06-04 12:32:57 +00:00
unkn0wn 27134ea118 feat: adding auto publish pipeline 2026-06-04 12:31:51 +00:00
unkn0wn ee8be2e20b fix: updating readme to give accurate informations 2026-06-04 12:13:30 +00:00
unkn0wn b3ec60db5d feat: add ListItem component with title and subtitle 2026-06-04 14:07:25 +02:00
unkn0wn 4af10b10f7 fix: update package name to include scope and clean up scripts 2026-06-04 13:44:47 +02:00
LOUIS POTEVIN feebe17abf feat: add Link component with hover and active states 2026-06-04 12:49:20 +02:00
LOUIS POTEVIN 5600107e53 feat: add Button component with primary and secondary styles, including disabled state 2026-06-04 12:09:34 +02:00
LOUIS POTEVIN c585ec3266 feat: add Tabs component with Tab, TabItem, and TabContent for improved navigation 2026-06-04 11:36:32 +02:00
LOUIS POTEVIN dd48a02e3b fix: removing obsolete component listing file 2026-06-04 11:36:18 +02:00
LOUIS POTEVIN 3cdb0b709e fix: adding generic font family 2026-06-04 10:05:09 +02:00
LOUIS POTEVIN 72d5425090 fix: Update sort icons to use currentColor for theming support 2026-05-27 15:18:52 +02:00
LOUIS POTEVIN dd6cd34a61 feat: update Toggle component to use 'data-checked' prop and adding theme toggle functionality, default to dark mode 2026-05-27 15:09:52 +02:00
LOUIS POTEVIN 17f37eec5a fix: update SVG icons to use 'none' for fill attribute 2026-05-27 15:07:15 +02:00
LOUIS POTEVIN 96b8192408 fix: removing comment 2026-05-27 14:45:38 +02:00
LOUIS POTEVIN 1aa34d2640 feat: add Toggle component 2026-05-27 14:45:19 +02:00
LOUIS POTEVIN 079bacf3a6 feat: refactor notification styles and structure 2026-05-27 13:23:51 +02:00
LOUIS POTEVIN 8b1016b1aa feat: add multiple notification types to the Notifications section 2026-05-27 13:23:26 +02:00
LOUIS POTEVIN c2e13d5c48 feat: rename color variables from correct to success 2026-05-27 13:21:35 +02:00
LOUIS POTEVIN eadf6481e8 Update SVG icons to use currentColor for fill and stroke attributes
- Changed fill attribute from "none" to "currentColor" in sort and stats SVGs.
- Updated stroke color to "currentColor" in upload SVGs.
- Ensured all SVGs maintain their original design while allowing for dynamic color changes based on parent elements.
2026-05-27 13:21:17 +02:00