@mirantes-micro/foundation-design-system 1.2.257 → 1.2.259
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 +27 -12
- package/dist/index.js +229 -232
- package/package.json +5 -3
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.259",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Mirantes Frontend team"
|
|
@@ -114,6 +114,7 @@
|
|
|
114
114
|
"@radix-ui/react-select": "^2.2.6",
|
|
115
115
|
"@radix-ui/react-slot": "^1.2.3",
|
|
116
116
|
"@radix-ui/react-tooltip": "^1.2.8",
|
|
117
|
+
"@radix-ui/react-visually-hidden": "1.2.4",
|
|
117
118
|
"@tanstack/react-query-devtools": "5.76.1",
|
|
118
119
|
"@tiptap/core": "^3.10.7",
|
|
119
120
|
"@tiptap/extension-highlight": "^3.13.0",
|
|
@@ -160,8 +161,9 @@
|
|
|
160
161
|
"next": "15.3.2",
|
|
161
162
|
"ogp-parser": "0.8.1",
|
|
162
163
|
"pdf-lib": "^1.17.1",
|
|
163
|
-
"process": "0.11.10",
|
|
164
164
|
"pdfjs-dist": "4.8.69",
|
|
165
|
+
"process": "0.11.10",
|
|
166
|
+
"radix-ui": "^1.4.3",
|
|
165
167
|
"react": "19.1.0",
|
|
166
168
|
"react-day-picker": "^9.11.1",
|
|
167
169
|
"react-detect-offline": "2.4.5",
|
|
@@ -193,4 +195,4 @@
|
|
|
193
195
|
"tailwindcss": "^3.0.0",
|
|
194
196
|
"tailwindcss-animate": "^1.0.0"
|
|
195
197
|
}
|
|
196
|
-
}
|
|
198
|
+
}
|