@mirantes-micro/foundation-design-system 1.2.295 → 1.2.297
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/dist/index.d.ts +25 -1
- package/dist/index.js +292 -206
- package/package.json +3 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirantes-micro/foundation-design-system",
|
|
3
3
|
"description": "A scalable and customizable design system package featuring a collection of reusable React components, utility functions, and context providers. Built to enforce visual and functional consistency across applications, this package offers accessible, themeable UI elements, shared logic through utility helpers, and context-based providers for managing global state such as themes, modals, and user sessions.",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.297",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Mirantes Frontend team"
|
|
@@ -164,6 +164,7 @@
|
|
|
164
164
|
"motion": "^12.23.24",
|
|
165
165
|
"msw": "2.12.14",
|
|
166
166
|
"next": "15.3.2",
|
|
167
|
+
"next-themes": "^0.4.6",
|
|
167
168
|
"ogp-parser": "0.8.1",
|
|
168
169
|
"pdf-lib": "^1.17.1",
|
|
169
170
|
"pdfjs-dist": "4.8.69",
|
|
@@ -187,6 +188,7 @@
|
|
|
187
188
|
"shiki": "^3.15.0",
|
|
188
189
|
"slugify": "1.6.6",
|
|
189
190
|
"socket.io-client": "4.8.1",
|
|
191
|
+
"sonner": "^2.0.7",
|
|
190
192
|
"swiper": "11.2.10",
|
|
191
193
|
"tailwind-scrollbar-hide": "4.0.0",
|
|
192
194
|
"tippy.js": "^6.3.7",
|