@mirantes-micro/foundation-design-system 1.2.411 → 1.2.413
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/ads-BFKSQL4J.png +0 -0
- package/dist/index.js +208 -208
- package/dist/marketplace-62MU4EFO.png +0 -0
- package/package.json +6 -6
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
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.413",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Mirantes Frontend team"
|
|
8
|
-
},
|
|
8
|
+
},
|
|
9
9
|
"sideEffects": [
|
|
10
10
|
"*.css"
|
|
11
11
|
],
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
"default": "./dist/index.js"
|
|
21
21
|
}
|
|
22
22
|
},
|
|
23
|
-
|
|
24
|
-
|
|
23
|
+
"./styles": "./dist/design-system.css",
|
|
24
|
+
"./design-system.css": "./dist/design-system.css"
|
|
25
25
|
},
|
|
26
26
|
"source": "./src/components/fromMirantes/index.ts",
|
|
27
27
|
"module": "./dist/index.js",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"build": "webpack --mode production",
|
|
35
35
|
"build:webpack": "tsup src/components/fromMirantes/index.ts --format cjs --minify && pnpm build:css",
|
|
36
36
|
"release": "pnpm build:webpack && npm publish",
|
|
37
|
-
|
|
37
|
+
"build:css": "npx tailwindcss -i ./src/styles/globals.css -o ./dist/design-system.css --minify",
|
|
38
38
|
"prepare": "husky",
|
|
39
39
|
"format": "biome check --staged --write --no-errors-on-unmatched",
|
|
40
40
|
"test": "vitest --run --passWithNoTests"
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
"date-fns-tz": "3.2.0",
|
|
155
155
|
"emoji-mart": "5.6.0",
|
|
156
156
|
"emoji-picker-react": "4.13.3",
|
|
157
|
-
|
|
157
|
+
"framer-motion": "12.40.0",
|
|
158
158
|
"global-currencies": "1.0.3",
|
|
159
159
|
"graphql": "16.11.0",
|
|
160
160
|
"graphql-request": "^7.3.1",
|