@mirantes-micro/foundation-design-system 1.2.88 → 1.2.91

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.88",
4
+ "version": "1.2.91",
5
5
  "license": "MIT",
6
6
  "author": {
7
7
  "name": "Mirantes Frontend team"
@@ -41,6 +41,7 @@
41
41
  "@types/country-data": "0.0.5",
42
42
  "@types/crypto-js": "4.2.2",
43
43
  "@types/js-cookie": "3.0.6",
44
+ "@types/lodash.throttle": "^4.1.9",
44
45
  "@types/node": "22.10.5",
45
46
  "@types/react": "19.1.4",
46
47
  "@types/react-detect-offline": "2.4.5",
@@ -48,6 +49,7 @@
48
49
  "@types/uuid": "10.0.0",
49
50
  "babel-loader": "9.2.1",
50
51
  "css-loader": "6.8.1",
52
+ "esbuild-sass-plugin": "3.3.1",
51
53
  "eslint": "9.17.0",
52
54
  "eslint-plugin-react": "7.37.3",
53
55
  "file-loader": "6.2.0",
@@ -60,6 +62,9 @@
60
62
  "postcss-nesting": "12.1.5",
61
63
  "prettier": "3.4.2",
62
64
  "react-refresh": "0.16.0",
65
+ "sass": "^1.94.2",
66
+ "sass-embedded": "^1.93.3",
67
+ "sass-loader": "^16.0.6",
63
68
  "style-loader": "3.3.3",
64
69
  "tailwind-merge": "2.6.0",
65
70
  "tailwindcss": "3.4.4",
@@ -73,6 +78,7 @@
73
78
  },
74
79
  "dependencies": {
75
80
  "@emotion/is-prop-valid": "^1.4.0",
81
+ "@floating-ui/react": "^0.27.16",
76
82
  "@hookform/resolvers": "^5.2.2",
77
83
  "@mirantes-micro/billing-v2": "0.1.49",
78
84
  "@mirantes-micro/notifications-v2": "0.0.30",
@@ -90,8 +96,18 @@
90
96
  "@radix-ui/react-tooltip": "^1.2.8",
91
97
  "@tanstack/react-query-devtools": "5.76.1",
92
98
  "@tiptap/core": "^3.10.7",
99
+ "@tiptap/extension-highlight": "^3.13.0",
100
+ "@tiptap/extension-horizontal-rule": "^3.13.0",
101
+ "@tiptap/extension-image": "^3.13.0",
102
+ "@tiptap/extension-list": "^3.13.0",
93
103
  "@tiptap/extension-mention": "^3.10.7",
94
104
  "@tiptap/extension-placeholder": "^3.10.7",
105
+ "@tiptap/extension-subscript": "^3.13.0",
106
+ "@tiptap/extension-superscript": "^3.13.0",
107
+ "@tiptap/extension-text-align": "^3.13.0",
108
+ "@tiptap/extension-typography": "^3.13.0",
109
+ "@tiptap/extensions": "^3.13.0",
110
+ "@tiptap/pm": "^3.13.0",
95
111
  "@tiptap/react": "^3.10.7",
96
112
  "@tiptap/starter-kit": "^3.10.7",
97
113
  "@tiptap/suggestion": "^3.10.7",
@@ -112,14 +128,18 @@
112
128
  "graphql": "16.11.0",
113
129
  "graphql-request": "^7.3.1",
114
130
  "html2canvas": "1.4.1",
131
+ "isomorphic-dompurify": "^2.34.0",
115
132
  "js-cookie": "3.0.5",
116
133
  "jspdf": "3.0.3",
117
134
  "link-preview-js": "^3.1.0",
135
+ "lodash.throttle": "^4.1.1",
118
136
  "lucide-react": "0.510.0",
119
137
  "marked": "^17.0.0",
120
138
  "motion": "^12.23.24",
121
139
  "next": "15.3.2",
122
140
  "ogp-parser": "0.8.1",
141
+ "pdf-lib": "^1.17.1",
142
+ "pdfjs-dist": "^5.4.449",
123
143
  "process": "0.11.10",
124
144
  "react": "19.1.0",
125
145
  "react-day-picker": "^9.11.1",
@@ -127,6 +147,7 @@
127
147
  "react-dom": "19.1.0",
128
148
  "react-dropzone": "14.3.8",
129
149
  "react-hook-form": "^7.65.0",
150
+ "react-hotkeys-hook": "^5.2.1",
130
151
  "react-infinite-scroll-hook": "6.0.1",
131
152
  "react-markdown": "^10.1.0",
132
153
  "react-router-dom": "7.6.0",