@atipicus/mrs-ui 0.8.0 → 0.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![npm version](https://badge.fury.io/js/@atipicus%2Fmrs-ui.svg)](https://www.npmjs.com/package/@atipicus/mrs-ui)
4
4
  [![License](https://img.shields.io/badge/License-UNLICENSED-red.svg)](LICENSE)
5
- [![Build Status](https://img.shields.io/github/actions/workflow/status/madersystem/mrs-ui-v6/ci.yml?branch=main)](https://github.com/madersystem/mrs-ui-v6/actions)
5
+ [![Build Status](https://img.shields.io/github/actions/workflow/status/Atipicus/mrs-ui/ci.yml?branch=main)](https://github.com/Atipicus/mrs-ui/actions)
6
6
 
7
7
  A comprehensive Material-UI v6.5 based design system with **54 production-ready components** built with React, TypeScript, and modern best practices.
8
8
 
@@ -334,7 +334,7 @@ npm run tokens:sync:dry-run # Preview changes
334
334
 
335
335
  ## 📖 Documentation
336
336
 
337
- - **📘 Storybook**: [https://mgomez-ext.github.io/mrs-ui/](https://mgomez-ext.github.io/mrs-ui/)
337
+ - **📘 Storybook**: [https://atipicus.github.io/mrs-ui/](https://atipicus.github.io/mrs-ui/)
338
338
  - **📋 Component Roadmap**: [COMPONENT_ROADMAP.md](COMPONENT_ROADMAP.md)
339
339
  - **📝 Changelog**: [CHANGELOG.md](CHANGELOG.md)
340
340
  - **🚀 Deployment Guide**: [DEPLOYMENT.md](DEPLOYMENT.md)
@@ -480,9 +480,9 @@ UNLICENSED - This project is proprietary software.
480
480
  ## 🔗 Links
481
481
 
482
482
  - [npm Package](https://www.npmjs.com/package/@atipicus/mrs-ui)
483
- - [Storybook Documentation](https://mgomez-ext.github.io/mrs-ui/)
484
- - [GitHub Repository](https://github.com/madersystem/mrs-ui-v6)
485
- - [Issue Tracker](https://github.com/madersystem/mrs-ui-v6/issues)
483
+ - [Storybook Documentation](https://atipicus.github.io/mrs-ui/)
484
+ - [GitHub Repository](https://github.com/Atipicus/mrs-ui)
485
+ - [Issue Tracker](https://github.com/Atipicus/mrs-ui/issues)
486
486
  - [Figma Design](https://figma.com/design/ESNP5KunFotGObfcuXZ9Op/MRS---Material-UI-v.6.5.0)
487
487
 
488
488
  ## 🎯 Roadmap
@@ -536,17 +536,18 @@ const MyButton: React.FC<ButtonProps> = (props) => {
536
536
  };
537
537
  ```
538
538
 
539
- ## 🌟 Version 0.7.0 Highlights
539
+ ## 🌟 Version 0.8.0 Highlights
540
540
 
541
- - ✨ **Figma Code Connect Integration**: Direct component mapping between Figma and code
542
- - ✨ **Material Symbols Support**: Variable font icon system (~50KB vs ~600KB icon components)
541
+ - ✨ **Complete Design Token System**: Multi-format exports (CSS, SCSS, TypeScript, JSON)
542
+ - ✨ **Dark Mode Support**: Full Material Design 3 compliant dark theme with WCAG AA compliance
543
+ - ✨ **Animation & Transition Tokens**: Material Motion system with 30+ component-specific transitions
544
+ - ✨ **Micro-Interactions Library**: 5 animation hooks + 3 effect components for rich UX
545
+ - ✨ **Figma Synchronization**: Automated bidirectional token sync with GitHub Actions
543
546
  - ✨ **54 production-ready components** (31 atoms + 23 molecules)
544
547
  - ✨ **1,182 tests passing** (100% pass rate across 56 test suites)
545
- - ✨ **Advanced Date/Time Selection**: Complete date picker suite with MUI X integration
546
- - ✨ **Timeline Component**: Event timeline with 7 sub-components
547
548
  - ✨ **Full TypeScript support** with strict mode
548
- - ✨ **Storybook documentation** deployed at [https://mgomez-ext.github.io/mrs-ui/](https://mgomez-ext.github.io/mrs-ui/)
549
- - ✨ **CI/CD pipeline** with GitHub Actions
549
+ - ✨ **Storybook documentation** deployed at [https://atipicus.github.io/mrs-ui/](https://atipicus.github.io/mrs-ui/)
550
+ - ✨ **CI/CD pipeline** with optimized GitHub Actions
550
551
  - ✨ **Production ready** with comprehensive testing and quality checks
551
552
 
552
553
  ## 🚀 Quick Examples
@@ -600,3 +601,4 @@ function Dashboard() {
600
601
  ---
601
602
 
602
603
  **Made with ❤️ by the MRS Design System Team**
604
+ **Last Updated**: January 5, 2026