@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 +14 -12
- package/dist/index.js +677 -1879
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +677 -1879
- package/dist/index.mjs.map +1 -1
- package/dist/src/index.d.ts +1 -1
- package/package.json +10 -8
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/@atipicus/mrs-ui)
|
|
4
4
|
[](LICENSE)
|
|
5
|
-
[](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://
|
|
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://
|
|
484
|
-
- [GitHub Repository](https://github.com/
|
|
485
|
-
- [Issue Tracker](https://github.com/
|
|
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.
|
|
539
|
+
## 🌟 Version 0.8.0 Highlights
|
|
540
540
|
|
|
541
|
-
- ✨ **
|
|
542
|
-
- ✨ **
|
|
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://
|
|
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
|