@mirantes-micro/foundation-design-system 1.2.268 → 1.2.270

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/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.268",
4
+ "version": "1.2.270",
5
5
  "license": "MIT",
6
6
  "author": {
7
7
  "name": "Mirantes Frontend team"
@@ -95,6 +95,8 @@
95
95
  "webpack-dev-server": "5.2.0"
96
96
  },
97
97
  "dependencies": {
98
+ "@emoji-mart/data": "1.2.1",
99
+ "@emoji-mart/react": "1.1.1",
98
100
  "@emotion/is-prop-valid": "^1.4.0",
99
101
  "@ffmpeg/ffmpeg": "0.12.15",
100
102
  "@ffmpeg/util": "0.12.2",
@@ -150,6 +152,7 @@
150
152
  "graphql": "16.11.0",
151
153
  "graphql-request": "^7.3.1",
152
154
  "html2canvas": "1.4.1",
155
+ "idb-keyval": "6.2.2",
153
156
  "isomorphic-dompurify": "^2.34.0",
154
157
  "js-cookie": "3.0.5",
155
158
  "jspdf": "3.0.3",
@@ -158,6 +161,7 @@
158
161
  "lucide-react": "0.510.0",
159
162
  "marked": "^17.0.0",
160
163
  "motion": "^12.23.24",
164
+ "msw": "2.12.14",
161
165
  "next": "15.3.2",
162
166
  "ogp-parser": "0.8.1",
163
167
  "pdf-lib": "^1.17.1",
@@ -169,6 +173,7 @@
169
173
  "react-detect-offline": "2.4.5",
170
174
  "react-dom": "19.1.0",
171
175
  "react-dropzone": "14.3.8",
176
+ "react-easy-crop": "5.5.7",
172
177
  "react-hook-form": "^7.65.0",
173
178
  "react-hotkeys-hook": "^5.2.1",
174
179
  "react-infinite-scroll-hook": "6.0.1",