@mirantes-micro/foundation-design-system 1.2.0 → 1.2.3
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 +6 -1
- package/dist/index.js +239 -70
- package/package.json +17 -15
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.3",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Mirantes Frontend team"
|
|
@@ -73,20 +73,21 @@
|
|
|
73
73
|
},
|
|
74
74
|
"dependencies": {
|
|
75
75
|
"@emotion/is-prop-valid": "^1.4.0",
|
|
76
|
-
"@hookform/resolvers": "^5.
|
|
76
|
+
"@hookform/resolvers": "^5.2.2",
|
|
77
|
+
"@microlink/mql": "0.14.0",
|
|
77
78
|
"@mirantes-micro/billing-v2": "0.1.33",
|
|
78
79
|
"@mirantes-micro/notifications-v2": "0.0.26",
|
|
79
80
|
"@mirantes-micro/widgets": "0.0.58",
|
|
80
|
-
"@radix-ui/react-avatar": "^1.1.
|
|
81
|
-
"@radix-ui/react-checkbox": "^1.3.
|
|
82
|
-
"@radix-ui/react-dialog": "^1.1.
|
|
83
|
-
"@radix-ui/react-dropdown-menu": "^2.1.
|
|
81
|
+
"@radix-ui/react-avatar": "^1.1.10",
|
|
82
|
+
"@radix-ui/react-checkbox": "^1.3.3",
|
|
83
|
+
"@radix-ui/react-dialog": "^1.1.15",
|
|
84
|
+
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
84
85
|
"@radix-ui/react-label": "^2.1.7",
|
|
85
86
|
"@radix-ui/react-popover": "1.1.15",
|
|
86
|
-
"@radix-ui/react-scroll-area": "^1.2.
|
|
87
|
-
"@radix-ui/react-select": "^2.2.
|
|
87
|
+
"@radix-ui/react-scroll-area": "^1.2.10",
|
|
88
|
+
"@radix-ui/react-select": "^2.2.6",
|
|
88
89
|
"@radix-ui/react-slot": "^1.2.3",
|
|
89
|
-
"@radix-ui/react-tooltip": "^1.2.
|
|
90
|
+
"@radix-ui/react-tooltip": "^1.2.8",
|
|
90
91
|
"@tanstack/react-query-devtools": "5.76.1",
|
|
91
92
|
"@uidotdev/usehooks": "2.4.1",
|
|
92
93
|
"axios": "1.11.0",
|
|
@@ -103,17 +104,18 @@
|
|
|
103
104
|
"framer-motion": "12.19.2",
|
|
104
105
|
"global-currencies": "1.0.3",
|
|
105
106
|
"graphql": "16.11.0",
|
|
106
|
-
"graphql-request": "^7.
|
|
107
|
+
"graphql-request": "^7.3.1",
|
|
107
108
|
"js-cookie": "3.0.5",
|
|
108
109
|
"lucide-react": "0.510.0",
|
|
109
|
-
"motion": "^12.
|
|
110
|
+
"motion": "^12.23.24",
|
|
110
111
|
"next": "15.3.2",
|
|
111
112
|
"ogp-parser": "0.8.1",
|
|
113
|
+
"process": "0.11.10",
|
|
112
114
|
"react": "19.1.0",
|
|
113
|
-
"react-day-picker": "^9.
|
|
115
|
+
"react-day-picker": "^9.11.1",
|
|
114
116
|
"react-detect-offline": "2.4.5",
|
|
115
117
|
"react-dom": "19.1.0",
|
|
116
|
-
"react-hook-form": "^7.
|
|
118
|
+
"react-hook-form": "^7.65.0",
|
|
117
119
|
"react-infinite-scroll-hook": "6.0.1",
|
|
118
120
|
"react-router-dom": "7.6.0",
|
|
119
121
|
"react-toastify": "^11.0.5",
|
|
@@ -124,8 +126,8 @@
|
|
|
124
126
|
"tw-animate-css": "1.2.9",
|
|
125
127
|
"uuid": "11.1.0",
|
|
126
128
|
"vaul": "^1.1.2",
|
|
127
|
-
"yup": "^1.
|
|
128
|
-
"zustand": "^5.0.
|
|
129
|
+
"yup": "^1.7.1",
|
|
130
|
+
"zustand": "^5.0.8"
|
|
129
131
|
},
|
|
130
132
|
"peerDependencies": {
|
|
131
133
|
"tailwind-scrollbar-hide": "^4.0.0",
|