@mirantes-micro/foundation-design-system 1.0.81 → 1.0.83

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.0.81",
4
+ "version": "1.0.83",
5
5
  "license": "MIT",
6
6
  "author": {
7
7
  "name": "Mirantes Frontend team"
@@ -58,8 +58,6 @@
58
58
  "postcss-nesting": "12.1.5",
59
59
  "prettier": "3.4.2",
60
60
  "react-refresh": "0.16.0",
61
- "socket.io": "^4.8.1",
62
- "socket.io-client": "4.8.1",
63
61
  "style-loader": "3.3.3",
64
62
  "tailwind-merge": "2.6.0",
65
63
  "tailwindcss": "3.4.4",
@@ -73,18 +71,19 @@
73
71
  },
74
72
  "dependencies": {
75
73
  "@emotion/is-prop-valid": "^1.4.0",
76
- "@hookform/resolvers": "^5.2.2",
74
+ "@hookform/resolvers": "^5.0.1",
75
+ "@mirantes-micro/billing-v2": "0.1.30",
77
76
  "@mirantes-micro/notifications-v2": "0.0.14",
78
- "@radix-ui/react-avatar": "^1.1.10",
79
- "@radix-ui/react-checkbox": "^1.3.3",
80
- "@radix-ui/react-dialog": "^1.1.15",
81
- "@radix-ui/react-dropdown-menu": "^2.1.16",
77
+ "@radix-ui/react-avatar": "^1.1.9",
78
+ "@radix-ui/react-checkbox": "^1.3.2",
79
+ "@radix-ui/react-dialog": "^1.1.14",
80
+ "@radix-ui/react-dropdown-menu": "^2.1.14",
82
81
  "@radix-ui/react-label": "^2.1.7",
83
- "@radix-ui/react-popover": "^1.1.15",
84
- "@radix-ui/react-scroll-area": "^1.2.10",
85
- "@radix-ui/react-select": "^2.2.6",
82
+ "@radix-ui/react-popover": "^1.1.14",
83
+ "@radix-ui/react-scroll-area": "^1.2.9",
84
+ "@radix-ui/react-select": "^2.2.5",
86
85
  "@radix-ui/react-slot": "^1.2.3",
87
- "@radix-ui/react-tooltip": "^1.2.8",
86
+ "@radix-ui/react-tooltip": "^1.2.7",
88
87
  "@tanstack/react-query-devtools": "5.76.1",
89
88
  "@uidotdev/usehooks": "2.4.1",
90
89
  "axios": "1.11.0",
@@ -97,31 +96,33 @@
97
96
  "currencies.json": "1.1.0",
98
97
  "date-fns": "^4.1.0",
99
98
  "emoji-mart": "5.6.0",
100
- "emoji-picker-react": "^4.13.3",
99
+ "emoji-picker-react": "^4.12.2",
101
100
  "framer-motion": "12.19.2",
102
101
  "global-currencies": "1.0.3",
103
102
  "graphql": "16.11.0",
104
103
  "graphql-request": "^7.2.0",
105
104
  "js-cookie": "3.0.5",
106
- "lucide-react": "0.544.0",
107
- "motion": "^12.23.22",
105
+ "lucide-react": "0.510.0",
106
+ "motion": "^12.12.1",
108
107
  "next": "15.3.2",
108
+ "ogp-parser": "0.8.1",
109
109
  "react": "19.1.0",
110
- "react-day-picker": "^9.11.0",
110
+ "react-day-picker": "^9.7.0",
111
111
  "react-detect-offline": "2.4.5",
112
112
  "react-dom": "19.1.0",
113
- "react-hook-form": "^7.63.0",
113
+ "react-hook-form": "^7.56.4",
114
114
  "react-infinite-scroll-hook": "6.0.1",
115
115
  "react-router-dom": "7.6.0",
116
116
  "react-toastify": "^11.0.5",
117
117
  "slugify": "1.6.6",
118
+ "socket.io-client": "4.8.1",
118
119
  "swiper": "11.2.10",
119
120
  "tailwind-scrollbar-hide": "4.0.0",
120
121
  "tw-animate-css": "1.2.9",
121
122
  "uuid": "11.1.0",
122
123
  "vaul": "^1.1.2",
123
- "yup": "^1.7.1",
124
- "zustand": "^5.0.8"
124
+ "yup": "^1.6.1",
125
+ "zustand": "^5.0.5"
125
126
  },
126
127
  "peerDependencies": {
127
128
  "tailwind-scrollbar-hide": "^4.0.0",