@mirantes-micro/foundation-design-system 1.2.415 → 1.2.416

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,213 +1,213 @@
1
- {
2
- "name": "@mirantes-micro/foundation-design-system",
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.415",
5
- "license": "MIT",
6
- "author": {
7
- "name": "Mirantes Frontend team"
8
- },
9
- "sideEffects": [
10
- "*.css"
11
- ],
12
- "exports": {
13
- ".": {
14
- "import": {
15
- "types": "./dist/index.d.ts",
16
- "default": "./dist/index.js"
17
- },
18
- "require": {
19
- "types": "./dist/index.d.ts",
20
- "default": "./dist/index.js"
21
- }
22
- },
23
- "./styles": "./dist/design-system.css",
24
- "./design-system.css": "./dist/design-system.css"
25
- },
26
- "source": "./src/components/fromMirantes/index.ts",
27
- "module": "./dist/index.js",
28
- "types": "./dist/index.d.ts",
29
- "files": [
30
- "dist/*"
31
- ],
32
- "scripts": {
33
- "dev": "pnpm dev:app",
34
- "build": "pnpm build:webpack",
35
- "build:webpack": "tsup src/components/fromMirantes/index.ts --format cjs --minify && pnpm build:css",
36
- "release": "pnpm build:webpack && npm publish",
37
- "build:css": "cross-env NODE_ENV=production postcss ./src/styles/globals.css -o ./dist/design-system.css && node ./scripts/sanitize-design-system-css.mjs",
38
- "dev:app": "webpack serve --mode development",
39
- "prepare": "husky",
40
- "format": "biome check --staged --write --no-errors-on-unmatched",
41
- "test": "vitest --run --passWithNoTests"
42
- },
43
- "devDependencies": {
44
- "@babel/core": "7.26.0",
45
- "@babel/preset-env": "7.26.0",
46
- "@babel/preset-react": "7.26.3",
47
- "@biomejs/biome": "2.4.6",
48
- "@pmmmwh/react-refresh-webpack-plugin": "0.5.15",
49
- "@tailwindcss/postcss7-compat": "2.2.17",
50
- "@tanstack/react-query": "5.76.1",
51
- "@testing-library/dom": "10.4.1",
52
- "@testing-library/jest-dom": "6.9.1",
53
- "@testing-library/react": "16.3.2",
54
- "@types/clientjs": "0.2.2",
55
- "@types/country-data": "0.0.5",
56
- "@types/crypto-js": "4.2.2",
57
- "@types/js-cookie": "3.0.6",
58
- "@types/lodash.throttle": "^4.1.9",
59
- "@types/node": "22.10.5",
60
- "@types/react": "19.1.4",
61
- "@types/react-detect-offline": "2.4.5",
62
- "@types/react-dom": "19.1.5",
63
- "@types/react-syntax-highlighter": "15.5.13",
64
- "@types/uuid": "10.0.0",
65
- "@vitejs/plugin-react": "5.1.4",
66
- "@vitest/ui": "4.1.6",
67
- "autoprefixer": "10.4.20",
68
- "babel-loader": "9.2.1",
69
- "baseline-browser-mapping": "^2.9.19",
70
- "css-loader": "6.8.1",
71
- "cssnano": "7.0.6",
72
- "cross-env": "7.0.3",
73
- "esbuild-sass-plugin": "3.3.1",
74
- "eslint": "9.17.0",
75
- "eslint-plugin-react": "7.37.3",
76
- "file-loader": "6.2.0",
77
- "graphql-tag": "2.12.6",
78
- "html-webpack-plugin": "5.5.3",
79
- "husky": "9.1.7",
80
- "jsdom": "28.1.0",
81
- "postcss": "8.4.39",
82
- "postcss-cli": "11.0.0",
83
- "postcss-import": "16.1.0",
84
- "postcss-important": "0.3.0",
85
- "postcss-loader": "7.3.3",
86
- "postcss-nesting": "12.1.5",
87
- "prettier": "3.4.2",
88
- "react-refresh": "0.16.0",
89
- "sass": "^1.94.2",
90
- "sass-embedded": "^1.93.3",
91
- "sass-loader": "^16.0.6",
92
- "style-loader": "3.3.3",
93
- "tailwind-merge": "2.6.0",
94
- "tailwindcss": "3.4.4",
95
- "tailwindcss-animate": "1.0.7",
96
- "ts-loader": "9.5.1",
97
- "tsup": "8.3.5",
98
- "typescript": "5.7.2",
99
- "vite-tsconfig-paths": "6.1.1",
100
- "vitest": "4.0.18",
101
- "webpack": "5.97.1",
102
- "webpack-cli": "6.0.1",
103
- "webpack-dev-server": "5.2.0"
104
- },
105
- "dependencies": {
106
- "@emoji-mart/data": "1.2.1",
107
- "@emoji-mart/react": "1.1.1",
108
- "@emotion/is-prop-valid": "^1.4.0",
109
- "@ffmpeg/ffmpeg": "0.12.15",
110
- "@ffmpeg/util": "0.12.2",
111
- "@fingerprintjs/fingerprintjs": "^5.2.0",
112
- "@floating-ui/react": "^0.27.16",
113
- "@hookform/resolvers": "^5.2.2",
114
- "@mirantes-micro/billing-v2": "0.1.50",
115
- "@mirantes-micro/errors": "^1.0.6",
116
- "@mirantes-micro/notifications-v2": "0.0.45",
117
- "@mirantes-micro/widgets": "0.0.161",
118
- "@radix-ui/react-avatar": "^1.1.10",
119
- "@radix-ui/react-checkbox": "^1.3.3",
120
- "@radix-ui/react-dialog": "^1.1.15",
121
- "@radix-ui/react-dropdown-menu": "^2.1.16",
122
- "@radix-ui/react-label": "^2.1.7",
123
- "@radix-ui/react-popover": "1.1.15",
124
- "@radix-ui/react-radio-group": "^1.3.8",
125
- "@radix-ui/react-scroll-area": "^1.2.10",
126
- "@radix-ui/react-select": "^2.2.6",
127
- "@radix-ui/react-slot": "^1.2.3",
128
- "@radix-ui/react-tooltip": "^1.2.8",
129
- "@radix-ui/react-visually-hidden": "1.2.4",
130
- "@tanstack/react-query-devtools": "5.76.1",
131
- "@tiptap/core": "^3.10.7",
132
- "@tiptap/extension-highlight": "^3.13.0",
133
- "@tiptap/extension-horizontal-rule": "^3.13.0",
134
- "@tiptap/extension-image": "^3.13.0",
135
- "@tiptap/extension-list": "^3.13.0",
136
- "@tiptap/extension-mention": "^3.10.7",
137
- "@tiptap/extension-placeholder": "^3.10.7",
138
- "@tiptap/extension-subscript": "^3.13.0",
139
- "@tiptap/extension-superscript": "^3.13.0",
140
- "@tiptap/extension-text-align": "^3.13.0",
141
- "@tiptap/extension-typography": "^3.13.0",
142
- "@tiptap/extensions": "^3.13.0",
143
- "@tiptap/pm": "^3.13.0",
144
- "@tiptap/react": "^3.10.7",
145
- "@tiptap/starter-kit": "^3.10.7",
146
- "@tiptap/suggestion": "^3.10.7",
147
- "@uidotdev/usehooks": "2.4.1",
148
- "axios": "1.11.0",
149
- "browser-image-compression": "2.0.2",
150
- "class-variance-authority": "0.7.1",
151
- "clientjs": "0.2.1",
152
- "clsx": "2.1.1",
153
- "cmdk": "^1.1.1",
154
- "cookies-next": "^5.1.0",
155
- "country-data": "0.0.31",
156
- "crypto-js": "4.2.0",
157
- "currencies.json": "1.1.0",
158
- "date-fns": "^4.1.0",
159
- "date-fns-tz": "3.2.0",
160
- "emoji-mart": "5.6.0",
161
- "emoji-picker-react": "4.13.3",
162
- "framer-motion": "12.40.0",
163
- "global-currencies": "1.0.3",
164
- "graphql": "16.11.0",
165
- "graphql-request": "^7.3.1",
166
- "html2canvas": "1.4.1",
167
- "idb-keyval": "6.2.2",
168
- "isomorphic-dompurify": "^2.34.0",
169
- "js-cookie": "3.0.5",
170
- "jspdf": "3.0.3",
171
- "link-preview-js": "^3.1.0",
172
- "lodash.throttle": "^4.1.1",
173
- "lucide-react": "0.510.0",
174
- "marked": "^17.0.0",
175
- "motion": "^12.23.24",
176
- "msw": "2.12.14",
177
- "next": "15.3.2",
178
- "next-themes": "^0.4.6",
179
- "ogp-parser": "0.8.1",
180
- "pdf-lib": "^1.17.1",
181
- "pdfjs-dist": "4.8.69",
182
- "process": "0.11.10",
183
- "radix-ui": "^1.4.3",
184
- "react": "19.1.0",
185
- "react-day-picker": "^9.11.1",
186
- "react-detect-offline": "2.4.5",
187
- "react-dom": "19.1.0",
188
- "react-dropzone": "14.3.8",
189
- "react-easy-crop": "5.5.7",
190
- "react-hook-form": "^7.65.0",
191
- "react-hotkeys-hook": "^5.2.1",
192
- "react-infinite-scroll-hook": "6.0.1",
193
- "react-intersection-observer": "10.0.3",
194
- "react-markdown": "^10.1.0",
195
- "react-mentions-ts": "5.4.7",
196
- "react-router-dom": "7.6.0",
197
- "react-syntax-highlighter": "16.1.0",
198
- "react-toastify": "^11.0.5",
199
- "remark-gfm": "^4.0.1",
200
- "shiki": "^3.15.0",
201
- "slugify": "1.6.6",
202
- "socket.io-client": "4.8.1",
203
- "sonner": "^2.0.7",
204
- "swiper": "11.2.10",
205
- "tailwind-scrollbar-hide": "4.0.0",
206
- "tippy.js": "^6.3.7",
207
- "tw-animate-css": "1.2.9",
208
- "uuid": "11.1.0",
209
- "vaul": "^1.1.2",
210
- "yup": "^1.7.1",
211
- "zustand": "^5.0.8"
212
- }
213
- }
1
+ {
2
+ "name": "@mirantes-micro/foundation-design-system",
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.416",
5
+ "license": "MIT",
6
+ "author": {
7
+ "name": "Mirantes Frontend team"
8
+ },
9
+ "sideEffects": [
10
+ "*.css"
11
+ ],
12
+ "exports": {
13
+ ".": {
14
+ "import": {
15
+ "types": "./dist/index.d.ts",
16
+ "default": "./dist/index.js"
17
+ },
18
+ "require": {
19
+ "types": "./dist/index.d.ts",
20
+ "default": "./dist/index.js"
21
+ }
22
+ },
23
+ "./styles": "./dist/design-system.css",
24
+ "./design-system.css": "./dist/design-system.css"
25
+ },
26
+ "source": "./src/components/fromMirantes/index.ts",
27
+ "module": "./dist/index.js",
28
+ "types": "./dist/index.d.ts",
29
+ "files": [
30
+ "dist/*"
31
+ ],
32
+ "scripts": {
33
+ "dev": "pnpm dev:app",
34
+ "build": "pnpm build:webpack",
35
+ "build:webpack": "tsup src/components/fromMirantes/index.ts --format cjs --minify && pnpm build:css",
36
+ "release": "pnpm build:webpack && npm publish",
37
+ "build:css": "cross-env NODE_ENV=production postcss ./src/styles/globals.css -o ./dist/design-system.css && node ./scripts/sanitize-design-system-css.mjs",
38
+ "dev:app": "webpack serve --mode development",
39
+ "prepare": "husky",
40
+ "format": "biome check --staged --write --no-errors-on-unmatched",
41
+ "test": "vitest --run --passWithNoTests"
42
+ },
43
+ "devDependencies": {
44
+ "@babel/core": "7.26.0",
45
+ "@babel/preset-env": "7.26.0",
46
+ "@babel/preset-react": "7.26.3",
47
+ "@biomejs/biome": "2.4.6",
48
+ "@pmmmwh/react-refresh-webpack-plugin": "0.5.15",
49
+ "@tailwindcss/postcss7-compat": "2.2.17",
50
+ "@tanstack/react-query": "5.76.1",
51
+ "@testing-library/dom": "10.4.1",
52
+ "@testing-library/jest-dom": "6.9.1",
53
+ "@testing-library/react": "16.3.2",
54
+ "@types/clientjs": "0.2.2",
55
+ "@types/country-data": "0.0.5",
56
+ "@types/crypto-js": "4.2.2",
57
+ "@types/js-cookie": "3.0.6",
58
+ "@types/lodash.throttle": "^4.1.9",
59
+ "@types/node": "22.10.5",
60
+ "@types/react": "19.1.4",
61
+ "@types/react-detect-offline": "2.4.5",
62
+ "@types/react-dom": "19.1.5",
63
+ "@types/react-syntax-highlighter": "15.5.13",
64
+ "@types/uuid": "10.0.0",
65
+ "@vitejs/plugin-react": "5.1.4",
66
+ "@vitest/ui": "4.1.6",
67
+ "autoprefixer": "10.4.20",
68
+ "babel-loader": "9.2.1",
69
+ "baseline-browser-mapping": "^2.9.19",
70
+ "css-loader": "6.8.1",
71
+ "cssnano": "7.0.6",
72
+ "cross-env": "7.0.3",
73
+ "esbuild-sass-plugin": "3.3.1",
74
+ "eslint": "9.17.0",
75
+ "eslint-plugin-react": "7.37.3",
76
+ "file-loader": "6.2.0",
77
+ "graphql-tag": "2.12.6",
78
+ "html-webpack-plugin": "5.5.3",
79
+ "husky": "9.1.7",
80
+ "jsdom": "28.1.0",
81
+ "postcss": "8.4.39",
82
+ "postcss-cli": "11.0.0",
83
+ "postcss-import": "16.1.0",
84
+ "postcss-important": "0.3.0",
85
+ "postcss-loader": "7.3.3",
86
+ "postcss-nesting": "12.1.5",
87
+ "prettier": "3.4.2",
88
+ "react-refresh": "0.16.0",
89
+ "sass": "^1.94.2",
90
+ "sass-embedded": "^1.93.3",
91
+ "sass-loader": "^16.0.6",
92
+ "style-loader": "3.3.3",
93
+ "tailwind-merge": "2.6.0",
94
+ "tailwindcss": "3.4.4",
95
+ "tailwindcss-animate": "1.0.7",
96
+ "ts-loader": "9.5.1",
97
+ "tsup": "8.3.5",
98
+ "typescript": "5.7.2",
99
+ "vite-tsconfig-paths": "6.1.1",
100
+ "vitest": "4.0.18",
101
+ "webpack": "5.97.1",
102
+ "webpack-cli": "6.0.1",
103
+ "webpack-dev-server": "5.2.0"
104
+ },
105
+ "dependencies": {
106
+ "@emoji-mart/data": "1.2.1",
107
+ "@emoji-mart/react": "1.1.1",
108
+ "@emotion/is-prop-valid": "^1.4.0",
109
+ "@ffmpeg/ffmpeg": "0.12.15",
110
+ "@ffmpeg/util": "0.12.2",
111
+ "@fingerprintjs/fingerprintjs": "^5.2.0",
112
+ "@floating-ui/react": "^0.27.16",
113
+ "@hookform/resolvers": "^5.2.2",
114
+ "@mirantes-micro/billing-v2": "0.1.50",
115
+ "@mirantes-micro/errors": "^1.0.6",
116
+ "@mirantes-micro/notifications-v2": "0.0.45",
117
+ "@mirantes-micro/widgets": "0.0.161",
118
+ "@radix-ui/react-avatar": "^1.1.10",
119
+ "@radix-ui/react-checkbox": "^1.3.3",
120
+ "@radix-ui/react-dialog": "^1.1.15",
121
+ "@radix-ui/react-dropdown-menu": "^2.1.16",
122
+ "@radix-ui/react-label": "^2.1.7",
123
+ "@radix-ui/react-popover": "1.1.15",
124
+ "@radix-ui/react-radio-group": "^1.3.8",
125
+ "@radix-ui/react-scroll-area": "^1.2.10",
126
+ "@radix-ui/react-select": "^2.2.6",
127
+ "@radix-ui/react-slot": "^1.2.3",
128
+ "@radix-ui/react-tooltip": "^1.2.8",
129
+ "@radix-ui/react-visually-hidden": "1.2.4",
130
+ "@tanstack/react-query-devtools": "5.76.1",
131
+ "@tiptap/core": "^3.10.7",
132
+ "@tiptap/extension-highlight": "^3.13.0",
133
+ "@tiptap/extension-horizontal-rule": "^3.13.0",
134
+ "@tiptap/extension-image": "^3.13.0",
135
+ "@tiptap/extension-list": "^3.13.0",
136
+ "@tiptap/extension-mention": "^3.10.7",
137
+ "@tiptap/extension-placeholder": "^3.10.7",
138
+ "@tiptap/extension-subscript": "^3.13.0",
139
+ "@tiptap/extension-superscript": "^3.13.0",
140
+ "@tiptap/extension-text-align": "^3.13.0",
141
+ "@tiptap/extension-typography": "^3.13.0",
142
+ "@tiptap/extensions": "^3.13.0",
143
+ "@tiptap/pm": "^3.13.0",
144
+ "@tiptap/react": "^3.10.7",
145
+ "@tiptap/starter-kit": "^3.10.7",
146
+ "@tiptap/suggestion": "^3.10.7",
147
+ "@uidotdev/usehooks": "2.4.1",
148
+ "axios": "1.11.0",
149
+ "browser-image-compression": "2.0.2",
150
+ "class-variance-authority": "0.7.1",
151
+ "clientjs": "0.2.1",
152
+ "clsx": "2.1.1",
153
+ "cmdk": "^1.1.1",
154
+ "cookies-next": "^5.1.0",
155
+ "country-data": "0.0.31",
156
+ "crypto-js": "4.2.0",
157
+ "currencies.json": "1.1.0",
158
+ "date-fns": "^4.1.0",
159
+ "date-fns-tz": "3.2.0",
160
+ "emoji-mart": "5.6.0",
161
+ "emoji-picker-react": "4.13.3",
162
+ "framer-motion": "12.40.0",
163
+ "global-currencies": "1.0.3",
164
+ "graphql": "16.11.0",
165
+ "graphql-request": "^7.3.1",
166
+ "html2canvas": "1.4.1",
167
+ "idb-keyval": "6.2.2",
168
+ "isomorphic-dompurify": "^2.34.0",
169
+ "js-cookie": "3.0.5",
170
+ "jspdf": "3.0.3",
171
+ "link-preview-js": "^3.1.0",
172
+ "lodash.throttle": "^4.1.1",
173
+ "lucide-react": "0.510.0",
174
+ "marked": "^17.0.0",
175
+ "motion": "^12.23.24",
176
+ "msw": "2.12.14",
177
+ "next": "15.3.2",
178
+ "next-themes": "^0.4.6",
179
+ "ogp-parser": "0.8.1",
180
+ "pdf-lib": "^1.17.1",
181
+ "pdfjs-dist": "4.8.69",
182
+ "process": "0.11.10",
183
+ "radix-ui": "^1.4.3",
184
+ "react": "19.1.0",
185
+ "react-day-picker": "^9.11.1",
186
+ "react-detect-offline": "2.4.5",
187
+ "react-dom": "19.1.0",
188
+ "react-dropzone": "14.3.8",
189
+ "react-easy-crop": "5.5.7",
190
+ "react-hook-form": "^7.65.0",
191
+ "react-hotkeys-hook": "^5.2.1",
192
+ "react-infinite-scroll-hook": "6.0.1",
193
+ "react-intersection-observer": "10.0.3",
194
+ "react-markdown": "^10.1.0",
195
+ "react-mentions-ts": "5.4.7",
196
+ "react-router-dom": "7.6.0",
197
+ "react-syntax-highlighter": "16.1.0",
198
+ "react-toastify": "^11.0.5",
199
+ "remark-gfm": "^4.0.1",
200
+ "shiki": "^3.15.0",
201
+ "slugify": "1.6.6",
202
+ "socket.io-client": "4.8.1",
203
+ "sonner": "^2.0.7",
204
+ "swiper": "11.2.10",
205
+ "tailwind-scrollbar-hide": "4.0.0",
206
+ "tippy.js": "^6.3.7",
207
+ "tw-animate-css": "1.2.9",
208
+ "uuid": "11.1.0",
209
+ "vaul": "^1.1.2",
210
+ "yup": "^1.7.1",
211
+ "zustand": "^5.0.8"
212
+ }
213
+ }